index.less 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  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.15s 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.2s 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. }
  180. .priceF {
  181. font-size: 36rpx;
  182. }
  183. .after {
  184. padding-left: 4rpx;
  185. font-size: 28rpx;
  186. line-height: 48rpx;
  187. }
  188. }
  189. .originPrice {
  190. padding-left: 16rpx;
  191. font-size: 32rpx;
  192. color: #AAAAAA;
  193. line-height: 44rpx;
  194. text-decoration: line-through;
  195. padding-bottom: 12rpx;
  196. }
  197. .right {
  198. padding-top: 14rpx;
  199. font-weight: 400;
  200. font-size: 28rpx;
  201. color: #777777;
  202. line-height: 40rpx;
  203. }
  204. }
  205. .shopName {
  206. font-weight: 600;
  207. font-size: 32rpx;
  208. color: #131415;
  209. line-height: 44rpx;
  210. padding: 24rpx 0 14rpx;
  211. }
  212. .shopInfo {
  213. font-size: 24rpx;
  214. color: #999999;
  215. line-height: 38rpx;
  216. padding-bottom: 40rpx;
  217. }
  218. .shop-btn {
  219. button {
  220. line-height: 88rpx;
  221. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  222. border-radius: 44rpx;
  223. text-align: center;
  224. font-weight: 500;
  225. font-size: 32rpx;
  226. color: #FFFFFF;
  227. padding: 0 !important;
  228. margin: 0 !important;
  229. width: 100%;
  230. }
  231. }
  232. .goodsInfo {
  233. display: flex;
  234. .goodsList {
  235. display: flex;
  236. align-items: center;
  237. flex-wrap: wrap;
  238. }
  239. .goodsItem {
  240. line-height: 68rpx;
  241. background: #F4F4F5;
  242. border-radius: 12rpx;
  243. padding: 0 32rpx;
  244. margin-right: 24rpx;
  245. font-size: 28rpx;
  246. color: #131415;
  247. position: relative;
  248. margin-top: 24rpx;
  249. &.selected {
  250. background: #FEEDF0;
  251. font-weight: 600;
  252. color: #FE2451;
  253. }
  254. &.nosale {
  255. background: #F4F4F5;
  256. color: #B1B1B1;
  257. }
  258. image {
  259. position: absolute;
  260. top: -14rpx;
  261. right: -14rpx;
  262. width: 56rpx;
  263. height: 28rpx;
  264. display: block;
  265. z-index: 1;
  266. }
  267. }
  268. }
  269. .goodsSection {
  270. // margin-bottom: 156rpx;
  271. padding-bottom: 154rpx;
  272. }
  273. .goodsIntro {
  274. background: #FFFFFF;
  275. border-radius: 20rpx;
  276. overflow: hidden;
  277. margin: 16rpx 16rpx 8rpx;
  278. .title {
  279. font-weight: 600;
  280. font-size: 32rpx;
  281. color: #131415;
  282. line-height: 44rpx;
  283. padding: 28rpx 24rpx;
  284. }
  285. .images {
  286. image {
  287. display: block;
  288. width: 100%;
  289. }
  290. .img1 {
  291. height: 1128rpx;
  292. }
  293. .img2 {
  294. height: 1810rpx
  295. }
  296. .img3 {
  297. height: 1336rpx;
  298. }
  299. .img4 {
  300. height: 1750rpx;
  301. }
  302. }
  303. }
  304. .bottom-section {
  305. position: fixed;
  306. bottom: 0;
  307. left: 0;
  308. width: 100%;
  309. background-color: #FFFFFF;
  310. box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  311. padding: 20rpx 32rpx 58rpx 32rpx;
  312. display: flex;
  313. align-items: center;
  314. box-sizing: border-box;
  315. justify-content: space-around;
  316. .orders {
  317. display: flex;
  318. align-items: center;
  319. margin-right: 40rpx;
  320. padding: 8rpx 0 16rpx;
  321. &.active {
  322. text {
  323. color: #131415;
  324. }
  325. }
  326. image {
  327. width: 44rpx;
  328. height: 44rpx;
  329. }
  330. text {
  331. padding-left: 16rpx;
  332. font-weight: 500;
  333. font-size: 28rpx;
  334. color: #AAAAAA;
  335. line-height: 44rpx;
  336. text-align: center;
  337. }
  338. }
  339. .btnSection {
  340. flex: 1 auto;
  341. button {
  342. width: 100%;
  343. line-height: 88rpx;
  344. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  345. border-radius: 44rpx;
  346. font-weight: 500;
  347. font-size: 32rpx;
  348. color: #FFFFFF;
  349. padding-top: 0;
  350. padding-bottom: 0;
  351. &[disabled][type=primary] {
  352. opacity: 0.7;
  353. }
  354. }
  355. }
  356. }
  357. // 'demo-text-1', 'demo-text-2', 'demo-text-3'
  358. .popup-section {
  359. // max-height: 86vh;
  360. // overflow-x: hidden;
  361. // overflow-y: auto;
  362. // &.hidden {
  363. // display: none;
  364. // }
  365. // .popup-mask {
  366. // position: fixed;
  367. // top: 0;
  368. // left: 0;
  369. // right: 0;
  370. // bottom: 0;
  371. // background-color: rgba(0, 0, 0, 0.6);
  372. // z-index: 9;
  373. // }
  374. .popup-container {
  375. // position: fixed;
  376. // bottom: 0;
  377. // left: 0;
  378. // right: 0;
  379. // z-index: 10;
  380. width: 100%;
  381. background: #FFFFFF;
  382. border-radius: 32rpx 32rpx 0rpx 0rpx;
  383. // padding: 40rpx 0 0;
  384. box-sizing: border-box;
  385. max-height: 86vh;
  386. display: flex;
  387. flex-direction: column;
  388. .popup-scroll {
  389. overflow-x: hidden;
  390. overflow-y: scroll;
  391. border-radius: 32rpx 32rpx 0rpx 0rpx;
  392. flex: 1 auto;
  393. }
  394. .top-vip-img {
  395. width: 100%;
  396. }
  397. .goodsInfo {
  398. padding: 0 40rpx 48rpx;
  399. }
  400. }
  401. .addBuyer {
  402. margin: 40rpx 40rpx;
  403. background: #F6F6F6;
  404. border-radius: 20rpx;
  405. display: flex;
  406. align-items: center;
  407. justify-content: space-between;
  408. padding: 28rpx 24rpx;
  409. .icon-man {
  410. width: 28rpx;
  411. height: 36rpx;
  412. margin-right: 16rpx;
  413. }
  414. .addBuyer-left {
  415. display: flex;
  416. }
  417. .users {
  418. font-weight: 600;
  419. font-size: 28rpx;
  420. color: #131415;
  421. line-height: 40rpx;
  422. text {
  423. padding-right: 24rpx;
  424. }
  425. }
  426. .address {
  427. padding-top: 12rpx;
  428. font-size: 24rpx;
  429. color: rgba(19, 20, 21, 0.4);
  430. line-height: 34rpx;
  431. }
  432. .arrow-right {
  433. width: 32rpx;
  434. height: 32rpx;
  435. }
  436. }
  437. .iconClose {
  438. position: absolute;
  439. right: 0;
  440. top: 0;
  441. padding: 24rpx;
  442. width: 44rpx;
  443. height: 44rpx;
  444. }
  445. .product-section {
  446. display: flex;
  447. padding-bottom: 60rpx;
  448. .product-img {
  449. width: 160rpx;
  450. height: 160rpx;
  451. flex-shrink: 0;
  452. margin-right: 32rpx;
  453. border-radius: 6px;
  454. overflow: hidden;
  455. image {
  456. width: 100%;
  457. height: 100%;
  458. }
  459. }
  460. .product-left {
  461. display: flex;
  462. align-items: flex-start;
  463. .currentPrice {
  464. font-weight: bold;
  465. color: #FE2451;
  466. font-family: DINAlternate, DINAlternate;
  467. .stuff {
  468. padding-right: 2rpx;
  469. font-size: 36rpx;
  470. }
  471. .priceZ {
  472. font-size: 60rpx;
  473. }
  474. .priceF {
  475. font-size: 36rpx;
  476. }
  477. }
  478. .originPrice {
  479. padding-left: 16rpx;
  480. font-size: 32rpx;
  481. color: #AAAAAA;
  482. line-height: 44rpx;
  483. text-decoration: line-through;
  484. padding-top: 32rpx;
  485. }
  486. }
  487. }
  488. .goodsInfo {
  489. flex-direction: column;
  490. align-items: flex-start;
  491. padding-bottom: 90rpx;
  492. .desc {
  493. font-size: 28rpx;
  494. color: #131415;
  495. line-height: 40rpx;
  496. text {
  497. padding-left: 8rpx;
  498. font-size: 28rpx;
  499. color: #AAAAAA;
  500. line-height: 40rpx;
  501. }
  502. }
  503. }
  504. button {
  505. width: 100%;
  506. line-height: 88rpx;
  507. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  508. border-radius: 44rpx;
  509. font-weight: 500;
  510. font-size: 32rpx;
  511. color: #FFFFFF;
  512. padding-top: 0;
  513. padding-bottom: 0;
  514. }
  515. }
  516. .popupBottom {
  517. background: #ffffff;
  518. border-top: 2rpx solid #F0F0F0;
  519. padding: 0 32rpx 58rpx;
  520. }
  521. .current-item {
  522. font-size: 24rpx;
  523. color: #999999;
  524. line-height: 40rpx;
  525. padding: 12rpx 12rpx 20rpx;
  526. .current-select-text {
  527. padding-top: 10rpx;
  528. font-size: 26rpx;
  529. line-height: 36rpx;
  530. }
  531. text {
  532. color: #ff0047;
  533. // font-weight: bold;
  534. }
  535. font-family: DINAlternate,
  536. DINAlternate;
  537. .current-top {
  538. display: flex;
  539. align-items: flex-end;
  540. line-height: 42rpx;
  541. }
  542. .line {
  543. color: #D2D2D2;
  544. padding: 0 12rpx;
  545. }
  546. .prices {
  547. display: flex;
  548. align-items: flex-end;
  549. padding-left: 8rpx;
  550. font-weight: bold;
  551. }
  552. .stuff {
  553. padding-right: 2rpx;
  554. font-size: 36rpx;
  555. }
  556. .priceZ {
  557. font-size: 60rpx;
  558. line-height: 1;
  559. }
  560. .priceF {
  561. font-size: 36rpx;
  562. }
  563. }
  564. /* components/buyerInformation/index.wxss */
  565. .icon-close-pop {
  566. position: absolute;
  567. z-index: 2;
  568. top: 28rpx;
  569. left: 20rpx;
  570. padding: 20rpx;
  571. width: 36rpx;
  572. height: 36rpx;
  573. }
  574. .container-pop {
  575. background: linear-gradient(180deg, #FFDEE7 0%, #FFFFFF 12%, #FFFFFF 100%);
  576. border-radius: 32rpx 32rpx 0rpx 0rpx;
  577. height: 86vh;
  578. display: flex;
  579. flex-direction: column;
  580. }
  581. .pop-address-title {
  582. position: relative;
  583. z-index: 1;
  584. text-align: center;
  585. padding-top: 40rpx;
  586. padding-bottom: 20rpx;
  587. font-weight: 600;
  588. font-size: 36rpx;
  589. color: #131415;
  590. line-height: 50rpx;
  591. }
  592. .section {
  593. margin: 24rpx 0;
  594. // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  595. border-radius: 18rpx;
  596. overflow-x: hidden;
  597. overflow-y: auto;
  598. flex: 1 auto;
  599. .section-content {
  600. // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  601. border-radius: 12rpx;
  602. overflow: hidden;
  603. }
  604. .section-title {
  605. width: 236rpx;
  606. height: 46rpx;
  607. margin: 20rpx 0 18rpx 28rpx;
  608. }
  609. .van-cell {
  610. padding: 40rpx !important;
  611. font-size: 30rpx !important;
  612. line-height: 42rpx;
  613. background-color: transparent !important;
  614. .van-field__label {
  615. color: #666666;
  616. }
  617. .van-icon-arrow {
  618. color: #BBBBBB;
  619. // font-weight: 600;
  620. }
  621. }
  622. // .gender-section {
  623. // display: flex;
  624. // .gender-item {
  625. // margin-left: 24rpx;
  626. // background: rgba(28, 172, 241, 0.11);
  627. // border-radius: 12rpx;
  628. // font-weight: 500;
  629. // font-size: 28rpx;
  630. // color: #1CACF1;
  631. // width: 104rpx;
  632. // line-height: 48rpx;
  633. // text-align: center;
  634. // &.active {
  635. // background: #1CACF1;
  636. // color: #FFFFFF;
  637. // }
  638. // }
  639. // }
  640. }
  641. .pop-btn-group {
  642. padding: 24rpx 32rpx 58rpx;
  643. .submit-btn {
  644. width: 100% !important;
  645. margin: 0 !important;
  646. padding: 0 !important;
  647. line-height: 88rpx;
  648. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  649. border-radius: 88rpx;
  650. font-weight: 500;
  651. font-size: 32rpx;
  652. color: #fff;
  653. }
  654. }
  655. .van-picker__toolbar,
  656. .toolbar-top {
  657. margin: 0 40rpx !important;
  658. padding: 0 14rpx !important;
  659. border-bottom: 2rpx solid #F2F2F2;
  660. height: auto !important;
  661. line-height: normal !important;
  662. }
  663. .van-picker__cancel,
  664. .van-picker__confirm,
  665. .toolbar-cancel,
  666. toolbar-confirm {
  667. font-size: 32rpx !important;
  668. padding: 28rpx 0 !important;
  669. color: #777777 !important;
  670. }
  671. .van-picker__confirm,
  672. .toolbar-confirm {
  673. color: #FE2451 !important;
  674. }
  675. .toolbar-top {
  676. display: flex;
  677. align-items: center;
  678. justify-content: space-between;
  679. }
  680. .select-school {
  681. .van-cell {
  682. padding: 32rpx 40rpx;
  683. font-size: 32rpx;
  684. .van-icon-arrow {
  685. color: #BBBBBB;
  686. // font-weight: 600;
  687. }
  688. }
  689. }
  690. .searchList {
  691. .icon-search {
  692. width: 32rpx;
  693. height: 32rpx;
  694. margin: auto 10rpx auto auto;
  695. }
  696. .van-search {
  697. margin: 0 26rpx 0 !important;
  698. padding: 0 !important;
  699. height: 70rpx !important;
  700. background: #F6F6F6 !important;
  701. border-radius: 35rpx !important;
  702. border: 1rpx solid #FFFFFF !important;
  703. }
  704. .van-search__content {
  705. border-top-left-radius: 35rpx !important;
  706. border-bottom-left-radius: 35rpx !important;
  707. }
  708. .van-cell {
  709. font-size: 26rpx !important;
  710. }
  711. .searchBtn {
  712. width: 112rpx;
  713. line-height: 54rpx !important;
  714. padding: 0 !important;
  715. text-align: center;
  716. background: linear-gradient(270deg, #FF204B 0%, #FE5B71 100%);
  717. font-weight: 500;
  718. font-size: 28rpx;
  719. color: #FFFFFF;
  720. line-height: 40rpx;
  721. border-radius: 40rpx;
  722. margin-right: 6rpx;
  723. }
  724. }
  725. .van-action-sheet__description {
  726. font-size: 32rpx !important;
  727. color: #777777 !important;
  728. line-height: 44rpx !important;
  729. padding: 28 0rpx !important;
  730. margin: 0 26rpx !important;
  731. }
  732. .one-gender,
  733. .two-gender {
  734. font-weight: 600;
  735. padding: 24rpx 0 !important;
  736. font-size: 32rpx !important;
  737. margin: 0 40rpx 16rpx !important;
  738. width: calc(100% - 80rpx) !important;
  739. color: #000000 !important;
  740. line-height: 44rpx !important;
  741. }
  742. .one-gender {
  743. margin-top: 24rpx !important;
  744. }
  745. .two-gender {
  746. margin-bottom: 24rpx !important;
  747. }
  748. .van-action-sheet__gap {
  749. height: 2rpx !important;
  750. margin: 0 40rpx !important;
  751. }
  752. .cancel-gender {
  753. font-weight: 400 !important;
  754. color: #AAAAAA !important;
  755. }
  756. .van-picker-column__item--selected {
  757. font-weight: 600;
  758. font-size: 32rpx;
  759. color: #000 !important;
  760. }
  761. .empty-box {
  762. padding-top: 44rpx;
  763. padding-bottom: 48rpx;
  764. box-sizing: border-box;
  765. text-align: center;
  766. font-size: 32rpx;
  767. font-family: PingFangSC-Regular, PingFang SC;
  768. font-weight: 400;
  769. color: #999999;
  770. position: relative;
  771. .empty_loading {
  772. align-items: center;
  773. background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
  774. bottom: 0;
  775. display: flex;
  776. justify-content: center;
  777. left: 0;
  778. position: absolute;
  779. right: 0;
  780. top: 0;
  781. z-index: 4;
  782. }
  783. image {
  784. width: 364rpx;
  785. height: 190rpx;
  786. }
  787. .empty-text {
  788. font-size: 28rpx;
  789. color: #777777;
  790. line-height: 40rpx;
  791. text-align: center;
  792. padding-top: 36rpx;
  793. }
  794. }