orderStatus.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939
  1. .container {
  2. }
  3. .time-info {
  4. padding: 0 32rpx 24rpx;
  5. background: linear-gradient( 180deg, #CFD1DE 0%, #F1F3F4 100%);
  6. }
  7. .time-info > view:nth-of-type(1) {
  8. color: #2A3A5A;
  9. font-size: 48rpx;
  10. font-weight: bold;
  11. margin-bottom: 48rpx;
  12. }
  13. .blue-text {
  14. color: #0074FF !important;
  15. font-size: 48rpx;
  16. font-weight: bold;
  17. margin-bottom: 48rpx;
  18. }
  19. .red-text {
  20. color: #F95151 !important;
  21. font-size: 48rpx;
  22. font-weight: bold;
  23. margin-bottom: 48rpx;
  24. }
  25. .time-money {
  26. background-color: #ffffff;
  27. border-radius: 32rpx;
  28. padding: 40rpx 32rpx;
  29. }
  30. .money-item {
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. }
  35. .money-item > view:nth-of-type(1) {
  36. color: #2A3A5A;
  37. font-size: 52rpx;
  38. font-weight: bold;
  39. }
  40. .money-item > view:nth-of-type(1) text {
  41. color: #5E6F90;
  42. font-size: 26rpx;
  43. margin-left: 4rpx;
  44. }
  45. .money-item > view:nth-of-type(2),
  46. .time-money > view:nth-of-type(3) {
  47. color: #060809;
  48. font-size: 28rpx;
  49. }
  50. .red-status {
  51. color: #F95151;
  52. }
  53. .dashed-border {
  54. /* height: 4rpx; */
  55. border-bottom: 4rpx dashed #F4F5F6;
  56. margin-top: 32rpx;
  57. }
  58. .big-text {
  59. color: #060809;
  60. font-size: 40rpx;
  61. font-weight: bold;
  62. margin-top: 38rpx;
  63. }
  64. .sn-content {
  65. margin-top: 40rpx;
  66. }
  67. .sn-title {
  68. color: #5E6F90;
  69. font-size: 28rpx;
  70. }
  71. .sn-text {
  72. /* width: 75%; */
  73. max-width: 75%;
  74. color: #060809;
  75. opacity: 0.6;
  76. font-size: 30rpx;
  77. font-weight: bold;
  78. word-wrap: break-word;
  79. }
  80. .none-text{
  81. text-decoration: line-through;
  82. }
  83. .sn-text text {
  84. color: #5E6F90;
  85. }
  86. .g-border {
  87. height: 32rpx;
  88. border-left: 2rpx solid #E3E7EB;
  89. margin-left: 16rpx;
  90. margin-right: 16rpx;
  91. }
  92. .time-money img {
  93. width: 28rpx;
  94. height: 28rpx;
  95. margin-left: 8rpx;
  96. /* vertical-align: middle; */
  97. }
  98. .car-info {
  99. background-color: #ffffff;
  100. margin: 0 32rpx 24rpx 32rpx;
  101. padding: 40rpx 32rpx 32rpx;
  102. border-radius: 32rpx;
  103. }
  104. .car-info > view:nth-of-type(1) {
  105. color: #060809;
  106. font-size: 40rpx;
  107. font-weight: bold;
  108. margin-bottom: 28rpx;
  109. }
  110. .top-flex > view:nth-of-type(1) {
  111. color: #060809;
  112. font-size: 36rpx;
  113. font-weight: 400;
  114. margin-bottom: 20rpx;
  115. }
  116. .top-flex > view:nth-of-type(2) {
  117. font-weight: 400;
  118. font-size: 28rpx;
  119. color: #9EA9BB;
  120. }
  121. .car-info img {
  122. width: 125rpx;
  123. height: 125rpx;
  124. border-radius: 16rpx;
  125. }
  126. .return-info {
  127. padding: 40rpx 32rpx 34rpx;
  128. background-color: #ffffff;
  129. border-radius: 32rpx;
  130. margin: 0 32rpx 24rpx;
  131. }
  132. .return-top > view:nth-of-type(1) {
  133. color:#060809;
  134. font-size: 40rpx;
  135. font-weight: bold;
  136. }
  137. .return-top > view:nth-of-type(2) {
  138. font-weight: 600;
  139. font-size: 22rpx;
  140. color: #0A59F7;
  141. text-align: center;
  142. background: #E6EEFE;
  143. border-radius: 20rpx;
  144. height: 40rpx;
  145. line-height: 40rpx;
  146. padding-left: 20rpx;
  147. padding-right: 20rpx;
  148. }
  149. .return-bottom {
  150. margin-top: 24rpx;
  151. }
  152. .return-bottom > view {
  153. font-family: DIN, DIN;
  154. font-weight: 600;
  155. font-size: 36rpx;
  156. color: #060809;
  157. }
  158. .return-bottom img {
  159. width: 24rpx;
  160. height: 24rpx;
  161. margin: 0 12rpx;
  162. }
  163. .method-info {
  164. background-color: #ffffff;
  165. border-radius: 32rpx;
  166. margin: 0 32rpx 24rpx;
  167. padding: 48rpx 40rpx 40rpx 32rpx;
  168. }
  169. .method-info > view:nth-of-type(1) {
  170. color: #060809;
  171. font-size: 40rpx;
  172. font-weight: bold;
  173. margin-bottom: 40rpx;
  174. }
  175. .method-item > img {
  176. width: 144rpx;
  177. height: 144rpx;
  178. margin-right: 24rpx;
  179. border-radius: 16rpx;
  180. }
  181. .method-right {
  182. align-items: flex-start;
  183. }
  184. .item-center > view:nth-of-type(1) {
  185. color: #060809;
  186. font-size: 36rpx;
  187. line-height: 36rpx;
  188. margin-bottom: 16rpx;
  189. }
  190. .item-center > view:nth-of-type(2) {
  191. color: #9FA7B7;
  192. font-size: 28rpx;
  193. margin-bottom: 24rpx;
  194. }
  195. .item-center > view:nth-of-type(3) {
  196. color: #060809;
  197. font-size: 28rpx;
  198. }
  199. .item-center img {
  200. width: 26rpx;
  201. height: 26rpx;
  202. vertical-align: middle;
  203. }
  204. .item-bottom {
  205. color: #2A3A5A;
  206. font-size: 32rpx;
  207. }
  208. .item-bottom img {
  209. width: 36rpx;
  210. height: 36rpx;
  211. margin-bottom: 14rpx;
  212. }
  213. .guarantee-info {
  214. background-color: #ffffff;
  215. border-radius: 32rpx;
  216. margin: 0 32rpx 24rpx;
  217. padding: 40rpx 32rpx;
  218. }
  219. .guarantee-info > view:nth-of-type(1) {
  220. color: #060809;
  221. font-size: 40rpx;
  222. font-weight: bold;
  223. }
  224. .guarantee-info > view:nth-of-type(2) img {
  225. width: 44rpx;
  226. height: 40rpx;
  227. margin-right: 8rpx;
  228. vertical-align: middle;
  229. }
  230. .guarantee-info > view:nth-of-type(2) {
  231. color: #5E6F90;
  232. font-size: 28rpx;
  233. }
  234. .overdue-info {
  235. background-color: #ffffff;
  236. border-radius: 32rpx;
  237. margin: 0 32rpx 24rpx;
  238. padding: 40rpx 32rpx 32rpx;
  239. /* width: 92%; */
  240. }
  241. .overdue-info > view:nth-of-type(1) {
  242. color: #060809;
  243. font-size: 40rpx;
  244. font-weight: bold;
  245. margin-bottom: 40rpx;
  246. }
  247. .overdue-one,
  248. .overdue-two,
  249. .overdue-thr {
  250. background-color: #F3F8FF;
  251. padding: 32rpx 24rpx 24rpx;
  252. }
  253. .overdue-one {
  254. border-radius: 16rpx 16rpx 0rpx 0rpx;
  255. }
  256. .overdue-two {
  257. margin-top: 2rpx;
  258. margin-bottom: 2rpx;
  259. }
  260. .overdue-thr {
  261. border-radius: 16rpx 16rpx 0rpx 0rpx;
  262. }
  263. .overdue-one > view:nth-of-type(1),
  264. .overdue-two > view:nth-of-type(1),
  265. .overdue-thr > view:nth-of-type(1) {
  266. color: #060809;
  267. font-size: 28rpx;
  268. font-weight: bold;
  269. margin-bottom: 16rpx;
  270. }
  271. .overdue-one > view:nth-of-type(2),
  272. .overdue-two > view:nth-of-type(2),
  273. .overdue-thr > view:nth-of-type(2) {
  274. color: #828DA2;
  275. font-size: 24rpx;
  276. line-height: 36rpx;
  277. }
  278. .remove-info {
  279. background-color: #ffffff;
  280. border-radius: 32rpx;
  281. margin: 0 32rpx 24rpx;
  282. padding: 40rpx 32rpx 50rpx;
  283. }
  284. .remove-info >view:nth-of-type(1) {
  285. color: #060809;
  286. font-size: 40rpx;
  287. font-weight: bold;
  288. margin-bottom: 40rpx;
  289. }
  290. .remove-title {
  291. align-items: center;
  292. margin-bottom: 4rpx;
  293. }
  294. .remove-title > view:nth-of-type(1) {
  295. color: #060809;
  296. font-size: 32rpx;
  297. font-weight: bold;
  298. background-color: #F3F8FF;
  299. border-radius: 16rpx 0rpx 0rpx 0rpx;
  300. padding: 24rpx 0;
  301. }
  302. .remove-title > view:nth-of-type(2) {
  303. color: #060809;
  304. font-size: 32rpx;
  305. font-weight: bold;
  306. background-color: #F3F8FF;
  307. border-radius: 0rpx 16rpx 0rpx 0rpx;
  308. padding: 24rpx 0;
  309. }
  310. .remove-title > view:nth-of-type(1),
  311. .remove-text > view:nth-of-type(1) {
  312. margin-right: 4rpx;
  313. }
  314. .remove-text > view {
  315. color: #060809;
  316. font-size: 28rpx;
  317. background-color: #F4F5F6;
  318. padding: 26rpx 0;
  319. }
  320. .remove-title > view,
  321. .remove-text > view {
  322. width: 342rpx;
  323. text-align: center;
  324. }
  325. .assort-info {
  326. background-color: #ffffff;
  327. border-radius: 32rpx;
  328. margin: 0 32rpx 24rpx;
  329. padding: 40rpx 32rpx;
  330. }
  331. .assort-info > view:nth-of-type(1) {
  332. color: #060809;
  333. font-size: 40rpx;
  334. font-weight: bold;
  335. margin-bottom: 40rpx;
  336. }
  337. .assort-box {
  338. flex-wrap: wrap;
  339. }
  340. .assort-text {
  341. width: 308rpx;
  342. padding: 24rpx;
  343. color: #060809;
  344. font-size: 32rpx;
  345. font-weight: bold;
  346. margin-bottom: 4rpx;
  347. background-color: #F3F8FF;
  348. }
  349. .odd-item {
  350. border-radius: 16rpx 0 0 16rpx;
  351. margin-right: 4rpx;
  352. }
  353. .even-item {
  354. border-radius: 0 16rpx 16rpx 0;
  355. }
  356. .pay-money {
  357. color: #F95151;
  358. font-size: 36rpx;
  359. font-weight: bold;
  360. margin-right: 64rpx;
  361. }
  362. .pay-btn {
  363. color: #ffffff;
  364. font-weight: 400;
  365. background-color: #060809;
  366. height: 80rpx;
  367. line-height: 80rpx;
  368. border-radius: 40rpx;
  369. /* padding-top: 24rpx;
  370. padding-bottom: 24rpx; */
  371. text-align: center;
  372. width: 100%;
  373. }
  374. .cancel {
  375. color: #828DA2;
  376. font-size: 28rpx;
  377. margin-right: 20rpx;
  378. }
  379. .deposit-btn {
  380. color: #060809;
  381. font-size: 28rpx;
  382. background-color: #EBECEC;
  383. height: 60rpx;
  384. line-height: 60rpx;
  385. border-radius: 40rpx;
  386. padding: 0 20rpx;
  387. /* padding-top: 24rpx;
  388. padding-bottom: 24rpx; */
  389. margin-right: 20rpx;
  390. text-align: center;
  391. }
  392. .w_224{
  393. width: 224rpx;
  394. }
  395. .w_254{
  396. width: 254rpx;
  397. }
  398. .w_288{
  399. width: 288rpx;
  400. }
  401. .w_418{
  402. width: 414rpx;
  403. }
  404. .sesame-btn {
  405. color: #ffffff;
  406. font-size: 28rpx;
  407. height: 60rpx;
  408. line-height: 60rpx;
  409. background-color: #060809;
  410. padding: 0 20rpx;
  411. border-radius: 40rpx;
  412. /* padding-top: 24rpx;
  413. padding-bottom: 24rpx; */
  414. text-align: center;
  415. }
  416. .sesame-btn-s {
  417. color: #ffffff;
  418. font-size: 32rpx;
  419. height: 80rpx;
  420. line-height: 80rpx;
  421. background-color: #060809;
  422. opacity: 0.2;
  423. border-radius: 40rpx;
  424. /* padding-top: 24rpx;
  425. padding-bottom: 24rpx; */
  426. text-align: center;
  427. }
  428. .to-pay {
  429. align-items: baseline;
  430. width: 100%;
  431. }
  432. .bottom-right > view:nth-of-type(2) {
  433. color: #ffffff;
  434. font-size: 32rpx;
  435. font-weight: bold;
  436. text-align: center;
  437. height: 80rpx;
  438. line-height: 80rpx;
  439. padding-left: 104rpx;
  440. padding-right: 104rpx;
  441. /* padding: 24rpx 104rpx; */
  442. border-radius: 40rpx;
  443. background-color: #060809;
  444. margin-left: 20rpx;
  445. }
  446. .cancel-b {
  447. position: fixed;
  448. bottom: 0;
  449. left: 0;
  450. z-index: 10;
  451. width: 100%;
  452. height: 100vh;
  453. background-color: rgba(0,0,0,0.4);
  454. }
  455. .cancel-box {
  456. border-radius: 32rpx 32rpx 0rpx 0rpx;
  457. background-color: #ffffff;
  458. padding: 40rpx 32rpx;
  459. z-index: 100;
  460. position: fixed;
  461. bottom: 0;
  462. width: 100%;
  463. }
  464. .cancel-title {
  465. color: #2A3A5A;
  466. font-size: 40rpx;
  467. font-weight: bold;
  468. margin-bottom: 48rpx;
  469. }
  470. .cancel-item {
  471. color: #2A3A5A;
  472. font-size: 32rpx;
  473. font-weight: bold;
  474. margin-bottom: 48rpx;
  475. }
  476. .cancel-item img {
  477. width: 32rpx;
  478. height: 32rpx;
  479. }
  480. .show_mark_patment {
  481. position: absolute;
  482. z-index: 99;
  483. /* top: 0; */
  484. background-color: rgba(0, 0, 0, 0.5);
  485. width: 100%;
  486. height: 100%;
  487. }
  488. .payment-info {
  489. background-color: #ffffff;
  490. padding: 24rpx 32rpx 28rpx;
  491. width: 100%;
  492. }
  493. .pay_line {
  494. height: 2rpx;
  495. background: #EAEAEA;
  496. width: 100%;
  497. }
  498. .pay_money {
  499. background: #FFFFFF;
  500. border-radius: 32rpx 32rpx 0rpx 0rpx;
  501. padding: 40rpx 32rpx 24rpx 32rpx;
  502. }
  503. .pay_money > view {
  504. font-family: PingFangSC, PingFang SC;
  505. font-weight: 500;
  506. font-size: 36rpx;
  507. color: #2A3A5A;
  508. line-height: 36rpx;
  509. text-align: left;
  510. font-style: normal;
  511. padding: 24rpx 24rpx 24rpx 0rpx;
  512. }
  513. .pay_money>view:nth-of-type(1) {
  514. padding: 0rpx 20rpx 24rpx 0rpx;
  515. font-family: PingFangSC, PingFang SC;
  516. font-weight: 600;
  517. font-size: 40rpx;
  518. color: #2A3A5A;
  519. line-height: 40rpx;
  520. text-align: left;
  521. font-style: normal;
  522. }
  523. .pay_money>view:nth-of-type(4) {
  524. display: flex;
  525. justify-content: flex-end;
  526. align-items: center;
  527. }
  528. .charge_money_info > view:nth-of-type(odd){
  529. padding-right: 24rpx;
  530. }
  531. .charge_money_info > view:nth-of-type(even){
  532. font-family: DIN;
  533. font-weight: 500;
  534. font-size: 60rpx;
  535. color: #F95151;
  536. line-height: 52rpx;
  537. text-align: left;
  538. font-style: normal;
  539. }
  540. .pay_info {
  541. background-color: #ffffff;
  542. padding: 42rpx 32rpx 48rpx;
  543. }
  544. .payment-info-one {
  545. background-color: #ffffff;
  546. padding: 42rpx 32rpx 48rpx;
  547. }
  548. .payment-top {
  549. color: #2A3A5A;
  550. font-size: 28rpx;
  551. }
  552. .payment-top text {
  553. color: #060809;
  554. font-size: 28rpx;
  555. }
  556. .payment-top img {
  557. width: 32rpx;
  558. height: 32rpx;
  559. margin-right: 16rpx;
  560. vertical-align: middle;
  561. }
  562. .payment-bottom {
  563. margin-top: 42rpx;
  564. width: 100%;
  565. }
  566. .bottom-left {
  567. color: #F95151;
  568. font-size: 36rpx;
  569. font-weight: bold;
  570. }
  571. .bottom-left>view:nth-of-type(2) {
  572. color: #060809;
  573. font-size: 28rpx;
  574. font-weight: 400;
  575. margin-left: 16rpx;
  576. }
  577. .bottom-left img {
  578. width: 49rpx;
  579. height: 49rpx;
  580. vertical-align: middle;
  581. margin-left: 4rpx;
  582. }
  583. .payment-bottom>view:nth-of-type(2) {
  584. color: #ffffff;
  585. font-size: 32rpx;
  586. text-align: center;
  587. height: 80rpx;
  588. line-height: 80rpx;
  589. border-radius: 40rpx;
  590. background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%);
  591. }
  592. .chargeinfo_img {
  593. width: 40rpx;
  594. height: 40rpx;
  595. margin-bottom: -8rpx;
  596. }
  597. .show_mark_container {
  598. display: flex;
  599. justify-content: center;
  600. align-items: center;
  601. position: fixed;
  602. left: 0;
  603. right: 0;
  604. top: 0;
  605. bottom: 0;
  606. background-color: rgba(0, 0, 0, 0.5);
  607. z-index: 8;
  608. }
  609. .pop_content {
  610. display: flex;
  611. flex-direction: column;
  612. width: 568rpx;
  613. height: 438rpx;
  614. background-color: #fff;
  615. border-radius: 12rpx;
  616. padding: 20rpx;
  617. text-align: center;
  618. position: relative;
  619. font-family: PingFangSC, PingFang SC;
  620. font-weight: 500;
  621. font-size: 32rpx;
  622. color: #000000;
  623. font-style: normal;
  624. }
  625. .pop_foo {
  626. height: 70%;
  627. }
  628. .show_title {
  629. line-height: 48rpx;
  630. padding: 32rpx;
  631. }
  632. .show_info_content {
  633. margin-left: 32rpx;
  634. margin-right: 32rpx;
  635. margin-bottom: 40rpx;
  636. line-height: 32rpx;
  637. }
  638. .show_info_tips {
  639. position: absolute;
  640. padding-top: 16rpx;
  641. font-family: PingFangSC, PingFang SC;
  642. font-weight: 400;
  643. font-size: 24rpx;
  644. color: #828DA2;
  645. line-height: 36rpx;
  646. text-align: justify;
  647. font-style: normal;
  648. }
  649. .row-btn {
  650. display: flex;
  651. height: 20%;
  652. flex-direction: row;
  653. align-items: center;
  654. border-top: 1rpx solid #f1f1f1;
  655. }
  656. .row-btn view {
  657. flex: 1;
  658. text-align: center;
  659. margin: 10rpx 3%;
  660. padding: 12rpx 0 3rpx;
  661. font-size: 32rpx;
  662. }
  663. .left-btn {
  664. /* background-color: #f1f1f1; */
  665. color: #060809;
  666. }
  667. .deposit-info {
  668. background-color: #ffffff;
  669. margin: 0 32rpx 24rpx 32rpx;
  670. padding: 40rpx 32rpx 0rpx 32rpx;
  671. border-radius: 32rpx;
  672. }
  673. .deposit-info > view:nth-of-type(1) {
  674. color: #2A3A5A;
  675. font-size: 40rpx;
  676. font-weight: bold;
  677. margin-bottom: 40rpx;
  678. }
  679. .selected-deposit {
  680. display: flex;
  681. justify-content: space-between;
  682. align-items: baseline;
  683. }
  684. .deposit-item >view {
  685. color: #2A3A5A;
  686. font-size: 32rpx;
  687. font-weight: bold;
  688. }
  689. .deposit-item >view > text {
  690. color: #828DA2;
  691. font-weight: 400;
  692. }
  693. .select-img {
  694. width: 32rpx;
  695. height: 32rpx;
  696. margin-right: 24rpx;
  697. vertical-align: middle;
  698. }
  699. .info-img {
  700. width: 28rpx;
  701. height: 28rpx;
  702. margin-left: 12rpx;
  703. vertical-align: middle;
  704. }
  705. .blue-text {
  706. color: #0074FF;
  707. font-weight: bold;
  708. }
  709. .black-text {
  710. color: #2A3A5A;
  711. font-weight: bold;
  712. }
  713. .exchange-info {
  714. background: #F4F5F6;
  715. border-radius: 24rpx;
  716. padding: 24rpx;
  717. }
  718. .exchange-info-title {
  719. color: #2A3A5A;
  720. font-size: 40rpx;
  721. font-weight: bold;
  722. margin-bottom: 28rpx;
  723. }
  724. .exchange-button{
  725. font-family: PingFangSC, PingFang SC;
  726. font-weight: 500;
  727. font-size: 32rpx;
  728. color: #060809;
  729. line-height: 32rpx;
  730. text-align: right;
  731. font-style: normal;
  732. }
  733. .exchange-button > text {
  734. padding: 0 4rpx;
  735. }
  736. .exchange-content{
  737. font-family: PingFangSC, PingFang SC;
  738. font-weight: 400;
  739. font-size: 24rpx;
  740. color: #828DA2;
  741. line-height: 36rpx;
  742. text-align: justify;
  743. font-style: normal;
  744. }
  745. .get-car-number-card{
  746. background: #FFFFFF;
  747. border-radius: 40rpx;
  748. padding: 40rpx;
  749. text-align: center;
  750. font-weight: 600;
  751. font-size: 32rpx;
  752. color: #060809;
  753. margin-bottom: 20rpx;
  754. }
  755. .get-car-number{
  756. font-weight: bold;
  757. line-height: 1;
  758. font-size: 80rpx;
  759. color: #060809;
  760. margin: 24rpx 0 40rpx;
  761. }
  762. .get-car-number-tip{
  763. font-weight: 400;
  764. font-size: 24rpx;
  765. color: #060809;
  766. opacity: 0.4;
  767. }
  768. .distance-num{
  769. background: #E6EEFE;
  770. border-radius: 20rpx;
  771. font-family: DIN, DIN;
  772. font-weight: 500;
  773. font-size: 26rpx;
  774. color: #0A59F7;
  775. padding: 6rpx 20rpx;
  776. }
  777. .store-img-view>img{
  778. width: 160rpx;
  779. height: 160rpx;
  780. border-radius: 24rpx;
  781. }
  782. .store-name-address{
  783. font-weight: 400;
  784. font-size: 28rpx;
  785. color: #9FA7B7;
  786. margin: 16rpx 0;
  787. }
  788. .store-name{
  789. font-weight: 600;
  790. font-size: 36rpx;
  791. color: #060809;
  792. }
  793. .time-style{
  794. font-weight: 400;
  795. font-size: 26rpx;
  796. color: #828DA2;
  797. }
  798. .car-top{
  799. margin-bottom: 24rpx;
  800. }
  801. .grey-text{
  802. font-family: PingFangSC, PingFang SC;
  803. font-weight: 400;
  804. font-size: 28rpx;
  805. color: #060809;
  806. opacity: 0.4;
  807. margin-right: 16rpx;
  808. }
  809. .get-car-time{
  810. font-weight: 600;
  811. font-size: 54rpx;
  812. color: #0A59F7;
  813. margin: 0 4rpx;
  814. }
  815. .get-time-view{
  816. font-weight: 400;
  817. align-items: center;
  818. }