checkout.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873
  1. page {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .container{
  6. padding: 50rpx 28rpx 180rpx ;
  7. }
  8. .address-box {
  9. width: 100%;
  10. /* height: 166.55rpx;
  11. background-size: 62.5rpx 10.5rpx; */
  12. /* margin-bottom: 20rpx; */
  13. /* padding-top: 10.5rpx; */
  14. }
  15. .address-item {
  16. display: flex;
  17. /* height: 142rpx; */
  18. background: #fff;
  19. padding: 36rpx 16rpx 32rpx;
  20. border-radius: 10rpx;
  21. }
  22. .address-item.address-empty {
  23. line-height: 75rpx;
  24. text-align: center;
  25. }
  26. .address-item .map-icon{
  27. width:28rpx;
  28. height: 28rpx;
  29. margin:0 18rpx 0 0;
  30. }
  31. .address-box .l {
  32. width: 125rpx;
  33. height: 100%;
  34. }
  35. .address-box .l .name {
  36. margin-left: 6.25rpx;
  37. margin-top: -7.25rpx;
  38. display: block;
  39. width: 125rpx;
  40. height: 43rpx;
  41. line-height: 43rpx;
  42. font-size: 30rpx;
  43. color: #333;
  44. margin-bottom: 5rpx;
  45. }
  46. .address-box .l .default {
  47. margin-left: 6.25rpx;
  48. display: block;
  49. width: 62rpx;
  50. height: 33rpx;
  51. border-radius: 5rpx;
  52. border: 1px solid #b4282d;
  53. font-size: 20.5rpx;
  54. text-align: center;
  55. line-height: 29rpx;
  56. color: #b4282d;
  57. }
  58. .address-box .m {
  59. flex: 1;
  60. }
  61. .address-box .mobile {
  62. display: block;
  63. height: 29rpx;
  64. line-height: 29rpx;
  65. margin-bottom: 6.25rpx;
  66. font-size: 26rpx;
  67. }
  68. .address-box .address {
  69. display: block;
  70. /* height: 30rpx; */
  71. line-height: 30rpx;
  72. font-size: 26rpx;
  73. margin:0 0 18rpx 0;
  74. }
  75. .address-bottom{
  76. color: #85868A;
  77. line-height: 24rpx;
  78. height: 24rpx;
  79. font-size: 22rpx;
  80. }
  81. .address-bottom .user-name{
  82. margin:0 32rpx 0 0;
  83. }
  84. .address-box .r {
  85. width: 77rpx;
  86. height: 77rpx;
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. }
  91. .address-box .r image {
  92. width: 52.078rpx;
  93. height: 52.078rpx;
  94. }
  95. .coupon-box {
  96. width: 100%;
  97. height: 210rpx;
  98. background: #fff;
  99. border-radius:10rpx;
  100. margin-top: 20rpx;
  101. }
  102. .coupon-box .coupon-item {
  103. margin: 0 10rpx;
  104. height: 70rpx;
  105. overflow: hidden;
  106. background: #fff;
  107. display: flex;
  108. padding:0 20rpx 0 10rpx;
  109. align-items: center;
  110. justify-content: space-between;
  111. border-bottom:2rpx solid #E4E4E4;
  112. }
  113. .coupon-box .l {
  114. flex: 1;
  115. height: 70rpx;
  116. display: flex;
  117. align-items: center;
  118. justify-content: space-between;
  119. }
  120. .coupon-box .l .name {
  121. font-size: 24rpx;
  122. }
  123. .coupon-box .l .txt {
  124. font-size: 24rpx;
  125. }
  126. .coupon-box .r {
  127. width: 30rpx;
  128. height: 40rpx;
  129. display: flex;
  130. justify-content: center;
  131. align-items: center;
  132. }
  133. .coupon-box .r image {
  134. width: 52.078rpx;
  135. height: 52.078rpx;
  136. }
  137. .message-box {
  138. margin-top: 20rpx;
  139. width: 100%;
  140. height: auto;
  141. overflow: hidden;
  142. background: #fff;
  143. }
  144. .message-box .message-item {
  145. height: 86.078rpx;
  146. overflow: hidden;
  147. background: #fff;
  148. display: flex;
  149. margin-left: 31.25rpx;
  150. padding-right: 31.25rpx;
  151. }
  152. .message-box .message-app {
  153. height: 74.078rpx;
  154. overflow: hidden;
  155. background: #fff;
  156. display: flex;
  157. margin-left: 31.25rpx;
  158. padding-right: 31.25rpx;
  159. padding-top: 18rpx;border-radius: 20rpx;
  160. }
  161. .order-box {
  162. margin-top: 20rpx;
  163. width: 100%;
  164. height: auto;
  165. overflow: hidden;
  166. background: #fff;
  167. }
  168. .order-box .order-item {
  169. border-radius: 10rpx;
  170. height: 70rpx;
  171. overflow: hidden;
  172. background: #fff;
  173. display: flex;
  174. align-items: center;
  175. justify-content: space-between;
  176. padding:0 20rpx;
  177. border-bottom: 1px solid #d9d9d9;
  178. }
  179. .order-box .order-item.tip-item{
  180. padding-bottom:26rpx;
  181. height: auto;
  182. display: flex;
  183. flex-direction: column;
  184. }
  185. .order-box .order-item .l {
  186. width:100rpx;
  187. height: 70rpx;
  188. line-height: 70rpx;
  189. align-items: center;
  190. }
  191. .order-box .order-item .l .name{
  192. font-size: 24rpx;
  193. }
  194. .order-box .order-item .r {
  195. line-height: 70rpx;
  196. flex:1;
  197. height: 70rpx;
  198. line-height: 70rpx;
  199. align-items: center;
  200. text-align: right;
  201. /* overflow: hidden; */
  202. }
  203. .order-box .order-item.no-border {
  204. border-bottom: none;
  205. }
  206. .goods-items {
  207. /* margin-top: 20rpx; */
  208. background: #fff;
  209. /* margin-bottom: 120rpx; */
  210. border-radius: 10rpx;
  211. padding: 20rpx 12rpx;
  212. }
  213. .goods-items .item {
  214. height:210rpx;
  215. align-items: center;
  216. }
  217. .goods-items .item .name{
  218. font-size: 28rpx;
  219. /* height: 28rpx; */
  220. line-height: 32rpx;
  221. color: #2a2a2a;
  222. }
  223. .goods-items .item.no-border {
  224. border-bottom: none;
  225. }
  226. .goods-items .item:last-child {
  227. border-bottom: none;
  228. }
  229. .goods-items .img {
  230. height: 178rpx;
  231. width: 178rpx;
  232. /* background-color: #f4f4f4; */
  233. margin-right: 26rpx;
  234. border-radius: 10rpx;
  235. }
  236. .goods-items .img image {
  237. height: 178rpx;
  238. width: 178rpx;
  239. border-radius:10rpx;
  240. }
  241. .goods-items .info {
  242. flex: 1;
  243. height: 210rpx;
  244. padding:14rpx 0 0;
  245. }
  246. .goods-items .t {
  247. height: 33rpx;
  248. line-height: 33rpx;
  249. margin-bottom: 10rpx;
  250. overflow: hidden;
  251. font-size: 30rpx;
  252. color: #333;
  253. }
  254. .goods-items .t .name {
  255. display: block;
  256. float: left;
  257. }
  258. .goods-items .t .number {
  259. display: block;
  260. float: right;
  261. text-align: right;
  262. }
  263. .goods-items .m {
  264. height: 28rpx;
  265. overflow: hidden;
  266. line-height: 28rpx;
  267. margin-bottom: 16rpx;
  268. font-size: 24rpx;
  269. color: #85868A;
  270. margin-top: 5rpx;
  271. }
  272. .goods-items .b {
  273. height: 28rpx;
  274. line-height: 28rpx;
  275. font-size: 24rpx;
  276. color: #85868A;
  277. }
  278. .order-total {
  279. position: fixed;
  280. left: 0;
  281. bottom: 0;
  282. height: 100rpx;
  283. width: 100%;
  284. display: flex;
  285. }
  286. .order-total .l {
  287. flex: 1;
  288. height: 100rpx;
  289. line-height: 100rpx;
  290. color: #b4282d;
  291. background: #fff;
  292. font-size: 33rpx;
  293. padding-left: 31.25rpx;
  294. border-top: 1rpx solid rgba(0, 0, 0, 0.2);
  295. border-bottom: 1rpx solid rgba(0, 0, 0, 0.2);
  296. }
  297. .order-total .r {
  298. width: 233rpx;
  299. height: 100rpx;
  300. background: #b4282d;
  301. border: 1px solid #b4282d;
  302. line-height: 100rpx;
  303. text-align: center;
  304. color: #fff;
  305. font-size: 30rpx;
  306. }
  307. .actual-price{
  308. color: #2a2a2a;
  309. /* font-weight: bold; */
  310. font-size: 30rpx;
  311. text-align: right;
  312. margin:28rpx 0 0;
  313. }
  314. .actual-price text{
  315. color:#DF1717;
  316. }
  317. .go-pay-wrapper{
  318. position: fixed;
  319. bottom: 0;
  320. left:0;
  321. right:0;
  322. height: 130rpx;
  323. padding:20rpx 24rpx;
  324. /* background:#fff; */
  325. }
  326. view.go-pay-wrapper button > view{
  327. color:#fff;
  328. }
  329. .appoint-time-block{
  330. margin-top:20rpx;
  331. background:#fff;
  332. border-radius: 10rpx;
  333. }
  334. .appoint-time-block view.appoint-time-operate{
  335. padding:0 20rpx;
  336. height: 70rpx;
  337. display: flex;
  338. align-items: center;
  339. justify-content: space-between;
  340. font-size: 24rpx;
  341. }
  342. view.operate-left{
  343. color:#2a2a2a;
  344. }
  345. view.operate-right{
  346. display: flex;
  347. align-items:center;
  348. }
  349. view.operate-right{
  350. color:#09AFFF;
  351. }
  352. view.operate-right .not-select{
  353. color:#333;
  354. }
  355. .appoint-time-show{
  356. border-top:2rpx solid #E4E4E4;
  357. padding:0 24rpx;
  358. font-size: 24rpx;
  359. }
  360. view.one-time{
  361. height: 70rpx;
  362. display: flex;
  363. align-items: center;
  364. justify-content: space-between;
  365. }
  366. view.one-time text{
  367. color:#999;
  368. font-size: 26rpx;
  369. }
  370. .multi-times{
  371. padding:30rpx 0
  372. }
  373. .multi-times-item{
  374. height: 54rpx;
  375. display: flex;
  376. align-items: center;
  377. justify-content: space-between;
  378. }
  379. .multi-times-item text{
  380. font-weight: bold;
  381. font-size: 24rpx;
  382. }
  383. view.appoint-result{
  384. margin-top:18rpx;
  385. border:2rpx solid #09AFFF;
  386. border-radius:20rpx;
  387. line-height:46rpx;
  388. font-size: 26rpx;
  389. padding:10rpx;
  390. }
  391. .orange-font{
  392. color:#FA6400;
  393. font-weight: bold;
  394. font-size: 26rpx;
  395. }
  396. .order-item .message-item{
  397. color:#2a2a2a;
  398. font-size: 24rpx;
  399. font-weight: normal;
  400. height: 70rpx;
  401. }
  402. /* 选择时间 */
  403. view.popup-wrapper{
  404. /* padding: 0 0 20rpx; */
  405. color:#333;
  406. display: flex;
  407. flex-direction: column;
  408. justify-content: space-between;
  409. height: 100%;
  410. z-index:999;
  411. overflow: hidden;
  412. }
  413. .popup-wrapper view{
  414. color:#888;
  415. font-size: 30rpx;
  416. }
  417. .popup-content{
  418. flex:1;
  419. }
  420. .popup-title{
  421. height: 96rpx;
  422. line-height: 96rpx;
  423. text-align: center;
  424. border-bottom: 1rpx solid #ddd;
  425. }
  426. .popup-content{
  427. display: flex;
  428. }
  429. .time-select-left{
  430. /* flex:2; */
  431. border-right:1rpx solid #ddd;
  432. /* padding:0 20rpx; */
  433. padding: 0 8rpx 0 20rpx;
  434. width:370rpx;
  435. }
  436. .time-select-right{
  437. flex: 1.6;
  438. /* padding: 0 8rpx; */
  439. height: 900rpx;
  440. overflow-y: hidden;
  441. }
  442. .popup-content-special .time-select-right{
  443. flex:1;
  444. }
  445. .time-select-left-item{
  446. height: 108rpx;
  447. display: flex;
  448. flex-direction: column;
  449. padding:4rpx 0;
  450. }
  451. .date-line-wrapper{
  452. flex:1;
  453. display: flex;
  454. /* justify-content: space-between; */
  455. align-items:center;
  456. }
  457. .time-select-left-item .date-msg{
  458. height:36rpx;
  459. line-height: 36rpx;
  460. color: #888;
  461. font-size: 24rpx;
  462. }
  463. .time-select-left-item .date-msg.avail-date{
  464. color:#3FA10D;
  465. font-weight: bold;
  466. }
  467. .popup-wrapper .popup-content .current-date {
  468. color: #09afff;
  469. font-weight: bold;
  470. }
  471. view.popup-wrapper .time-select-right-item{
  472. height: 104rpx;
  473. border-bottom:1rpx solid #d1d1d1;
  474. display: flex;
  475. align-items: center;
  476. justify-content: space-between;
  477. padding:0 24rpx;
  478. }
  479. .time-select-right-item view{
  480. color:#6D7278;
  481. /* font-weight: bold; */
  482. }
  483. view.popup-btn-wrapper{
  484. margin:20rpx 0 0;
  485. padding:0 24rpx 20rpx;
  486. }
  487. view.popup-btn-wrapper button > view{
  488. color:#fff;
  489. }
  490. view.popup-wrapper .date-tag{
  491. color:#09afff;
  492. height: 44rpx;
  493. line-height: 42rpx;
  494. width:76rpx;
  495. border:2rpx solid #09afff;
  496. border-radius:44rpx;
  497. text-align: center;
  498. font-weight: normal;
  499. font-size: 22rpx;
  500. display: inline-block;
  501. margin-left:8rpx;
  502. }
  503. view.popup-wrapper .time-select-right-item.invalid-time text{
  504. color: #999;
  505. }
  506. view.popup-wrapper .time-select-right-item.invalid-time{
  507. /* background: #E1E1E1; */
  508. background: #eee;
  509. }
  510. .time-select-right-item view.time-msg{
  511. height: 40rpx;
  512. line-height: 38rpx;
  513. border-radius: 40rpx;
  514. padding:0 8rpx;
  515. font-size: 22rpx;
  516. border: 2rpx solid #999;
  517. color: #999;
  518. font-weight: normal;
  519. white-space: nowrap;
  520. }
  521. view.popup-wrapper .full-time{
  522. color:#09AFFF;
  523. font-size: 24rpx;
  524. margin:0 0 0 20rpx;
  525. height: 44rpx;
  526. line-height: 44rpx;
  527. float: right;
  528. padding-right:40rpx;
  529. }
  530. .first-appoint-date-item{
  531. height: 108rpx;
  532. display: flex;
  533. align-items: center;
  534. padding:0 0 0 240rpx;
  535. }
  536. .first-time-selected{
  537. margin:0 0 0 60rpx;
  538. }
  539. .select-week-times{
  540. border-top:1rpx solid #ddd;
  541. }
  542. .week-select-left{
  543. flex:1.2;
  544. }
  545. .week-select-left>view.time-select-left-item{
  546. padding:0 0 0 60rpx;
  547. display: flex;
  548. align-items: flex-start;
  549. justify-content: flex-start;
  550. flex-direction: row;
  551. padding:10rpx 0 0 60rpx;
  552. }
  553. .week-select-left>view.time-select-left-item .week-str{
  554. padding:12rpx 0 0 0;
  555. }
  556. view.popup-wrapper view.select-num-tag{
  557. width:32rpx;
  558. height: 32rpx;
  559. line-height: 32rpx;
  560. background:#09AFFF;
  561. border-radius: 34rpx;
  562. font-size: 20rpx;
  563. color:#fff;
  564. text-align: center;
  565. margin:0 0 0 6rpx;
  566. }
  567. /* 支付失败弹框 */
  568. .overlay-wrapper {
  569. display: flex;
  570. align-items: center;
  571. justify-content: center;
  572. height: 100%;
  573. }
  574. .fail-wrapper {
  575. width: 588rpx;
  576. height:502rpx;
  577. border-radius:10rpx;
  578. background: #fff;
  579. padding-bottom:40rpx;
  580. padding:80rpx 0 0;
  581. font-size: 24rpx;
  582. display: flex;
  583. flex-direction: column;
  584. justify-content: space-between;
  585. }
  586. .fail-top{
  587. display: flex;
  588. flex-direction: column;
  589. align-items: center;
  590. }
  591. .fail-top image{
  592. width:110rpx;
  593. height: 110rpx;
  594. }
  595. .fail-text{
  596. font-size: 34rpx;
  597. font-weight: bold;
  598. margin:66rpx 0 24rpx;
  599. height: 34rpx;
  600. }
  601. .fail-bottom{
  602. height: 132rpx;
  603. border-top:2rpx solid #E4E4E4;
  604. display: flex;
  605. justify-content: space-around;
  606. align-items: center;
  607. }
  608. .fail-bottom .btn-devide{
  609. width:2rpx;
  610. height: 130rpx;
  611. background: #E4E4E4;
  612. }
  613. .cancel-btn{
  614. width:202rpx;
  615. height: 72rpx;
  616. line-height: 72rpx;
  617. border:2rpx solid #85868A;
  618. color:#282728;
  619. border-radius:72rpx;
  620. text-align: center;
  621. }
  622. .repay-btn{
  623. width:202rpx;
  624. height: 72rpx;
  625. line-height: 72rpx;
  626. background: #09AFFF;
  627. color:#fff;
  628. border-radius:72rpx;
  629. text-align: center;
  630. }
  631. .discount-title{
  632. height:70rpx;
  633. background: #E0F5FC;
  634. padding:0 10rpx;
  635. display: flex;
  636. align-items: center;
  637. }
  638. .discount-title image{
  639. width:24rpx;
  640. height: 26rpx;
  641. margin:0 8rpx 0 0;
  642. }
  643. .discount-title text{
  644. font-size: 28rpx;
  645. font-weight:bold;
  646. color: #323232;
  647. }
  648. .discount-line{
  649. padding:0 50rpx 0 20rpx;
  650. }
  651. .discount-line .txt{
  652. color: #DF1717;
  653. font-size: 24rpx;
  654. }
  655. .member-benefit,.buy-member{
  656. margin:20rpx 0 0;
  657. height: 70rpx;
  658. background: #fff;
  659. border-radius: 10rpx;
  660. padding:0 20rpx;
  661. display: flex;
  662. align-items: center;
  663. justify-content: space-between;
  664. }
  665. .member-benefit .member-tip{
  666. text-align: right;
  667. }
  668. .member-tag{
  669. width: 142rpx;
  670. padding:0 10rpx;
  671. height: 44rpx;
  672. line-height: 44rpx;
  673. text-align: center;
  674. background: #2E3235;
  675. border-radius: 5rpx;
  676. }
  677. .member-tag text{
  678. font-size: 24rpx;
  679. color: #2A2A2A;
  680. background: linear-gradient(177deg, #F1E3C8 0%, #E6C162 100%);
  681. -webkit-background-clip: text;
  682. -webkit-text-fill-color: transparent;
  683. }
  684. .member-tip{
  685. flex:1;
  686. margin:0 0 0 26rpx;
  687. color:#DF1717;
  688. font-size: 24rpx;
  689. }
  690. .popup-content-special{
  691. position: relative;
  692. }
  693. .popup-title-special{
  694. position: absolute;
  695. left:0;
  696. top:0;
  697. right:0;
  698. background: #fff;
  699. }
  700. .popup-content-special{
  701. height:900rpx ;
  702. /* margin-top:96rpx; */
  703. margin-top: 116rpx;
  704. }
  705. .popup-content-special .time-select-left{
  706. height: 900rpx;
  707. overflow-y: scroll;
  708. }
  709. .stock-text{
  710. font-size: 20rpx;
  711. font-weight: normal;
  712. color:#888
  713. }
  714. .zero-stock{
  715. color:#ccc;
  716. }
  717. .order-box.code-module{
  718. border-radius:10rpx;
  719. padding:8rpx 0;
  720. }
  721. .codeTips{
  722. height: 52rpx;
  723. line-height: 40rpx;
  724. padding-bottom:20rpx;
  725. color:#09afff;
  726. font-size: 26rpx;
  727. text-align: right;
  728. padding:0 20rpx;
  729. }
  730. .codeTips.no-match{
  731. color: #FA6400;
  732. }
  733. .plus-order{
  734. margin-top:20rpx;
  735. width:694rpx;
  736. border-radius: 10rpx;
  737. height:100rpx;
  738. display: flex;
  739. padding:0 20rpx;
  740. background: #fff;
  741. align-items: center;
  742. }
  743. .plus-order .plus-title{
  744. color:#999;
  745. }
  746. .plus-order .plus-name{
  747. flex:1;
  748. margin:0 20rpx;
  749. font-size: 30rpx;
  750. color: #333;
  751. }
  752. .plus-name .plus-num{
  753. color: #09afff;
  754. font-size: 30rpx;
  755. font-weight: bold;
  756. }
  757. .plus-amount{
  758. color: #09afff;
  759. font-size: 32rpx;
  760. font-weight: bold;
  761. }
  762. .noon-select{
  763. height:64rpx;
  764. display: flex;
  765. border-bottom:1rpx solid #ddd;
  766. }
  767. .time-select-right .noon-item{
  768. flex:1;
  769. text-align: center;
  770. line-height: 64rpx;
  771. color: #979797;
  772. font-size: 26rpx;
  773. }
  774. .time-select-right view.noon-item.active-noon{
  775. color: #fff;
  776. background: #09afff;
  777. }
  778. view.popup-wrapper .time-select-right-item .date-tag{
  779. width: 80rpx;
  780. height: 40rpx;
  781. line-height: 38rpx;
  782. margin-left:0;
  783. /* margin-left:120rpx; */
  784. }
  785. .popup-title-new.popup-title{
  786. display: flex;
  787. flex-direction: column;
  788. justify-content: center;
  789. align-items: center;
  790. height:116rpx;
  791. line-height: normal;
  792. }
  793. .popup-title-new view{
  794. color:#333;
  795. font-size: 32rpx;
  796. }
  797. .popup-title-new view.fee-tips{
  798. color: #FF5735;
  799. font-size: 22rpx;
  800. }
  801. .time-select-right-item text{
  802. color:#888;
  803. }
  804. .time-select-right .time-item-wrapper{
  805. height: 836rpx;
  806. overflow-y: scroll;
  807. }
  808. .time-line{
  809. display: flex;
  810. align-items: center;
  811. justify-content: space-between;
  812. width:100%;
  813. }
  814. .time-select-right-item text.extra-tips{
  815. color: #FF5735;
  816. font-size: 22rpx;
  817. }