orderStatus.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932
  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-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: 28rpx;
  380. margin-right: 20rpx;
  381. }
  382. .deposit-btn {
  383. color: #060809;
  384. font-size: 28rpx;
  385. background-color: #EBECEC;
  386. height: 60rpx;
  387. line-height: 60rpx;
  388. border-radius: 40rpx;
  389. padding: 0 20rpx;
  390. /* padding-top: 24rpx;
  391. padding-bottom: 24rpx; */
  392. margin-right: 20rpx;
  393. text-align: center;
  394. }
  395. .w_224{
  396. width: 224rpx;
  397. }
  398. .w_254{
  399. width: 254rpx;
  400. }
  401. .w_288{
  402. width: 288rpx;
  403. }
  404. .w_418{
  405. width: 414rpx;
  406. }
  407. .sesame-btn {
  408. color: #ffffff;
  409. font-size: 28rpx;
  410. height: 60rpx;
  411. line-height: 60rpx;
  412. background-color: #060809;
  413. padding: 0 20rpx;
  414. border-radius: 40rpx;
  415. /* padding-top: 24rpx;
  416. padding-bottom: 24rpx; */
  417. text-align: center;
  418. }
  419. .sesame-btn-s {
  420. color: #ffffff;
  421. font-size: 32rpx;
  422. height: 80rpx;
  423. line-height: 80rpx;
  424. background-color: #060809;
  425. opacity: 0.2;
  426. border-radius: 40rpx;
  427. /* padding-top: 24rpx;
  428. padding-bottom: 24rpx; */
  429. text-align: center;
  430. }
  431. .to-pay {
  432. align-items: baseline;
  433. width: 100%;
  434. }
  435. .bottom-right > view:nth-of-type(2) {
  436. color: #ffffff;
  437. font-size: 32rpx;
  438. font-weight: bold;
  439. text-align: center;
  440. height: 80rpx;
  441. line-height: 80rpx;
  442. padding-left: 104rpx;
  443. padding-right: 104rpx;
  444. /* padding: 24rpx 104rpx; */
  445. border-radius: 40rpx;
  446. background-color: #060809;
  447. margin-left: 20rpx;
  448. }
  449. .cancel-b {
  450. position: fixed;
  451. bottom: 0;
  452. left: 0;
  453. z-index: 10;
  454. width: 100%;
  455. height: 100vh;
  456. background-color: rgba(0,0,0,0.4);
  457. }
  458. .cancel-box {
  459. border-radius: 32rpx 32rpx 0rpx 0rpx;
  460. background-color: #ffffff;
  461. padding: 40rpx 32rpx;
  462. z-index: 100;
  463. position: fixed;
  464. bottom: 0;
  465. width: 100%;
  466. }
  467. .cancel-title {
  468. color: #2A3A5A;
  469. font-size: 40rpx;
  470. font-weight: bold;
  471. margin-bottom: 48rpx;
  472. }
  473. .cancel-item {
  474. color: #2A3A5A;
  475. font-size: 32rpx;
  476. font-weight: bold;
  477. margin-bottom: 48rpx;
  478. }
  479. .cancel-item img {
  480. width: 32rpx;
  481. height: 32rpx;
  482. }
  483. .show_mark_patment {
  484. position: absolute;
  485. z-index: 99;
  486. /* top: 0; */
  487. background-color: rgba(0, 0, 0, 0.5);
  488. width: 100%;
  489. height: 100%;
  490. }
  491. .payment-info {
  492. background-color: #ffffff;
  493. padding: 24rpx 32rpx 28rpx;
  494. width: 100%;
  495. }
  496. .pay_line {
  497. height: 2rpx;
  498. background: #EAEAEA;
  499. width: 100%;
  500. }
  501. .pay_money {
  502. background: #FFFFFF;
  503. border-radius: 32rpx 32rpx 0rpx 0rpx;
  504. padding: 40rpx 32rpx 24rpx 32rpx;
  505. }
  506. .pay_money > view {
  507. font-family: PingFangSC, PingFang SC;
  508. font-weight: 500;
  509. font-size: 36rpx;
  510. color: #2A3A5A;
  511. line-height: 36rpx;
  512. text-align: left;
  513. font-style: normal;
  514. padding: 24rpx 24rpx 24rpx 0rpx;
  515. }
  516. .pay_money>view:nth-of-type(1) {
  517. padding: 0rpx 20rpx 24rpx 0rpx;
  518. font-family: PingFangSC, PingFang SC;
  519. font-weight: 600;
  520. font-size: 40rpx;
  521. color: #2A3A5A;
  522. line-height: 40rpx;
  523. text-align: left;
  524. font-style: normal;
  525. }
  526. .pay_money>view:nth-of-type(4) {
  527. display: flex;
  528. justify-content: flex-end;
  529. align-items: center;
  530. }
  531. .charge_money_info > view:nth-of-type(odd){
  532. padding-right: 24rpx;
  533. }
  534. .charge_money_info > view:nth-of-type(even){
  535. font-family: DIN;
  536. font-weight: 500;
  537. font-size: 60rpx;
  538. color: #F95151;
  539. line-height: 52rpx;
  540. text-align: left;
  541. font-style: normal;
  542. }
  543. .pay_info {
  544. background-color: #ffffff;
  545. padding: 42rpx 32rpx 48rpx;
  546. }
  547. .payment-info-one {
  548. background-color: #ffffff;
  549. padding: 42rpx 32rpx 48rpx;
  550. }
  551. .payment-top {
  552. color: #2A3A5A;
  553. font-size: 28rpx;
  554. }
  555. .payment-top text {
  556. color: #060809;
  557. font-size: 28rpx;
  558. }
  559. .payment-top img {
  560. width: 32rpx;
  561. height: 32rpx;
  562. margin-right: 16rpx;
  563. vertical-align: middle;
  564. }
  565. .payment-bottom {
  566. margin-top: 42rpx;
  567. width: 100%;
  568. }
  569. .bottom-left {
  570. color: #F95151;
  571. font-size: 36rpx;
  572. font-weight: bold;
  573. }
  574. .bottom-left>view:nth-of-type(2) {
  575. color: #060809;
  576. font-size: 28rpx;
  577. font-weight: 400;
  578. margin-left: 16rpx;
  579. }
  580. .bottom-left img {
  581. width: 49rpx;
  582. height: 49rpx;
  583. vertical-align: middle;
  584. margin-left: 4rpx;
  585. }
  586. .payment-bottom>view:nth-of-type(2) {
  587. color: #ffffff;
  588. font-size: 32rpx;
  589. text-align: center;
  590. height: 80rpx;
  591. line-height: 80rpx;
  592. border-radius: 40rpx;
  593. background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%);
  594. }
  595. .chargeinfo_img {
  596. width: 40rpx;
  597. height: 40rpx;
  598. margin-bottom: -8rpx;
  599. }
  600. .show_mark_container {
  601. display: flex;
  602. justify-content: center;
  603. align-items: center;
  604. position: fixed;
  605. left: 0;
  606. right: 0;
  607. top: 0;
  608. bottom: 0;
  609. background-color: rgba(0, 0, 0, 0.5);
  610. z-index: 8;
  611. }
  612. .pop_content {
  613. display: flex;
  614. flex-direction: column;
  615. width: 568rpx;
  616. height: 438rpx;
  617. background-color: #fff;
  618. border-radius: 12rpx;
  619. padding: 20rpx;
  620. text-align: center;
  621. position: relative;
  622. font-family: PingFangSC, PingFang SC;
  623. font-weight: 500;
  624. font-size: 32rpx;
  625. color: #000000;
  626. font-style: normal;
  627. }
  628. .pop_foo {
  629. height: 70%;
  630. }
  631. .show_title {
  632. line-height: 48rpx;
  633. padding: 32rpx;
  634. }
  635. .show_info_content {
  636. margin-left: 32rpx;
  637. margin-right: 32rpx;
  638. margin-bottom: 40rpx;
  639. line-height: 32rpx;
  640. }
  641. .show_info_tips {
  642. position: absolute;
  643. padding-top: 16rpx;
  644. font-family: PingFangSC, PingFang SC;
  645. font-weight: 400;
  646. font-size: 24rpx;
  647. color: #828DA2;
  648. line-height: 36rpx;
  649. text-align: justify;
  650. font-style: normal;
  651. }
  652. .row-btn {
  653. display: flex;
  654. height: 20%;
  655. flex-direction: row;
  656. align-items: center;
  657. border-top: 1rpx solid #f1f1f1;
  658. }
  659. .row-btn view {
  660. flex: 1;
  661. text-align: center;
  662. margin: 10rpx 3%;
  663. padding: 12rpx 0 3rpx;
  664. font-size: 32rpx;
  665. }
  666. .left-btn {
  667. /* background-color: #f1f1f1; */
  668. color: #060809;
  669. }
  670. .deposit-info {
  671. background-color: #ffffff;
  672. margin: 0 32rpx 24rpx 32rpx;
  673. padding: 40rpx 32rpx 0rpx 32rpx;
  674. border-radius: 32rpx;
  675. }
  676. .deposit-info > view:nth-of-type(1) {
  677. color: #2A3A5A;
  678. font-size: 40rpx;
  679. font-weight: bold;
  680. margin-bottom: 40rpx;
  681. }
  682. .selected-deposit {
  683. display: flex;
  684. justify-content: space-between;
  685. align-items: baseline;
  686. }
  687. .deposit-item >view {
  688. color: #2A3A5A;
  689. font-size: 32rpx;
  690. font-weight: bold;
  691. }
  692. .deposit-item >view > text {
  693. color: #828DA2;
  694. font-weight: 400;
  695. }
  696. .select-img {
  697. width: 32rpx;
  698. height: 32rpx;
  699. margin-right: 24rpx;
  700. vertical-align: middle;
  701. }
  702. .info-img {
  703. width: 28rpx;
  704. height: 28rpx;
  705. margin-left: 12rpx;
  706. vertical-align: middle;
  707. }
  708. .blue-text {
  709. color: #0074FF;
  710. font-weight: bold;
  711. }
  712. .black-text {
  713. color: #2A3A5A;
  714. font-weight: bold;
  715. }
  716. .exchange-info {
  717. background: #F4F5F6;
  718. border-radius: 24rpx;
  719. padding: 24rpx;
  720. }
  721. .exchange-info-title {
  722. color: #2A3A5A;
  723. font-size: 40rpx;
  724. font-weight: bold;
  725. margin-bottom: 28rpx;
  726. }
  727. .exchange-button{
  728. font-family: PingFangSC, PingFang SC;
  729. font-weight: 500;
  730. font-size: 32rpx;
  731. color: #060809;
  732. line-height: 32rpx;
  733. text-align: right;
  734. font-style: normal;
  735. }
  736. .exchange-button > text {
  737. padding: 0 4rpx;
  738. }
  739. .exchange-content{
  740. font-family: PingFangSC, PingFang SC;
  741. font-weight: 400;
  742. font-size: 24rpx;
  743. color: #828DA2;
  744. line-height: 36rpx;
  745. text-align: justify;
  746. font-style: normal;
  747. }
  748. .get-car-number-card{
  749. background: #FFFFFF;
  750. border-radius: 40rpx;
  751. padding: 40rpx;
  752. text-align: center;
  753. font-weight: 600;
  754. font-size: 32rpx;
  755. color: #060809;
  756. margin-bottom: 20rpx;
  757. }
  758. .get-car-number{
  759. font-weight: bold;
  760. line-height: 1;
  761. font-size: 80rpx;
  762. color: #060809;
  763. margin: 24rpx 0 40rpx;
  764. }
  765. .get-car-number-tip{
  766. font-weight: 400;
  767. font-size: 24rpx;
  768. color: #060809;
  769. opacity: 0.4;
  770. }
  771. .distance-num{
  772. background: #E6EEFE;
  773. border-radius: 20rpx;
  774. font-family: DIN, DIN;
  775. font-weight: 500;
  776. font-size: 26rpx;
  777. color: #0A59F7;
  778. padding: 6rpx 20rpx;
  779. }
  780. .store-img-view>img{
  781. width: 160rpx;
  782. height: 160rpx;
  783. border-radius: 24rpx;
  784. }
  785. .store-name-address{
  786. font-weight: 400;
  787. font-size: 28rpx;
  788. color: #9FA7B7;
  789. margin: 16rpx 0;
  790. }
  791. .store-name{
  792. font-weight: 600;
  793. font-size: 36rpx;
  794. color: #060809;
  795. }
  796. .time-style{
  797. font-weight: 400;
  798. font-size: 26rpx;
  799. color: #828DA2;
  800. }
  801. .car-top{
  802. margin-bottom: 24rpx;
  803. }
  804. .grey-text{
  805. font-family: PingFangSC, PingFang SC;
  806. font-weight: 400;
  807. font-size: 28rpx;
  808. color: #060809;
  809. opacity: 0.4;
  810. margin-right: 16rpx;
  811. }