orderStatus.css 14 KB

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