index.less 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993
  1. /**index.less**/
  2. .firstConainer {
  3. height: 100vh;
  4. }
  5. .firstPageContainer {
  6. position: relative;
  7. background: url('https://oss.dayaedu.com/ktyq/1733123043908.png') no-repeat center;
  8. background-size: cover;
  9. .weui-navigation-bar {
  10. color: #FFF;
  11. }
  12. .fistSwiperSection {
  13. // height: 1142rpx;
  14. height: 85vh;
  15. // height: 750rpx;
  16. padding-top: 48rpx;
  17. swiper-item {
  18. display: flex;
  19. align-items: center;
  20. justify-content: center;
  21. // height: 85vh !important;
  22. }
  23. }
  24. .swiper-item {
  25. transition: all 0.4s ease;
  26. /* 调整过渡动画的时长和缓动函数,影响淡入淡出和缩放的速度 */
  27. transform-origin: center center;
  28. /* 明确缩放的中心点位置 */
  29. max-width: 90%;
  30. /* 适当增大最大宽度,让缩放效果更明显 */
  31. max-height: 90%;
  32. /* 适当增大最大高度,让缩放效果更明显 */
  33. // width: 592rpx;
  34. // height: 1142rpx;
  35. // height: 100%;
  36. width: 100%;
  37. height: 85vh;
  38. &.current {
  39. transition: all 0.35s ease;
  40. max-width: 100%;
  41. max-height: 100%;
  42. }
  43. &.tablet-item {
  44. image {
  45. height: 100% !important;
  46. width: initial;
  47. }
  48. }
  49. image {
  50. display: block;
  51. margin: 0 auto;
  52. // height: 100% !important;
  53. width: 100%;
  54. // background: #FFFFFF;
  55. // border-radius: 32rpx;
  56. }
  57. }
  58. .pageDot {
  59. display: flex;
  60. align-items: center;
  61. justify-content: center;
  62. padding-top: 32rpx;
  63. display: none;
  64. .dot-item {
  65. width: 12rpx;
  66. height: 12rpx;
  67. background: #FFFFFF;
  68. border-radius: 6rpx;
  69. opacity: 0.5;
  70. margin: 0 8rpx;
  71. transition: all 0.15s ease;
  72. &.current {
  73. width: 36rpx;
  74. height: 12rpx;
  75. background: #FFFFFF;
  76. border-radius: 6rpx;
  77. opacity: 1;
  78. }
  79. }
  80. }
  81. .upArrow {
  82. position: absolute;
  83. bottom: 40rpx;
  84. left: 50%;
  85. width: 75.2rpx;
  86. height: 86.4rpx;
  87. z-index: 1;
  88. transform: translateX(-50%);
  89. animation: breathe 2s infinite cubic-bezier(0, 0.21, 0, 0.88);
  90. }
  91. @keyframes breathe {
  92. 0% {
  93. opacity: 1;
  94. transform: translateX(-50%) translateY(0rpx);
  95. }
  96. 75% {
  97. opacity: 1;
  98. }
  99. 100% {
  100. opacity: 0;
  101. transform: translateX(-50%) translateY(-40rpx);
  102. }
  103. }
  104. }
  105. .pageContainer {
  106. height: 100vh;
  107. width: 100%;
  108. }
  109. page {
  110. height: 100vh;
  111. display: flex;
  112. flex-direction: column;
  113. background: #F5F6F7;
  114. }
  115. .scrollarea {
  116. flex: 1;
  117. overflow-y: hidden;
  118. height: 100%;
  119. }
  120. .container {
  121. position: relative;
  122. .topShadow {
  123. position: absolute;
  124. top: 0;
  125. z-index: 1;
  126. width: 100%;
  127. height: 200rpx;
  128. background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  129. }
  130. .slider-count {
  131. position: absolute;
  132. top: 674rpx;
  133. right: 32rpx;
  134. background: rgba(0, 0, 0, 0.4);
  135. border-radius: 26rpx;
  136. border: 2rpx solid rgba(255, 255, 255, 0.3);
  137. font-weight: 600;
  138. font-size: 28rpx;
  139. color: #FFFFFF;
  140. line-height: 40rpx;
  141. text-align: center;
  142. padding: 2rpx 26rpx;
  143. z-index: 1;
  144. }
  145. swiper {
  146. height: 750rpx;
  147. }
  148. .swiper-item {
  149. width: 100%;
  150. height: 100%;
  151. image {
  152. width: 100%;
  153. height: 100%;
  154. }
  155. }
  156. .demo-text-1 {
  157. background-color: red;
  158. }
  159. .demo-text-2 {
  160. background-color: black;
  161. }
  162. .demo-text-3 {
  163. background-color: gray;
  164. }
  165. }
  166. .shop-section {
  167. background: #FFFFFF;
  168. border-radius: 20rpx;
  169. margin: 16rpx 16rpx 0;
  170. padding: 24rpx 24rpx 40rpx;
  171. .showPrice {
  172. display: flex;
  173. justify-content: space-between;
  174. align-items: center;
  175. }
  176. .left {
  177. flex: 1 auto;
  178. display: flex;
  179. align-items: flex-end;
  180. }
  181. .currentPrice {
  182. font-weight: bold;
  183. color: #FE2451;
  184. font-family: DINAlternate, DINAlternate;
  185. display: flex;
  186. align-items: flex-end;
  187. .stuff {
  188. padding-right: 2rpx;
  189. font-size: 36rpx;
  190. }
  191. .priceZ {
  192. font-size: 60rpx;
  193. line-height: 1;
  194. }
  195. .priceF {
  196. font-size: 36rpx;
  197. }
  198. .after {
  199. padding-left: 4rpx;
  200. font-size: 28rpx;
  201. line-height: 48rpx;
  202. vertical-align: bottom;
  203. }
  204. }
  205. .originPrice {
  206. padding-left: 16rpx;
  207. font-size: 32rpx;
  208. color: #AAAAAA;
  209. line-height: 44rpx;
  210. text-decoration: line-through;
  211. padding-bottom: 12rpx;
  212. }
  213. .right {
  214. padding-top: 14rpx;
  215. font-weight: 400;
  216. font-size: 28rpx;
  217. color: #777777;
  218. line-height: 40rpx;
  219. }
  220. }
  221. .shopName {
  222. font-weight: 600;
  223. font-size: 32rpx;
  224. color: #131415;
  225. line-height: 44rpx;
  226. padding: 24rpx 0 14rpx;
  227. }
  228. .shopInfo {
  229. font-size: 24rpx;
  230. color: #999999;
  231. line-height: 38rpx;
  232. padding-bottom: 40rpx;
  233. }
  234. .shop-btn {
  235. button {
  236. line-height: 88rpx;
  237. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  238. border-radius: 44rpx;
  239. text-align: center;
  240. font-weight: 500;
  241. font-size: 32rpx;
  242. color: #FFFFFF;
  243. padding: 0 !important;
  244. margin: 0 !important;
  245. width: 100%;
  246. pointer-events: all;
  247. }
  248. }
  249. .goodsInfo {
  250. display: flex;
  251. .goodsList {
  252. display: flex;
  253. align-items: center;
  254. flex-wrap: wrap;
  255. }
  256. .goodsItem {
  257. line-height: 68rpx;
  258. background: #F4F4F5;
  259. border-radius: 12rpx;
  260. padding: 0 32rpx;
  261. margin-right: 24rpx;
  262. font-size: 28rpx;
  263. color: #131415;
  264. position: relative;
  265. margin-top: 24rpx;
  266. &.selected {
  267. background: #FEEDF0;
  268. // font-weight: 600;
  269. color: #FE2451;
  270. }
  271. &.nosale {
  272. background: #F4F4F5;
  273. color: #B1B1B1;
  274. }
  275. text {
  276. padding-left: 8rpx;
  277. }
  278. image {
  279. position: absolute;
  280. top: -14rpx;
  281. right: -14rpx;
  282. width: 56rpx;
  283. height: 28rpx;
  284. display: block;
  285. z-index: 1;
  286. }
  287. }
  288. }
  289. // .goodsSection {
  290. // margin-bottom: 156rpx;
  291. // padding-bottom: 154rpx;
  292. // }
  293. .well {
  294. height: 74rpx;
  295. padding-bottom: calc(env(safe-area-inset-bottom) + 24rpx);
  296. }
  297. .goodsIntro {
  298. background: #FFFFFF;
  299. border-radius: 20rpx;
  300. overflow: hidden;
  301. margin: 16rpx 16rpx 8rpx;
  302. .title {
  303. font-weight: 600;
  304. font-size: 32rpx;
  305. color: #131415;
  306. line-height: 44rpx;
  307. padding: 28rpx 24rpx;
  308. }
  309. .images {
  310. font-size: 0;
  311. line-height: 0;
  312. image {
  313. display: block;
  314. width: 100%;
  315. }
  316. .img1 {
  317. height: 1128rpx;
  318. }
  319. .img2 {
  320. height: 1810rpx
  321. }
  322. .img3 {
  323. height: 1336rpx;
  324. }
  325. .img4 {
  326. height: 1750rpx;
  327. }
  328. }
  329. }
  330. .bottom-section {
  331. position: fixed;
  332. bottom: 0;
  333. left: 0;
  334. width: 100%;
  335. background-color: #FFFFFF;
  336. box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  337. padding: 24rpx 32rpx 24rpx 32rpx;
  338. padding-bottom: calc(env(safe-area-inset-bottom) + 24rpx); /* 新版 iOS */
  339. display: flex;
  340. align-items: center;
  341. box-sizing: border-box;
  342. justify-content: space-around;
  343. .orders {
  344. display: flex;
  345. align-items: center;
  346. margin-right: 40rpx;
  347. // padding: 8rpx 0 16rpx;
  348. &.active {
  349. text {
  350. color: #131415;
  351. }
  352. }
  353. image {
  354. width: 44rpx;
  355. height: 44rpx;
  356. }
  357. text {
  358. padding-left: 16rpx;
  359. font-weight: 500;
  360. font-size: 28rpx;
  361. color: #AAAAAA;
  362. line-height: 44rpx;
  363. text-align: center;
  364. }
  365. }
  366. .btnSection {
  367. flex: 1 auto;
  368. button {
  369. width: 100%;
  370. line-height: 88rpx;
  371. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  372. border-radius: 44rpx;
  373. font-weight: 500;
  374. font-size: 32rpx;
  375. color: #FFFFFF;
  376. padding-top: 0;
  377. padding-bottom: 0;
  378. &[disabled][type=primary] {
  379. opacity: 0.7;
  380. }
  381. }
  382. }
  383. }
  384. // .van-overlay, .van-transition {
  385. // // pointer-events: all !important;
  386. // }
  387. // 'demo-text-1', 'demo-text-2', 'demo-text-3'
  388. .popup-section {
  389. max-height: 86vh;
  390. display: flex;
  391. flex-direction: column;
  392. .popup-container {
  393. width: 100%;
  394. background: #FFFFFF;
  395. border-radius: 32rpx 32rpx 0rpx 0rpx;
  396. box-sizing: border-box;
  397. flex: 1 auto;
  398. overflow-y: auto;
  399. overscroll-behavior: none;
  400. .popup-scroll {
  401. // overflow-x: hidden;
  402. // overflow-y: scroll;
  403. border-radius: 32rpx 32rpx 0rpx 0rpx;
  404. flex: 1 auto;
  405. //
  406. }
  407. .top-vip-img {
  408. width: 100%;
  409. }
  410. .goodsInfo {
  411. padding: 0 40rpx 48rpx;
  412. }
  413. }
  414. .addBuyer {
  415. margin: 40rpx 40rpx;
  416. background: #F6F6F6;
  417. border-radius: 20rpx;
  418. display: flex;
  419. align-items: center;
  420. justify-content: space-between;
  421. padding: 28rpx 24rpx;
  422. .icon-man {
  423. width: 28rpx;
  424. height: 36rpx;
  425. margin-right: 16rpx;
  426. flex-shrink: 1;
  427. }
  428. .addBuyer-left {
  429. display: flex;
  430. flex: 1;
  431. margin-right: 20rpx;
  432. .info {
  433. flex: 1;
  434. }
  435. }
  436. .users {
  437. font-weight: 600;
  438. font-size: 28rpx;
  439. color: #131415;
  440. line-height: 40rpx;
  441. text {
  442. padding-right: 24rpx;
  443. }
  444. }
  445. .address {
  446. padding-top: 12rpx;
  447. font-size: 24rpx;
  448. color: rgba(19, 20, 21, 0.4);
  449. line-height: 34rpx;
  450. word-break: break-all;
  451. }
  452. .arrow-right {
  453. width: 32rpx;
  454. height: 32rpx;
  455. flex-shrink: 1;
  456. }
  457. }
  458. .iconClose {
  459. position: absolute;
  460. right: 0;
  461. top: 0;
  462. z-index: 1;
  463. padding: 24rpx;
  464. width: 44rpx;
  465. height: 44rpx;
  466. }
  467. .product-section {
  468. display: flex;
  469. padding-bottom: 60rpx;
  470. .product-img {
  471. width: 160rpx;
  472. height: 160rpx;
  473. flex-shrink: 0;
  474. margin-right: 32rpx;
  475. border-radius: 6px;
  476. overflow: hidden;
  477. image {
  478. width: 100%;
  479. height: 100%;
  480. }
  481. }
  482. .product-left {
  483. display: flex;
  484. align-items: flex-start;
  485. .currentPrice {
  486. font-weight: bold;
  487. color: #FE2451;
  488. font-family: DINAlternate, DINAlternate;
  489. .stuff {
  490. padding-right: 2rpx;
  491. font-size: 36rpx;
  492. }
  493. .priceZ {
  494. font-size: 60rpx;
  495. }
  496. .priceF {
  497. font-size: 36rpx;
  498. }
  499. }
  500. .originPrice {
  501. padding-left: 16rpx;
  502. font-size: 32rpx;
  503. color: #AAAAAA;
  504. line-height: 44rpx;
  505. text-decoration: line-through;
  506. padding-top: 32rpx;
  507. }
  508. }
  509. }
  510. .goodsInfo {
  511. flex-direction: column;
  512. align-items: flex-start;
  513. padding-bottom: 90rpx;
  514. .desc {
  515. font-size: 28rpx;
  516. color: #131415;
  517. line-height: 40rpx;
  518. text {
  519. padding-left: 8rpx;
  520. font-size: 28rpx;
  521. color: #AAAAAA;
  522. line-height: 40rpx;
  523. }
  524. }
  525. }
  526. button {
  527. width: 100%;
  528. line-height: 88rpx;
  529. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  530. border-radius: 44rpx;
  531. font-weight: 500;
  532. font-size: 32rpx;
  533. color: #FFFFFF;
  534. padding-top: 0;
  535. padding-bottom: 0;
  536. }
  537. }
  538. .popupBottom {
  539. // position: fixed;
  540. // bottom: 0;
  541. // left: 0;
  542. // right: 0;
  543. background: #ffffff;
  544. border-top: 2rpx solid #F0F0F0;
  545. padding: 0 32rpx 58rpx;
  546. }
  547. .current-item {
  548. font-size: 24rpx;
  549. color: #999999;
  550. line-height: 40rpx;
  551. padding: 12rpx 12rpx 20rpx;
  552. .current-select-text {
  553. padding-top: 10rpx;
  554. font-size: 26rpx;
  555. line-height: 36rpx;
  556. }
  557. text {
  558. color: #ff0047;
  559. // font-weight: bold;
  560. }
  561. font-family: DINAlternate,
  562. DINAlternate;
  563. .current-top {
  564. display: flex;
  565. align-items: flex-end;
  566. line-height: 42rpx;
  567. }
  568. .line {
  569. color: #D2D2D2;
  570. padding: 0 12rpx;
  571. }
  572. .prices {
  573. display: flex;
  574. align-items: flex-end;
  575. padding-left: 8rpx;
  576. font-weight: bold;
  577. padding-bottom: 2rpx;
  578. // vertical-align: baseline;
  579. // text {
  580. // display: inline-block;
  581. // }
  582. }
  583. .stuff {
  584. padding-right: 2rpx;
  585. font-size: 36rpx;
  586. line-height: 1.3;
  587. }
  588. .priceZ {
  589. font-size: 56rpx;
  590. line-height: 60rpx;
  591. }
  592. .priceF {
  593. font-size: 36rpx;
  594. line-height: 1.3;
  595. }
  596. }
  597. /* components/buyerInformation/index.wxss */
  598. .icon-close-pop {
  599. position: absolute;
  600. z-index: 2;
  601. top: 28rpx;
  602. left: 20rpx;
  603. padding: 20rpx;
  604. width: 36rpx;
  605. height: 36rpx;
  606. }
  607. .container-pop {
  608. background: linear-gradient(180deg, #FFDEE7 0%, #FFFFFF 12%, #FFFFFF 100%);
  609. border-radius: 32rpx 32rpx 0rpx 0rpx;
  610. height: 86vh;
  611. display: flex;
  612. flex-direction: column;
  613. }
  614. .pop-address-title {
  615. position: relative;
  616. z-index: 1;
  617. text-align: center;
  618. padding-top: 40rpx;
  619. padding-bottom: 20rpx;
  620. font-weight: 600;
  621. font-size: 36rpx;
  622. color: #131415;
  623. line-height: 50rpx;
  624. }
  625. .section {
  626. margin: 24rpx 0;
  627. // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  628. border-radius: 18rpx;
  629. // overflow-x: hidden;
  630. // overflow-y: auto;
  631. flex: 1 auto;
  632. .section-content {
  633. // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  634. border-radius: 12rpx;
  635. overflow: hidden;
  636. }
  637. .section-title {
  638. width: 236rpx;
  639. height: 46rpx;
  640. margin: 20rpx 0 18rpx 28rpx;
  641. }
  642. .van-cell {
  643. padding: 40rpx !important;
  644. font-size: 30rpx !important;
  645. line-height: 42rpx;
  646. background-color: transparent !important;
  647. --cell-line-height: 48rpx!important;
  648. .van-field__label {
  649. color: #666666 !important;
  650. line-height: 48rpx;
  651. }
  652. .van-field__body {
  653. color: #000 !important;
  654. font-size: 30rpx !important;
  655. }
  656. .van-icon-arrow {
  657. color: #BBBBBB !important;
  658. // font-weight: 600;
  659. }
  660. }
  661. // .gender-section {
  662. // display: flex;
  663. // .gender-item {
  664. // margin-left: 24rpx;
  665. // background: rgba(28, 172, 241, 0.11);
  666. // border-radius: 12rpx;
  667. // font-weight: 500;
  668. // font-size: 28rpx;
  669. // color: #1CACF1;
  670. // width: 104rpx;
  671. // line-height: 48rpx;
  672. // text-align: center;
  673. // &.active {
  674. // background: #1CACF1;
  675. // color: #FFFFFF;
  676. // }
  677. // }
  678. // }
  679. }
  680. .pop-btn-group {
  681. padding: 24rpx 32rpx 58rpx;
  682. .submit-btn {
  683. width: 100% !important;
  684. margin: 0 !important;
  685. padding: 0 !important;
  686. line-height: 88rpx;
  687. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  688. border-radius: 88rpx;
  689. font-weight: 500;
  690. font-size: 32rpx;
  691. color: #fff;
  692. }
  693. }
  694. .van-picker__toolbar,
  695. .toolbar-top {
  696. margin: 0 20px !important;
  697. padding: 0 7px !important;
  698. border-bottom: 1px solid #F2F2F2;
  699. height: auto !important;
  700. line-height: normal !important;
  701. }
  702. .van-picker__cancel,
  703. .van-picker__confirm,
  704. .toolbar-cancel,
  705. .toolbar-confirm {
  706. font-size: 16px !important;
  707. padding: 14px 0 !important;
  708. color: #777777 !important;
  709. }
  710. .van-picker__confirm,
  711. .toolbar-confirm {
  712. color: #FE2451 !important;
  713. }
  714. .toolbar-top {
  715. display: flex;
  716. align-items: center;
  717. justify-content: space-between;
  718. }
  719. .select-school {
  720. .van-cell {
  721. padding: 16px 20px;
  722. font-size: 16px;
  723. --cell-line-height: 21px!important;
  724. .van-icon-arrow {
  725. color: #BBBBBB;
  726. // font-weight: 600;
  727. }
  728. }
  729. }
  730. .searchList {
  731. .icon-search {
  732. width: 16px;
  733. height: 16px;
  734. margin: auto 5px auto auto;
  735. }
  736. .van-search {
  737. margin: 0 13px 0 !important;
  738. padding: 0 !important;
  739. height: 32px !important;
  740. background: #F6F6F6 !important;
  741. border-radius: 18px !important;
  742. border: 1px solid #FFFFFF !important;
  743. --cell-line-height: 24px!important;
  744. }
  745. .van-search__content {
  746. border-top-left-radius: 35rpx !important;
  747. border-bottom-left-radius: 35rpx !important;
  748. }
  749. .van-cell {
  750. font-size: 13px !important;
  751. }
  752. .searchBtn {
  753. width: 56px;
  754. line-height: 27px !important;
  755. padding: 0 !important;
  756. text-align: center;
  757. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  758. font-weight: 500;
  759. font-size: 14px;
  760. color: #FFFFFF;
  761. line-height: 20px;
  762. border-radius: 20px;
  763. margin-right: 3px;
  764. }
  765. }
  766. .van-action-sheet__description {
  767. font-size: 16px !important;
  768. color: #777777 !important;
  769. line-height: 22px !important;
  770. padding: 28px 0 !important;
  771. margin: 0 13px !important;
  772. }
  773. .van-action-sheet__cancel {
  774. font-size: 16px!important;
  775. line-height: 22px!important;
  776. }
  777. .one-gender,
  778. .two-gender {
  779. font-weight: 600;
  780. padding: 12px 0 !important;
  781. font-size: 16px !important;
  782. margin: 0 20px 8px !important;
  783. width: calc(100% - 40px) !important;
  784. color: #000000 !important;
  785. line-height: 22px !important;
  786. }
  787. .one-gender {
  788. margin-top: 24rpx !important;
  789. }
  790. .two-gender {
  791. margin-bottom: 24rpx !important;
  792. }
  793. .van-action-sheet__gap {
  794. height: 2rpx !important;
  795. margin: 0 40rpx !important;
  796. }
  797. .cancel-gender {
  798. font-weight: 400 !important;
  799. color: #AAAAAA !important;
  800. }
  801. .van-picker-column__item--selected {
  802. font-weight: 600;
  803. font-size: 16px;
  804. color: #000 !important;
  805. }
  806. .empty-box {
  807. // padding-top: 64rpx;
  808. // padding-bottom: 70rpx;
  809. height: 264px !important;
  810. display: flex;
  811. flex-direction: column;
  812. justify-content: center;
  813. align-items: center;
  814. box-sizing: border-box;
  815. text-align: center;
  816. font-size: 16px;
  817. font-family: PingFangSC-Regular, PingFang SC;
  818. font-weight: 400;
  819. color: #999999;
  820. position: relative;
  821. .empty_loading {
  822. align-items: center;
  823. background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
  824. bottom: 0;
  825. display: flex;
  826. justify-content: center;
  827. left: 0;
  828. position: absolute;
  829. right: 0;
  830. top: 0;
  831. z-index: 4;
  832. }
  833. image {
  834. // width: 364rpx;
  835. height: 95px !important;
  836. }
  837. .empty-text {
  838. font-size: 14px;
  839. color: #777777;
  840. line-height: 20px;
  841. text-align: center;
  842. padding-top: 18px;
  843. }
  844. }