index.less 17 KB

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