checkout.wxss 18 KB

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