orderStatus.css 15 KB

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