index.less 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. /**index.less**/
  2. page {
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. background: #F5F6F7;
  7. }
  8. .scrollarea {
  9. flex: 1;
  10. overflow-y: hidden;
  11. }
  12. .container {
  13. position: relative;
  14. .topShadow {
  15. position: absolute;
  16. top: 0;
  17. z-index: 1;
  18. width: 100%;
  19. height: 200rpx;
  20. background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  21. }
  22. .slider-count {
  23. position: absolute;
  24. top: 678rpx;
  25. right: 0;
  26. background: rgba(0, 0, 0, 0.4);
  27. border-radius: 200rpx 0rpx 0rpx 200rpx;
  28. font-weight: 600;
  29. font-size: 28rpx;
  30. color: #FFFFFF;
  31. line-height: 40rpx;
  32. text-align: center;
  33. padding: 2rpx 20rpx 2rpx 28rpx;
  34. z-index: 1;
  35. }
  36. swiper {
  37. height: 750rpx;
  38. }
  39. .swiper-item {
  40. width: 100%;
  41. height: 100%;
  42. image {
  43. width: 100%;
  44. height: 100%;
  45. }
  46. }
  47. .demo-text-1 {
  48. background-color: red;
  49. }
  50. .demo-text-2 {
  51. background-color: black;
  52. }
  53. .demo-text-3 {
  54. background-color: gray;
  55. }
  56. }
  57. .shop-section {
  58. background: #FFFFFF;
  59. padding: 20rpx 32rpx 24rpx;
  60. .main-goods {
  61. width: 100%;
  62. height: 160rpx;
  63. background: url('https://oss.dayaedu.com/ktyq/1732175749177.png') no-repeat center;
  64. background-size: contain;
  65. }
  66. .showPrice {
  67. display: flex;
  68. justify-content: space-between;
  69. // align-items: center;
  70. }
  71. .left {
  72. display: flex;
  73. flex-direction: column;
  74. min-width: 210rpx;
  75. }
  76. .left-top {
  77. .t1 {
  78. margin-top: 16rpx;
  79. margin-left: 24rpx;
  80. width: 116rpx;
  81. height: 47.5rpx;
  82. }
  83. }
  84. .left-bottom {
  85. padding-left: 16rpx;
  86. }
  87. .currentPrice {
  88. font-weight: bold;
  89. color: #502F00;
  90. font-family: DINAlternate, DINAlternate;
  91. .stuff {
  92. font-size: 36rpx;
  93. }
  94. .priceZ {
  95. font-size: 60rpx;
  96. }
  97. .priceF {
  98. font-size: 36rpx;
  99. }
  100. }
  101. // .originPrice {
  102. // padding-left: 16rpx;
  103. // font-size: 32rpx;
  104. // color: #AAAAAA;
  105. // line-height: 44rpx;
  106. // text-decoration: line-through;
  107. // padding-bottom: 12rpx;
  108. // }
  109. .right {
  110. flex: 1 auto;
  111. padding-top: 22rpx;
  112. font-weight: 400;
  113. font-size: 28rpx;
  114. color: #777777;
  115. line-height: 40rpx;
  116. .right-top {
  117. display: flex;
  118. font-size: 24rpx;
  119. color: #6D4718;
  120. line-height: 34rpx;
  121. }
  122. .right-bottom {
  123. padding-top: 40rpx;
  124. }
  125. }
  126. }
  127. .shopName {
  128. font-weight: 600;
  129. font-size: 30rpx;
  130. color: #502F00;
  131. line-height: 42rpx;
  132. max-width: 460rpx;
  133. overflow: hidden;
  134. text-overflow: ellipsis;
  135. white-space: nowrap;
  136. }
  137. .goodsInfo {
  138. display: flex;
  139. // align-items: center;
  140. .desc {
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. text-align: center;
  145. width: 84rpx;
  146. height: 84rpx;
  147. background: #F1F1F1;
  148. border-radius: 12rpx;
  149. font-size: 24rpx;
  150. color: #777777;
  151. line-height: 30rpx;
  152. flex-shrink: 0;
  153. padding: 12rpx 16rpx;
  154. box-sizing: border-box;
  155. margin-right: 16rpx;
  156. margin-top: 32rpx;
  157. }
  158. .goodsList {
  159. display: flex;
  160. align-items: center;
  161. flex-wrap: nowrap;
  162. overflow-x: auto;
  163. padding-top: 32rpx;
  164. &::-webkit-scrollbar {
  165. display: none;
  166. }
  167. }
  168. .goodsItem {
  169. display: flex;
  170. align-items: center;
  171. position: relative;
  172. height: 84rpx;
  173. background: #F8F8F8;
  174. padding-left: 10rpx;
  175. margin-right: 16rpx;
  176. font-size: 28rpx;
  177. color: #131415;
  178. position: relative;
  179. border-radius: 12rpx;
  180. border: 4rpx solid #F8F8F8;
  181. box-sizing: border-box;
  182. .select-arrow {
  183. display: none;
  184. }
  185. &.selected {
  186. background: rgba(255, 255, 255, 0.7);
  187. border-radius: 12rpx;
  188. border: 4rpx solid #855F2E;
  189. .select-arrow {
  190. display: block;
  191. position: absolute;
  192. top: -40rpx;
  193. left: 50%;
  194. transform: translateX(-50%);
  195. width: 28rpx;
  196. height: 18rpx;
  197. }
  198. }
  199. &.nosale {
  200. background-color: rgba(248, 248, 248, 0.6);
  201. .pic,
  202. .nameorprice {
  203. opacity: 0.6;
  204. }
  205. }
  206. .pic {
  207. width: 64rpx;
  208. height: 64rpx;
  209. flex-shrink: 0;
  210. }
  211. .nameorprice {
  212. padding-left: 10rpx;
  213. padding-right: 12rpx;
  214. flex-shrink: 0;
  215. display: flex;
  216. flex-direction: column;
  217. justify-content: space-around;
  218. height: 64rpx;
  219. .name {
  220. font-weight: 600;
  221. font-size: 24rpx;
  222. color: #131415;
  223. line-height: 28rpx;
  224. }
  225. .price {
  226. font-family: DINAlternate, DINAlternate;
  227. font-weight: bold;
  228. font-size: 24rpx;
  229. color: #FF0047;
  230. line-height: 1.2;
  231. padding-top: 4rpx;
  232. }
  233. }
  234. .imgSale {
  235. position: absolute;
  236. top: -20rpx;
  237. right: -16rpx;
  238. width: 56rpx;
  239. height: 28rpx;
  240. display: block;
  241. z-index: 1;
  242. }
  243. }
  244. }
  245. .current-item {
  246. margin-top: 24rpx;
  247. font-size: 24rpx;
  248. color: #502F00;
  249. line-height: 40rpx;
  250. background: linear-gradient(180deg, rgba(254, 248, 241, 0.4) 0%, rgba(251, 233, 205, 0.4) 100%);
  251. border: 2rpx solid #FBE9CE;
  252. border-radius: 10rpx;
  253. padding: 12rpx 16rpx;
  254. text {
  255. color: #FF0047;
  256. font-weight: bold;
  257. }
  258. }
  259. .scroll-current-item {
  260. position: fixed;
  261. bottom: 162rpx;
  262. left: 0;
  263. width: 100%;
  264. margin-top: 24rpx;
  265. font-size: 24rpx;
  266. color: #502F00;
  267. line-height: 40rpx;
  268. background: #FFF3E1;
  269. border: 2rpx solid #FBE9CE;
  270. padding: 12rpx 16rpx;
  271. text-align: center;
  272. text {
  273. color: #FF0047;
  274. font-weight: bold;
  275. }
  276. }
  277. .goodsSection {
  278. // margin-bottom: 156rpx;
  279. margin-top: 12rpx;
  280. background: #FFFFFF;
  281. padding-bottom: 162rpx;
  282. .title {
  283. font-size: 28rpx;
  284. color: #333333;
  285. line-height: 40rpx;
  286. padding: 28rpx 24rpx;
  287. display: flex;
  288. align-items: center;
  289. justify-content: center;
  290. .before,
  291. .after {
  292. content: '';
  293. width: 68rpx;
  294. height: 2rpx;
  295. border-radius: 2rpx;
  296. opacity: 0.3;
  297. display: inline-block;
  298. }
  299. .before {
  300. background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  301. margin-right: 24rpx;
  302. }
  303. .after {
  304. background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  305. margin-left: 24rpx;
  306. }
  307. }
  308. }
  309. .goodsIntro {
  310. background: #FFFFFF;
  311. overflow: hidden;
  312. .images {
  313. image {
  314. display: block;
  315. width: 100%;
  316. }
  317. }
  318. }
  319. .bottom-section {
  320. position: fixed;
  321. bottom: 0;
  322. left: 0;
  323. width: 100%;
  324. background-color: #FFFFFF;
  325. box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  326. padding: 20rpx 32rpx 58rpx 32rpx;
  327. display: flex;
  328. align-items: center;
  329. box-sizing: border-box;
  330. .orders {
  331. display: flex;
  332. flex-direction: column;
  333. margin-right: 40rpx;
  334. image {
  335. width: 48rpx;
  336. height: 48rpx;
  337. }
  338. text {
  339. font-size: 24rpx;
  340. color: #777777;
  341. line-height: 34rpx;
  342. text-align: center;
  343. }
  344. }
  345. .btnSection {
  346. flex: 1 auto;
  347. button {
  348. width: 100%;
  349. line-height: 88rpx;
  350. background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
  351. border-radius: 44rpx;
  352. font-weight: 500;
  353. font-size: 32rpx;
  354. color: #FBEAC9;
  355. padding-top: 0;
  356. padding-bottom: 0;
  357. &[disabled][type=primary] {
  358. opacity: 0.7;
  359. }
  360. }
  361. }
  362. }
  363. .scroll-header {
  364. position: fixed;
  365. top: 0;
  366. left: 0;
  367. width: 100%;
  368. z-index: 9;
  369. background-color: #fff;
  370. .product-catagory {
  371. border-top: 1px solid #F2F2F2;
  372. display: flex;
  373. align-items: center;
  374. justify-content: center;
  375. padding: 20rpx 0 28rpx;
  376. .item {
  377. position: relative;
  378. padding: 0 40rpx;
  379. font-size: 28rpx;
  380. color: #999999;
  381. line-height: 40rpx;
  382. }
  383. .selected {
  384. color: #131415;
  385. font-weight: 600;
  386. &::after {
  387. position: absolute;
  388. left: 50%;
  389. bottom: -8rpx;
  390. transform: translateX(-50%);
  391. content: '';
  392. display: block;
  393. width: 34rpx;
  394. height: 4rpx;
  395. background: #534E49;
  396. }
  397. }
  398. }
  399. }
  400. // 'demo-text-1', 'demo-text-2', 'demo-text-3'
  401. .popup-section {
  402. &.hidden {
  403. display: none;
  404. }
  405. .popup-mask {
  406. position: fixed;
  407. top: 0;
  408. left: 0;
  409. right: 0;
  410. bottom: 0;
  411. background-color: rgba(0, 0, 0, 0.6);
  412. z-index: 9;
  413. }
  414. .popup-container {
  415. position: fixed;
  416. bottom: 0;
  417. left: 0;
  418. right: 0;
  419. z-index: 10;
  420. width: 100%;
  421. background: #FFFFFF;
  422. border-radius: 32rpx 32rpx 0rpx 0rpx;
  423. padding: 40rpx 32rpx 58rpx;
  424. box-sizing: border-box;
  425. .goodsInfo {
  426. padding-bottom: 28rpx;
  427. min-height: 300rpx;
  428. .goodsItem {
  429. height: 102rpx;
  430. margin-bottom: 22rpx;
  431. // flex: 1;
  432. width: 31.53%;
  433. margin-right: 2%;
  434. max-width: 31.53%;
  435. &:nth-child(3n + 3) {
  436. margin-right: 0;
  437. }
  438. .nameorprice {
  439. height: 82rpx;
  440. display: flex;
  441. flex-direction: column;
  442. justify-content: space-between;
  443. }
  444. }
  445. .goodsList {
  446. max-height: 480rpx;
  447. overflow-y: auto;
  448. overflow-x: hidden;
  449. &::-webkit-scrollbar {
  450. display: none;
  451. }
  452. flex-wrap: wrap;
  453. width: 100%;
  454. .pic {
  455. width: 82rpx;
  456. height: 82rpx;
  457. }
  458. }
  459. }
  460. }
  461. .iconClose {
  462. position: absolute;
  463. right: 40rpx;
  464. top: 40rpx;
  465. width: 38rpx;
  466. height: 38rpx;
  467. }
  468. .product-section {
  469. display: flex;
  470. padding-bottom: 40rpx;
  471. .product-img {
  472. width: 160rpx;
  473. height: 160rpx;
  474. flex-shrink: 0;
  475. margin-right: 32rpx;
  476. border-radius: 12rpx;
  477. overflow: hidden;
  478. image {
  479. width: 100%;
  480. height: 100%;
  481. }
  482. }
  483. .product-left {
  484. display: flex;
  485. align-items: flex-start;
  486. .currentPrice {
  487. font-weight: bold;
  488. color: #FE2451;
  489. font-family: DINAlternate, DINAlternate;
  490. .stuff {
  491. font-size: 32rpx;
  492. }
  493. .priceZ {
  494. font-family: DINAlternate, DINAlternate;
  495. font-size: 56rpx;
  496. }
  497. .priceF {
  498. font-family: DINAlternate, DINAlternate;
  499. font-size: 32rpx;
  500. }
  501. }
  502. .originPrice {
  503. padding-left: 16rpx;
  504. font-size: 28rpx;
  505. color: #AAAAAA;
  506. line-height: 40rpx;
  507. padding-top: 30rpx;
  508. }
  509. }
  510. .selected-info {
  511. padding-top: 24rpx;
  512. font-size: 28rpx;
  513. color: #131415;
  514. line-height: 40rpx;
  515. text {
  516. color: #FF0047;
  517. }
  518. }
  519. }
  520. .goodsInfo {
  521. flex-direction: column;
  522. align-items: flex-start;
  523. padding-bottom: 90rpx;
  524. .desc {
  525. font-size: 28rpx;
  526. color: #131415;
  527. line-height: 40rpx;
  528. padding-bottom: 30rpx;
  529. }
  530. }
  531. button {
  532. width: 100%;
  533. line-height: 88rpx;
  534. background: linear-gradient( 90deg, #544F4A 0%, #302F2B 100%);
  535. border-radius: 44rpx;
  536. font-weight: 500;
  537. font-size: 32rpx;
  538. color: #FFFFFF;
  539. padding-top: 0;
  540. padding-bottom: 0;
  541. }
  542. }