orderStatus.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  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. text-align: center;
  390. margin-left: 20rpx;
  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. margin-left: 10rpx;
  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. position: fixed;
  494. left: 0;
  495. bottom: 0;
  496. padding-bottom: env(safe-area-inset-bottom);
  497. }
  498. .inset-bottom{
  499. height: calc(150rpx + env(safe-area-inset-bottom));
  500. }
  501. .pay_line {
  502. height: 2rpx;
  503. background: #EAEAEA;
  504. width: 100%;
  505. }
  506. .pay_money {
  507. background: #FFFFFF;
  508. border-radius: 32rpx 32rpx 0rpx 0rpx;
  509. padding: 40rpx 32rpx 24rpx 32rpx;
  510. }
  511. .pay_money > view {
  512. font-family: PingFangSC, PingFang SC;
  513. font-weight: 500;
  514. font-size: 36rpx;
  515. color: #2A3A5A;
  516. line-height: 36rpx;
  517. text-align: left;
  518. font-style: normal;
  519. padding: 24rpx 24rpx 24rpx 0rpx;
  520. }
  521. .pay_money>view:nth-of-type(1) {
  522. padding: 0rpx 20rpx 24rpx 0rpx;
  523. font-family: PingFangSC, PingFang SC;
  524. font-weight: 600;
  525. font-size: 40rpx;
  526. color: #2A3A5A;
  527. line-height: 40rpx;
  528. text-align: left;
  529. font-style: normal;
  530. }
  531. .pay_money>view:nth-of-type(4) {
  532. display: flex;
  533. justify-content: flex-end;
  534. align-items: center;
  535. }
  536. .charge_money_info > view:nth-of-type(odd){
  537. padding-right: 24rpx;
  538. }
  539. .charge_money_info > view:nth-of-type(even){
  540. font-family: DIN;
  541. font-weight: 500;
  542. font-size: 60rpx;
  543. color: #F95151;
  544. line-height: 52rpx;
  545. text-align: left;
  546. font-style: normal;
  547. }
  548. .pay_info {
  549. background-color: #ffffff;
  550. padding: 42rpx 32rpx 48rpx;
  551. }
  552. .payment-info-one {
  553. background-color: #ffffff;
  554. padding: 42rpx 32rpx 48rpx;
  555. }
  556. .payment-top {
  557. color: #2A3A5A;
  558. font-size: 28rpx;
  559. }
  560. .payment-top text {
  561. color: #060809;
  562. font-size: 28rpx;
  563. }
  564. .payment-top img {
  565. width: 32rpx;
  566. height: 32rpx;
  567. margin-right: 16rpx;
  568. vertical-align: middle;
  569. }
  570. .payment-bottom {
  571. margin-top: 42rpx;
  572. width: 100%;
  573. }
  574. .bottom-left {
  575. color: #F95151;
  576. font-size: 36rpx;
  577. font-weight: bold;
  578. }
  579. .bottom-left>view:nth-of-type(2) {
  580. color: #060809;
  581. font-size: 28rpx;
  582. font-weight: 400;
  583. margin-left: 16rpx;
  584. }
  585. .bottom-left img {
  586. width: 49rpx;
  587. height: 49rpx;
  588. vertical-align: middle;
  589. margin-left: 4rpx;
  590. }
  591. .payment-bottom>view:nth-of-type(2) {
  592. color: #ffffff;
  593. font-size: 32rpx;
  594. text-align: center;
  595. height: 80rpx;
  596. line-height: 80rpx;
  597. border-radius: 40rpx;
  598. background: linear-gradient(to right, #0074FF 0%, #00D7FF 100%);
  599. }
  600. .chargeinfo_img {
  601. width: 40rpx;
  602. height: 40rpx;
  603. margin-bottom: -8rpx;
  604. }
  605. .show_mark_container {
  606. display: flex;
  607. justify-content: center;
  608. align-items: center;
  609. position: fixed;
  610. left: 0;
  611. right: 0;
  612. top: 0;
  613. bottom: 0;
  614. background-color: rgba(0, 0, 0, 0.5);
  615. z-index: 8;
  616. }
  617. .pop_content {
  618. display: flex;
  619. flex-direction: column;
  620. width: 568rpx;
  621. height: 438rpx;
  622. background-color: #fff;
  623. border-radius: 12rpx;
  624. padding: 20rpx;
  625. text-align: center;
  626. position: relative;
  627. font-family: PingFangSC, PingFang SC;
  628. font-weight: 500;
  629. font-size: 32rpx;
  630. color: #000000;
  631. font-style: normal;
  632. }
  633. .pop_foo {
  634. height: 70%;
  635. }
  636. .show_title {
  637. line-height: 48rpx;
  638. padding: 32rpx;
  639. }
  640. .show_info_content {
  641. margin-left: 32rpx;
  642. margin-right: 32rpx;
  643. margin-bottom: 40rpx;
  644. line-height: 32rpx;
  645. }
  646. .show_info_tips {
  647. position: absolute;
  648. padding-top: 16rpx;
  649. font-family: PingFangSC, PingFang SC;
  650. font-weight: 400;
  651. font-size: 24rpx;
  652. color: #828DA2;
  653. line-height: 36rpx;
  654. text-align: justify;
  655. font-style: normal;
  656. }
  657. .row-btn {
  658. display: flex;
  659. height: 20%;
  660. flex-direction: row;
  661. align-items: center;
  662. border-top: 1rpx solid #f1f1f1;
  663. }
  664. .row-btn view {
  665. flex: 1;
  666. text-align: center;
  667. margin: 10rpx 3%;
  668. padding: 12rpx 0 3rpx;
  669. font-size: 32rpx;
  670. }
  671. .left-btn {
  672. /* background-color: #f1f1f1; */
  673. color: #060809;
  674. }
  675. .deposit-info {
  676. background-color: #ffffff;
  677. margin: 0 32rpx 24rpx 32rpx;
  678. padding: 40rpx 32rpx 0rpx 32rpx;
  679. border-radius: 32rpx;
  680. }
  681. .deposit-info > view:nth-of-type(1) {
  682. color: #2A3A5A;
  683. font-size: 40rpx;
  684. font-weight: bold;
  685. margin-bottom: 40rpx;
  686. }
  687. .selected-deposit {
  688. display: flex;
  689. justify-content: space-between;
  690. align-items: baseline;
  691. }
  692. .deposit-item >view {
  693. color: #2A3A5A;
  694. font-size: 32rpx;
  695. font-weight: bold;
  696. }
  697. .deposit-item >view > text {
  698. color: #828DA2;
  699. font-weight: 400;
  700. }
  701. .select-img {
  702. width: 32rpx;
  703. height: 32rpx;
  704. margin-right: 24rpx;
  705. vertical-align: middle;
  706. }
  707. .info-img {
  708. width: 28rpx;
  709. height: 28rpx;
  710. margin-left: 12rpx;
  711. vertical-align: middle;
  712. }
  713. .blue-text {
  714. color: #0074FF;
  715. font-weight: bold;
  716. }
  717. .black-text {
  718. color: #2A3A5A;
  719. font-weight: bold;
  720. }
  721. .exchange-info {
  722. background: #F4F5F6;
  723. border-radius: 24rpx;
  724. padding: 24rpx;
  725. }
  726. .exchange-info-title {
  727. color: #2A3A5A;
  728. font-size: 40rpx;
  729. font-weight: bold;
  730. margin-bottom: 28rpx;
  731. }
  732. .exchange-button{
  733. font-family: PingFangSC, PingFang SC;
  734. font-weight: 500;
  735. font-size: 32rpx;
  736. color: #060809;
  737. line-height: 32rpx;
  738. text-align: right;
  739. font-style: normal;
  740. }
  741. .exchange-button > text {
  742. padding: 0 4rpx;
  743. }
  744. .exchange-content{
  745. font-family: PingFangSC, PingFang SC;
  746. font-weight: 400;
  747. font-size: 24rpx;
  748. color: #828DA2;
  749. line-height: 36rpx;
  750. text-align: justify;
  751. font-style: normal;
  752. }
  753. .get-car-number-card{
  754. background: #FFFFFF;
  755. border-radius: 40rpx;
  756. padding: 40rpx;
  757. text-align: center;
  758. font-weight: 600;
  759. font-size: 32rpx;
  760. color: #060809;
  761. margin-bottom: 20rpx;
  762. }
  763. .get-car-number{
  764. font-weight: bold;
  765. line-height: 1;
  766. font-size: 80rpx;
  767. color: #060809;
  768. margin: 24rpx 0 40rpx;
  769. }
  770. .get-car-number-tip{
  771. font-weight: 400;
  772. font-size: 24rpx;
  773. color: #060809;
  774. opacity: 0.4;
  775. }
  776. .distance-num{
  777. background: #E6EEFE;
  778. border-radius: 20rpx;
  779. font-family: DIN, DIN;
  780. font-weight: 500;
  781. font-size: 26rpx;
  782. color: #0A59F7;
  783. padding: 6rpx 20rpx;
  784. }
  785. .store-img-view>img{
  786. width: 160rpx;
  787. height: 160rpx;
  788. border-radius: 24rpx;
  789. }
  790. .store-name-address{
  791. font-weight: 400;
  792. font-size: 28rpx;
  793. color: #9FA7B7;
  794. margin: 16rpx 0;
  795. }
  796. .store-name{
  797. font-weight: 600;
  798. font-size: 36rpx;
  799. color: #060809;
  800. }
  801. .time-style{
  802. font-weight: 400;
  803. font-size: 26rpx;
  804. color: #828DA2;
  805. }
  806. .car-top{
  807. margin-bottom: 24rpx;
  808. }
  809. .grey-text{
  810. font-family: PingFangSC, PingFang SC;
  811. font-weight: 400;
  812. font-size: 28rpx;
  813. color: #060809;
  814. opacity: 0.4;
  815. margin-right: 16rpx;
  816. }
  817. .get-car-time{
  818. font-weight: 600;
  819. font-size: 54rpx;
  820. color: #0A59F7;
  821. margin: 0 4rpx;
  822. }
  823. .get-time-view{
  824. font-weight: 400;
  825. align-items: center;
  826. }