orderStatus.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  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: #2A3A5A;
  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: #2A3A5A;
  78. font-size: 30rpx;
  79. font-weight: bold;
  80. word-wrap: break-word;
  81. }
  82. .none-text{
  83. text-decoration: line-through;
  84. }
  85. .sn-text text {
  86. color: #5E6F90;
  87. }
  88. .g-border {
  89. height: 32rpx;
  90. border-left: 2rpx solid #E3E7EB;
  91. margin-left: 16rpx;
  92. margin-right: 16rpx;
  93. }
  94. .time-money img {
  95. width: 28rpx;
  96. height: 28rpx;
  97. margin-left: 8rpx;
  98. /* vertical-align: middle; */
  99. }
  100. .car-info {
  101. background-color: #ffffff;
  102. margin: 0 32rpx 24rpx 32rpx;
  103. padding: 40rpx 32rpx 32rpx;
  104. border-radius: 32rpx;
  105. }
  106. .car-info > view:nth-of-type(1) {
  107. color: #2A3A5A;
  108. font-size: 40rpx;
  109. font-weight: bold;
  110. margin-bottom: 28rpx;
  111. }
  112. .top-flex > view:nth-of-type(1) {
  113. color: #2A3A5A;
  114. font-size: 36rpx;
  115. font-weight: 400;
  116. margin-bottom: 20rpx;
  117. }
  118. .top-flex > view:nth-of-type(2) {
  119. font-weight: 400;
  120. font-size: 28rpx;
  121. color: #9EA9BB;
  122. }
  123. .car-info img {
  124. width: 125rpx;
  125. height: 125rpx;
  126. border-radius: 16rpx;
  127. }
  128. .return-info {
  129. padding: 40rpx 32rpx 34rpx;
  130. background-color: #ffffff;
  131. border-radius: 32rpx;
  132. margin: 0 32rpx 24rpx;
  133. }
  134. .return-top > view:nth-of-type(1) {
  135. color: #2A3A5A;
  136. font-size: 40rpx;
  137. font-weight: bold;
  138. }
  139. .return-top > view:nth-of-type(2) {
  140. font-weight: 600;
  141. font-size: 22rpx;
  142. color: #0A59F7;
  143. text-align: center;
  144. background: #E6EEFE;
  145. border-radius: 20rpx;
  146. height: 40rpx;
  147. line-height: 40rpx;
  148. padding-left: 20rpx;
  149. padding-right: 20rpx;
  150. }
  151. .return-bottom {
  152. margin-top: 24rpx;
  153. }
  154. .return-bottom > view {
  155. font-family: DIN, DIN;
  156. font-weight: 600;
  157. font-size: 36rpx;
  158. color: #060809;
  159. }
  160. .return-bottom img {
  161. width: 24rpx;
  162. height: 24rpx;
  163. margin: 0 12rpx;
  164. }
  165. .method-info {
  166. background-color: #ffffff;
  167. border-radius: 32rpx;
  168. margin: 0 32rpx 24rpx;
  169. padding: 48rpx 40rpx 40rpx 32rpx;
  170. }
  171. .method-info > view:nth-of-type(1) {
  172. color: #2A3A5A;
  173. font-size: 40rpx;
  174. font-weight: bold;
  175. margin-bottom: 40rpx;
  176. }
  177. .method-item > img {
  178. width: 144rpx;
  179. height: 144rpx;
  180. margin-right: 24rpx;
  181. border-radius: 16rpx;
  182. }
  183. .method-right {
  184. align-items: flex-start;
  185. }
  186. .item-center > view:nth-of-type(1) {
  187. color: #2A3A5A;
  188. font-size: 36rpx;
  189. line-height: 36rpx;
  190. margin-bottom: 16rpx;
  191. }
  192. .item-center > view:nth-of-type(2) {
  193. color: #9FA7B7;
  194. font-size: 28rpx;
  195. margin-bottom: 24rpx;
  196. }
  197. .item-center > view:nth-of-type(3) {
  198. color: #828DA2;
  199. font-size: 28rpx;
  200. }
  201. .item-center img {
  202. width: 26rpx;
  203. height: 26rpx;
  204. vertical-align: middle;
  205. }
  206. .item-bottom {
  207. color: #2A3A5A;
  208. font-size: 32rpx;
  209. }
  210. .item-bottom img {
  211. width: 36rpx;
  212. height: 36rpx;
  213. margin-bottom: 14rpx;
  214. }
  215. .guarantee-info {
  216. background-color: #ffffff;
  217. border-radius: 32rpx;
  218. margin: 0 32rpx 24rpx;
  219. padding: 40rpx 32rpx;
  220. }
  221. .guarantee-info > view:nth-of-type(1) {
  222. color: #2A3A5A;
  223. font-size: 40rpx;
  224. font-weight: bold;
  225. }
  226. .guarantee-info > view:nth-of-type(2) img {
  227. width: 44rpx;
  228. height: 40rpx;
  229. margin-right: 8rpx;
  230. vertical-align: middle;
  231. }
  232. .guarantee-info > view:nth-of-type(2) {
  233. color: #5E6F90;
  234. font-size: 28rpx;
  235. }
  236. .overdue-info {
  237. background-color: #ffffff;
  238. border-radius: 32rpx;
  239. margin: 0 32rpx 24rpx;
  240. padding: 40rpx 32rpx 32rpx;
  241. /* width: 92%; */
  242. }
  243. .overdue-info > view:nth-of-type(1) {
  244. color: #2A3A5A;
  245. font-size: 40rpx;
  246. font-weight: bold;
  247. margin-bottom: 40rpx;
  248. }
  249. .overdue-one,
  250. .overdue-two,
  251. .overdue-thr {
  252. background-color: #F3F8FF;
  253. padding: 32rpx 24rpx 24rpx;
  254. }
  255. .overdue-one {
  256. border-radius: 16rpx 16rpx 0rpx 0rpx;
  257. }
  258. .overdue-two {
  259. margin-top: 2rpx;
  260. margin-bottom: 2rpx;
  261. }
  262. .overdue-thr {
  263. border-radius: 16rpx 16rpx 0rpx 0rpx;
  264. }
  265. .overdue-one > view:nth-of-type(1),
  266. .overdue-two > view:nth-of-type(1),
  267. .overdue-thr > view:nth-of-type(1) {
  268. color: #2A3A5A;
  269. font-size: 28rpx;
  270. font-weight: bold;
  271. margin-bottom: 16rpx;
  272. }
  273. .overdue-one > view:nth-of-type(2),
  274. .overdue-two > view:nth-of-type(2),
  275. .overdue-thr > view:nth-of-type(2) {
  276. color: #828DA2;
  277. font-size: 24rpx;
  278. line-height: 36rpx;
  279. }
  280. .remove-info {
  281. background-color: #ffffff;
  282. border-radius: 32rpx;
  283. margin: 0 32rpx 24rpx;
  284. padding: 40rpx 32rpx 50rpx;
  285. }
  286. .remove-info >view:nth-of-type(1) {
  287. color: #2A3A5A;
  288. font-size: 40rpx;
  289. font-weight: bold;
  290. margin-bottom: 40rpx;
  291. }
  292. .remove-title {
  293. align-items: center;
  294. margin-bottom: 4rpx;
  295. }
  296. .remove-title > view:nth-of-type(1) {
  297. color: #2A3A5A;
  298. font-size: 32rpx;
  299. font-weight: bold;
  300. background-color: #F3F8FF;
  301. border-radius: 16rpx 0rpx 0rpx 0rpx;
  302. padding: 24rpx 0;
  303. }
  304. .remove-title > view:nth-of-type(2) {
  305. color: #2A3A5A;
  306. font-size: 32rpx;
  307. font-weight: bold;
  308. background-color: #F3F8FF;
  309. border-radius: 0rpx 16rpx 0rpx 0rpx;
  310. padding: 24rpx 0;
  311. }
  312. .remove-title > view:nth-of-type(1),
  313. .remove-text > view:nth-of-type(1) {
  314. margin-right: 4rpx;
  315. }
  316. .remove-text > view {
  317. color: #2A3A5A;
  318. font-size: 28rpx;
  319. background-color: #F4F5F6;
  320. padding: 26rpx 0;
  321. }
  322. .remove-title > view,
  323. .remove-text > view {
  324. width: 342rpx;
  325. text-align: center;
  326. }
  327. .assort-info {
  328. background-color: #ffffff;
  329. border-radius: 32rpx;
  330. margin: 0 32rpx 24rpx;
  331. padding: 40rpx 32rpx;
  332. }
  333. .assort-info > view:nth-of-type(1) {
  334. color: #2A3A5A;
  335. font-size: 40rpx;
  336. font-weight: bold;
  337. margin-bottom: 40rpx;
  338. }
  339. .assort-box {
  340. flex-wrap: wrap;
  341. }
  342. .assort-text {
  343. width: 308rpx;
  344. padding: 24rpx;
  345. color: #2A3A5A;
  346. font-size: 32rpx;
  347. font-weight: bold;
  348. margin-bottom: 4rpx;
  349. background-color: #F3F8FF;
  350. }
  351. .odd-item {
  352. border-radius: 16rpx 0 0 16rpx;
  353. margin-right: 4rpx;
  354. }
  355. .even-item {
  356. border-radius: 0 16rpx 16rpx 0;
  357. }
  358. .pay-money {
  359. color: #F95151;
  360. font-size: 36rpx;
  361. font-weight: bold;
  362. margin-right: 64rpx;
  363. }
  364. .pay-btn {
  365. color: #ffffff;
  366. font-weight: 400;
  367. background-color: #0074FF;
  368. height: 80rpx;
  369. line-height: 80rpx;
  370. border-radius: 40rpx;
  371. /* padding-top: 24rpx;
  372. padding-bottom: 24rpx; */
  373. text-align: center;
  374. width: 100%;
  375. }
  376. .cancel {
  377. color: #828DA2;
  378. font-size: 32rpx;
  379. margin-right: 20rpx;
  380. }
  381. .deposit-btn {
  382. color: #0074FF;
  383. font-size: 32rpx;
  384. background-color: #E5F1FF;
  385. height: 80rpx;
  386. line-height: 80rpx;
  387. border-radius: 40rpx;
  388. /* padding-top: 24rpx;
  389. padding-bottom: 24rpx; */
  390. margin-right: 20rpx;
  391. text-align: center;
  392. }
  393. .w_224{
  394. width: 224rpx;
  395. }
  396. .w_254{
  397. width: 254rpx;
  398. }
  399. .w_288{
  400. width: 288rpx;
  401. }
  402. .w_418{
  403. width: 414rpx;
  404. }
  405. .sesame-btn {
  406. color: #ffffff;
  407. font-size: 32rpx;
  408. height: 80rpx;
  409. line-height: 80rpx;
  410. background-color: #0074FF;
  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: #0074FF;
  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: #0074FF;
  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: #0074FF;
  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: #0074FF;
  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: #0074FF;
  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: #0074FF;
  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. }