index.less 17 KB

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