scanAppointOrder.wxss 18 KB

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