index_mall.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988
  1. <template>
  2. <view>
  3. <headerSerch :dataConfig="headItem"></headerSerch>
  4. <view class="header-group">
  5. <view class="tabs">
  6. <u-tabs :list="navigationList" @click="clickNav" lineColor="#FFD373" :inactiveStyle="{color: '#FFF'}"
  7. :activeStyle="{color: '#FFD373',fontWeight: 'bold'}"></u-tabs>
  8. </view>
  9. </view>
  10. <!-- 内容切换 -->
  11. <view class="tab-content" v-if="current == 0">
  12. <!-- 轮播 -->
  13. <view class="swiper-group">
  14. <u-swiper :list="swiperList" indicator indicatorMode="line" circular></u-swiper>
  15. </view>
  16. <!-- 宫格 -->
  17. <view class="grid-box">
  18. <view class="grid-group">
  19. <view class="grid-item">
  20. <image src="../../../static/miaosha2x.png" mode="aspectFit"></image>
  21. <text>秒杀专区</text>
  22. </view>
  23. <view class="grid-item">
  24. <image src="../../../static/miaosha2x.png" mode="aspectFit"></image>
  25. <text>秒杀专区2</text>
  26. </view>
  27. <view class="grid-item">
  28. <image src="../../../static/miaosha2x.png" mode="aspectFit"></image>
  29. <text>秒杀专区</text>
  30. </view>
  31. <view class="grid-item">
  32. <image src="../../../static/miaosha2x.png" mode="aspectFit"></image>
  33. <text>秒杀专区</text>
  34. </view>
  35. <view class="grid-item">
  36. <image src="../../../static/miaosha2x.png" mode="aspectFit"></image>
  37. <text>秒杀专区</text>
  38. </view>
  39. <view class="grid-item">
  40. <image src="../../../static/miaosha2x.png" mode="aspectFit"></image>
  41. <text>秒杀专区</text>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- 通知 -->
  46. <view class="notice">
  47. <u-notice-bar :text="notice" direction="column" duration="3000" fontSize="28"></u-notice-bar>
  48. </view>
  49. <!-- 爆款专区 -->
  50. <view class="sale-group">
  51. <view class="sale-content">
  52. <view class="title">爆款专区 <view class="more">更多 <image src="../../static/arrow-r@2x.png"
  53. mode="aspectFit"></image>
  54. </view>
  55. </view>
  56. <view class="goods-scroll">
  57. <scroll-view scroll-x="true">
  58. <view class="goods-item" v-for="(item,index) in tempArr" :key="index"
  59. @click="goDetail(item)">
  60. <image :src="item.image" mode="aspectFit"></image>
  61. <view class="goods-name">{{item.store_name}}</view>
  62. <view class="tags">赠送20.54红积分</view>
  63. <view class="price">¥{{item.ot_price}}</view>
  64. </view>
  65. </scroll-view>
  66. </view>
  67. </view>
  68. </view>
  69. <!-- 商品列表 -->
  70. <view class="goods-list">
  71. <view class="title">
  72. <view class="line"></view>
  73. 商品推荐
  74. <view class="line"></view>
  75. </view>
  76. <goodListMall @changeTab="changeTab" :tempArr="tempArr" :iSshowH="false" @detail="goDetail"
  77. :isSortType="isSortType"></goodListMall>
  78. </view>
  79. </view>
  80. <view class="tab-content" v-if="current >= 1">
  81. <!-- 轮播 -->
  82. <view class="swiper-group">
  83. <u-swiper :list="swiperList" indicator indicatorMode="line" circular></u-swiper>
  84. </view>
  85. <!-- 商品二级列表 -->
  86. <view class="tabs">
  87. <u-tabs :list="navigationList2" @click="" lineColor="#EB4C63" :inactiveStyle="{color: '#333'}"
  88. :activeStyle="{color: '#EB4C63',fontWeight: 'bold'}"></u-tabs>
  89. </view>
  90. <!-- 商品列表 -->
  91. <goodListMall @changeTab="changeTab" :tempArr="tempArr" :iSshowH="true" @detail="goDetail"
  92. :isSortType="isSortType"></goodListMall>
  93. </view>
  94. </view>
  95. </template>
  96. <script>
  97. import headerSerch from './components/headerSerch';
  98. import goodListMall from './components/goodListMall';
  99. import {
  100. goShopDetail
  101. } from '@/libs/order.js';
  102. export default {
  103. components: {
  104. headerSerch,
  105. goodListMall
  106. },
  107. data() {
  108. return {
  109. tempArr: [
  110. {
  111. "id": 72,
  112. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211112/mid_1608a6e46f559f11328c544fa05ea10b.png",
  113. "store_name": "COACH/蔻驰女士swinger腋下包单肩包麻将包豌豆包",
  114. "store_info": "COACH/蔻驰女士swinger腋下包单肩包麻将包豌豆包",
  115. "cate_id": "79",
  116. "price": "3000.00",
  117. "ot_price": "2900.00",
  118. "sales": "226",
  119. "unit_name": "件",
  120. "sort": 446,
  121. "activity": [],
  122. "stock": 258,
  123. "vip_price": 0,
  124. "is_vip": 0,
  125. "couponId": [],
  126. "star": [
  127. {
  128. "product_score": 5,
  129. "product_id": 72
  130. }
  131. ],
  132. "checkCoupon": false
  133. },
  134. {
  135. "id": 119,
  136. "image": "https://demo26.crmeb.net/uploads/attach/2021/12/10/mid_738c68638ab29effeff2e98365ec6dd6.jpg",
  137. "store_name": "微星(MSI)GK50Z 机械键盘 红轴 RGB光效 有线 游戏电竞办公键盘 104键 吃鸡键盘 黑色",
  138. "store_info": "ceshi123",
  139. "cate_id": "38",
  140. "price": "0.01",
  141. "ot_price": "199.00",
  142. "sales": "135",
  143. "unit_name": "件",
  144. "sort": 999,
  145. "activity": [],
  146. "stock": 24855,
  147. "vip_price": 0,
  148. "is_vip": 0,
  149. "couponId": [
  150. {
  151. "id": 23,
  152. "product_id": 119,
  153. "issue_coupon_id": 218,
  154. "title": "",
  155. "add_time": 1664522680
  156. }
  157. ],
  158. "star": [
  159. {
  160. "product_score": 5,
  161. "product_id": 119
  162. },
  163. {
  164. "product_score": 5,
  165. "product_id": 119
  166. },
  167. {
  168. "product_score": 5,
  169. "product_id": 119
  170. },
  171. {
  172. "product_score": 4,
  173. "product_id": 119
  174. },
  175. {
  176. "product_score": 4,
  177. "product_id": 119
  178. },
  179. {
  180. "product_score": 5,
  181. "product_id": 119
  182. },
  183. {
  184. "product_score": 5,
  185. "product_id": 119
  186. },
  187. {
  188. "product_score": 5,
  189. "product_id": 119
  190. },
  191. {
  192. "product_score": 5,
  193. "product_id": 119
  194. },
  195. {
  196. "product_score": 4,
  197. "product_id": 119
  198. },
  199. {
  200. "product_score": 5,
  201. "product_id": 119
  202. },
  203. {
  204. "product_score": 2,
  205. "product_id": 119
  206. },
  207. {
  208. "product_score": 5,
  209. "product_id": 119
  210. },
  211. {
  212. "product_score": 5,
  213. "product_id": 119
  214. },
  215. {
  216. "product_score": 5,
  217. "product_id": 119
  218. },
  219. {
  220. "product_score": 5,
  221. "product_id": 119
  222. },
  223. {
  224. "product_score": 5,
  225. "product_id": 119
  226. },
  227. {
  228. "product_score": 3,
  229. "product_id": 119
  230. },
  231. {
  232. "product_score": 5,
  233. "product_id": 119
  234. },
  235. {
  236. "product_score": 5,
  237. "product_id": 119
  238. },
  239. {
  240. "product_score": 5,
  241. "product_id": 119
  242. },
  243. {
  244. "product_score": 5,
  245. "product_id": 119
  246. },
  247. {
  248. "product_score": 5,
  249. "product_id": 119
  250. },
  251. {
  252. "product_score": 5,
  253. "product_id": 119
  254. },
  255. {
  256. "product_score": 5,
  257. "product_id": 119
  258. },
  259. {
  260. "product_score": 5,
  261. "product_id": 119
  262. },
  263. {
  264. "product_score": 5,
  265. "product_id": 119
  266. },
  267. {
  268. "product_score": 4,
  269. "product_id": 119
  270. },
  271. {
  272. "product_score": 4,
  273. "product_id": 119
  274. },
  275. {
  276. "product_score": 3,
  277. "product_id": 119
  278. },
  279. {
  280. "product_score": 4,
  281. "product_id": 119
  282. },
  283. {
  284. "product_score": 5,
  285. "product_id": 119
  286. },
  287. {
  288. "product_score": 4,
  289. "product_id": 119
  290. },
  291. {
  292. "product_score": 5,
  293. "product_id": 119
  294. },
  295. {
  296. "product_score": 5,
  297. "product_id": 119
  298. },
  299. {
  300. "product_score": 4,
  301. "product_id": 119
  302. },
  303. {
  304. "product_score": 5,
  305. "product_id": 119
  306. },
  307. {
  308. "product_score": 5,
  309. "product_id": 119
  310. },
  311. {
  312. "product_score": 5,
  313. "product_id": 119
  314. },
  315. {
  316. "product_score": 4,
  317. "product_id": 119
  318. },
  319. {
  320. "product_score": 5,
  321. "product_id": 119
  322. },
  323. {
  324. "product_score": 5,
  325. "product_id": 119
  326. },
  327. {
  328. "product_score": 5,
  329. "product_id": 119
  330. },
  331. {
  332. "product_score": 4,
  333. "product_id": 119
  334. },
  335. {
  336. "product_score": 5,
  337. "product_id": 119
  338. },
  339. {
  340. "product_score": 4,
  341. "product_id": 119
  342. },
  343. {
  344. "product_score": 5,
  345. "product_id": 119
  346. },
  347. {
  348. "product_score": 5,
  349. "product_id": 119
  350. },
  351. {
  352. "product_score": 5,
  353. "product_id": 119
  354. },
  355. {
  356. "product_score": 5,
  357. "product_id": 119
  358. },
  359. {
  360. "product_score": 5,
  361. "product_id": 119
  362. },
  363. {
  364. "product_score": 5,
  365. "product_id": 119
  366. },
  367. {
  368. "product_score": 2,
  369. "product_id": 119
  370. },
  371. {
  372. "product_score": 5,
  373. "product_id": 119
  374. },
  375. {
  376. "product_score": 5,
  377. "product_id": 119
  378. },
  379. {
  380. "product_score": 5,
  381. "product_id": 119
  382. },
  383. {
  384. "product_score": 5,
  385. "product_id": 119
  386. },
  387. {
  388. "product_score": 5,
  389. "product_id": 119
  390. },
  391. {
  392. "product_score": 5,
  393. "product_id": 119
  394. },
  395. {
  396. "product_score": 5,
  397. "product_id": 119
  398. }
  399. ],
  400. "checkCoupon": false
  401. },
  402. {
  403. "id": 41,
  404. "image": "http://demo26.crmeb.net/uploads/attach/2020/10/13/a23b5bc300cc6a965082368f8c657b3d.jpg",
  405. "store_name": "华为智选摄像头智能家居监控器无线高清网络摄像头家用全景智能摄像机1080P夜间清晰人像AI智能看护",
  406. "store_info": "华为智选摄像头智能家居监控器无线高清网络摄像头家用全景智能摄像机1080P夜间清晰人像AI智能看护",
  407. "cate_id": "11,21",
  408. "price": "500.00",
  409. "ot_price": "1000.00",
  410. "sales": "94",
  411. "unit_name": "件",
  412. "sort": 0,
  413. "activity": [],
  414. "stock": 1981,
  415. "vip_price": 0,
  416. "is_vip": 0,
  417. "couponId": [],
  418. "star": [],
  419. "checkCoupon": false
  420. },
  421. {
  422. "id": 51,
  423. "image": "http://demo26.crmeb.net/uploads/attach/2020/10/20201014/118bccc3d5499881dd7178c43ebb9346.jpg",
  424. "store_name": "极度空间 中秋贺卡 生日卡片 创意3D明信片感恩卡*10",
  425. "store_info": "极度空间 中秋贺卡 生日卡片 创意3D明信片感恩卡*10",
  426. "cate_id": "40,34",
  427. "price": "100.00",
  428. "ot_price": "1000.00",
  429. "sales": "39",
  430. "unit_name": "件",
  431. "sort": 0,
  432. "activity": [],
  433. "stock": 761,
  434. "vip_price": 0,
  435. "is_vip": 0,
  436. "couponId": [],
  437. "star": [
  438. {
  439. "product_score": 5,
  440. "product_id": 51
  441. }
  442. ],
  443. "checkCoupon": true
  444. },
  445. {
  446. "id": 89,
  447. "image": "https://demo26.crmeb.net/uploads/attach/2021/11/20211113/mid_2fbe723632427b0768df24c4f23c6cad.png",
  448. "store_name": "家居梵高系列联名款饭盒袋大容量手拎保温实用方便 星月夜饭盒袋",
  449. "store_info": "",
  450. "cate_id": "35",
  451. "price": "350.00",
  452. "ot_price": "300.00",
  453. "sales": "19",
  454. "unit_name": "件",
  455. "sort": 553,
  456. "activity": [],
  457. "stock": 185,
  458. "vip_price": 0,
  459. "is_vip": 0,
  460. "couponId": [],
  461. "star": [
  462. {
  463. "product_score": 5,
  464. "product_id": 89
  465. }
  466. ],
  467. "checkCoupon": false
  468. },
  469. {
  470. "id": 45,
  471. "image": "http://demo26.crmeb.net/uploads/attach/2020/10/20201014/1bfcaad092adb917739ec681f55fb255.jpg",
  472. "store_name": "Adidas阿迪达斯男装 2020秋季新款运动服户外跑步训练健身透气舒适时尚休闲夹克外套GD5462 GD5462 L",
  473. "store_info": "Adidas阿迪达斯男装 2020秋季新款运动服户外跑步训练健身透气舒适时尚休闲夹克外套GD5462 GD5462 L",
  474. "cate_id": "26,27,50,54",
  475. "price": "200.00",
  476. "ot_price": "500.00",
  477. "sales": "11",
  478. "unit_name": "件",
  479. "sort": 0,
  480. "activity": [],
  481. "stock": 4984,
  482. "vip_price": "120.00",
  483. "is_vip": 1,
  484. "couponId": [],
  485. "star": [
  486. {
  487. "product_score": 5,
  488. "product_id": 45
  489. },
  490. {
  491. "product_score": 5,
  492. "product_id": 45
  493. },
  494. {
  495. "product_score": 2,
  496. "product_id": 45
  497. }
  498. ],
  499. "checkCoupon": false
  500. },
  501. {
  502. "id": 71,
  503. "image": "https://demo26.crmeb.net/uploads/attach/2021/09/03/mid_0b209a475fe7a7118dc964407c98542c.jpg",
  504. "store_name": "Casio卡西欧女表时尚优雅简约指针防水复古石英手表LTP-1094E-1A",
  505. "store_info": "品质保障 全场包邮",
  506. "cate_id": "38",
  507. "price": "265.00",
  508. "ot_price": "265.00",
  509. "sales": "6",
  510. "unit_name": "件",
  511. "sort": 300,
  512. "activity": [],
  513. "stock": 94,
  514. "vip_price": 0,
  515. "is_vip": 0,
  516. "couponId": [],
  517. "star": [
  518. {
  519. "product_score": 5,
  520. "product_id": 71
  521. },
  522. {
  523. "product_score": 5,
  524. "product_id": 71
  525. },
  526. {
  527. "product_score": 5,
  528. "product_id": 71
  529. }
  530. ],
  531. "checkCoupon": false
  532. }
  533. ],
  534. isSortType: 0,
  535. headItem: {
  536. "name": "headerSerch",
  537. "timestamp": "1666235374470000",
  538. "setUp": {
  539. "tabVal": 0
  540. },
  541. "bgColor": {
  542. "title": "背景颜色(渐变)",
  543. "name": "bgColor",
  544. "default": [
  545. {
  546. "item": "#F62C2C"
  547. },
  548. {
  549. "item": "#F96E29"
  550. }
  551. ],
  552. "color": [
  553. {
  554. "item": "rgba(242,16,78,1)"
  555. },
  556. {
  557. "item": "rgba(210,41,87,1)"
  558. }
  559. ]
  560. },
  561. "boxStyle": {
  562. "title": "边框样式",
  563. "name": "boxStyle",
  564. "type": 0,
  565. "list": [
  566. {
  567. "val": "圆角",
  568. "icon": "iconPic_fillet"
  569. },
  570. {
  571. "val": "直角",
  572. "icon": "iconPic_square"
  573. }
  574. ]
  575. },
  576. "txtStyle": {
  577. "title": "文本位置",
  578. "name": "txtStyle",
  579. "type": 1,
  580. "list": [
  581. {
  582. "val": "居左",
  583. "icon": "icondoc_left"
  584. },
  585. {
  586. "val": "居中",
  587. "icon": "icondoc_center"
  588. }
  589. ]
  590. },
  591. "prConfig": {
  592. "title": "背景边距",
  593. "val": 8,
  594. "min": 0
  595. },
  596. "mbConfig": {
  597. "title": "页面间距",
  598. "val": 0,
  599. "min": 0
  600. },
  601. "hotWords": {
  602. "list": [
  603. {
  604. "val": ""
  605. }
  606. ]
  607. },
  608. "logoConfig": {
  609. "type": 1,
  610. "header": "设置logo",
  611. "title": "",
  612. "url": "https://demo26.crmeb.net/uploads/attach/2022/10/20221009/7436ee5680bc5d67c46a6017939475e5.png"
  613. },
  614. "id": "id1665385357481000"
  615. },
  616. current: 0,
  617. notice: ['uView UI众多组件覆盖开发过程的各个需求', '组件功能丰富,多端兼容。让您快速集成,开箱即用'],
  618. swiperList: [
  619. 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  620. 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  621. 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
  622. ],
  623. navigationList: [{
  624. name: '推荐',
  625. }, {
  626. name: '箱包皮具'
  627. }, {
  628. name: '家具家私'
  629. }, {
  630. name: '美妆护肤'
  631. }, {
  632. name: '日用百货'
  633. }, {
  634. name: '运动户外'
  635. }, {
  636. name: '珠宝首饰'
  637. }, {
  638. name: '家纺家饰'
  639. }]
  640. }
  641. },
  642. onLoad() {
  643. },
  644. methods: {
  645. // 促销列表的点击事件;
  646. changeTab(type) {
  647. this.goodType = type;
  648. this.tempArr = [];
  649. this.page = 1;
  650. this.loadend = false;
  651. let onloadH = true;
  652. this.getGroomList(onloadH);
  653. },
  654. // 精品推荐
  655. getGroomList(onloadH) {
  656. let that = this;
  657. let type = that.goodType;
  658. if (that.loadend) return false;
  659. if (that.loading) return false;
  660. if (onloadH) {
  661. that.$set(that, 'iSshowH', true);
  662. }
  663. uni.request({
  664. url: 'api/groom/list',
  665. success: res => {
  666. that.$set(that, 'iSshowH', false);
  667. let maxPage = Math.ceil(this.numConfig / this.limit);
  668. let list = res.data.list,
  669. loadend = list.length < that.limit || that.page >= maxPage;
  670. let tempArr = that.$util.SplitArray(list, that.tempArr);
  671. that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
  672. that.loadend = loadend;
  673. that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  674. that.page = that.page + 1;
  675. that.loading = false;
  676. }
  677. })
  678. // getGroomList(type, {
  679. // page: that.page,
  680. // limit: this.numConfig
  681. // })
  682. // .then(({
  683. // data
  684. // }) => {
  685. // that.$set(that, 'iSshowH', false);
  686. // let maxPage = Math.ceil(this.numConfig / this.limit);
  687. // let list = data.list,
  688. // loadend = list.length < that.limit || that.page >= maxPage;
  689. // let tempArr = that.$util.SplitArray(list, that.tempArr);
  690. // that.$set(that, 'tempArr', tempArr.slice(0, this.numConfig));
  691. // that.loadend = loadend;
  692. // that.loadTitle = loadend ? that.$t(`没有更多内容啦~`) : that.$t(`加载更多`);
  693. // that.page = that.page + 1;
  694. // that.loading = false;
  695. // })
  696. // .catch(res => {
  697. // that.loading = false;
  698. // that.loadTitle = that.$t(`加载更多`);
  699. // });
  700. },
  701. goDetail(item) {
  702. goShopDetail(item, this.$store.state.app.uid).then(res => {
  703. uni.navigateTo({
  704. url: `/pages/goods_details/index?id=${item.id}`
  705. });
  706. });
  707. },
  708. // 去商品详情
  709. goGoodsDetail(item) {
  710. goShopDetail(item, this.uid).then(res => {
  711. uni.navigateTo({
  712. url: `/pages/goods_details/index?id=${item.id}`
  713. });
  714. });
  715. },
  716. clickNav(e) {
  717. console.log(e)
  718. this.current = e.index
  719. }
  720. }
  721. }
  722. </script>
  723. <style lang="scss" scoped>
  724. page {
  725. background-color: #ee4040;
  726. }
  727. .header-group {
  728. background-color: #EB4C63;
  729. .search-group {
  730. display: flex;
  731. align-items: center;
  732. justify-content: space-between;
  733. padding: 30rpx 30rpx 10rpx 30rpx;
  734. .logo {
  735. width: 138rpx;
  736. height: 46rpx;
  737. }
  738. .message {
  739. line-height: 1;
  740. image {
  741. width: 48rpx;
  742. height: 48rpx;
  743. }
  744. }
  745. .search {
  746. flex: 1;
  747. padding: 0 30rpx;
  748. .searchBox {
  749. padding: 0 30rpx;
  750. display: flex;
  751. align-items: center;
  752. background-color: #FFF;
  753. border-radius: 100rpx;
  754. height: 60rpx;
  755. image {
  756. width: 28rpx;
  757. height: 28rpx;
  758. padding-right: 20rpx;
  759. }
  760. text {
  761. font-size: 24rpx;
  762. color: #999;
  763. }
  764. }
  765. }
  766. }
  767. .tabs {
  768. padding: 0 20rpx;
  769. }
  770. }
  771. .tab-content {
  772. .swiper-group {
  773. padding: 20rpx 30rpx 10rpx 30rpx;
  774. background-image: linear-gradient(to bottom, #EB4C63, #F9F9F9);
  775. }
  776. .grid-box {
  777. padding: 10rpx 30rpx 20rpx 30rpx;
  778. .grid-group {
  779. padding: 20rpx 0;
  780. border-radius: 20rpx;
  781. background-color: #FFF;
  782. display: flex;
  783. align-items: center;
  784. flex-wrap: wrap;
  785. .grid-item {
  786. width: 33.333%;
  787. display: flex;
  788. flex-direction: column;
  789. align-items: center;
  790. margin: 10rpx 0;
  791. image {
  792. width: 98rpx;
  793. height: 98rpx;
  794. }
  795. text {
  796. font-size: 24rpx;
  797. color: #666;
  798. margin-top: 10rpx;
  799. }
  800. }
  801. }
  802. }
  803. .notice {
  804. padding: 0 30rpx;
  805. }
  806. .sale-group {
  807. padding: 20rpx 30rpx;
  808. .sale-content {
  809. border-radius: 20rpx;
  810. background-image: linear-gradient(45deg, #EB4C63, #FFA470);
  811. padding: 20rpx 0;
  812. .title {
  813. display: flex;
  814. align-items: center;
  815. justify-content: space-between;
  816. color: #FFF;
  817. font-weight: bold;
  818. padding: 0 30rpx;
  819. .more {
  820. display: flex;
  821. align-items: center;
  822. font-size: 24rpx;
  823. font-weight: normal;
  824. image {
  825. width: 24rpx;
  826. height: 24rpx;
  827. }
  828. }
  829. }
  830. .goods-scroll {
  831. white-space: nowrap;
  832. padding: 20rpx 15rpx 0 15rpx;
  833. .goods-item {
  834. display: inline-block;
  835. width: 240rpx;
  836. padding: 15rpx;
  837. margin: 0 10rpx;
  838. background-color: #FFF;
  839. border-radius: 10rpx;
  840. image {
  841. width: 210rpx;
  842. height: 210rpx;
  843. }
  844. .goods-name {
  845. font-size: 26rpx;
  846. color: #333;
  847. width: 240rpx;
  848. margin: 6rpx 0;
  849. word-break: break-all;
  850. white-space: pre-wrap;
  851. text-overflow: ellipsis;
  852. display: -webkit-box;
  853. line-height: 1.2;
  854. -webkit-box-orient: vertical;
  855. -webkit-line-clamp: 2;
  856. overflow: hidden;
  857. }
  858. .tags {
  859. display: inline-block;
  860. font-size: 20rpx;
  861. padding: 6rpx;
  862. background-color: #FCE9EC;
  863. color: #EB4C63;
  864. margin: 6rpx 0;
  865. }
  866. .price {
  867. font-size: 32rpx;
  868. font-weight: bold;
  869. color: #EB4C63;
  870. }
  871. }
  872. }
  873. }
  874. }
  875. .goods-list {
  876. .title {
  877. text-align: center;
  878. color: #333;
  879. display: flex;
  880. align-items: center;
  881. justify-content: center;
  882. font-size: 32rpx;
  883. font-weight: bold;
  884. .line {
  885. display: inline-block;
  886. width: 200rpx;
  887. height: 2rpx;
  888. margin: 0 30rpx;
  889. background-color: #FFA470;
  890. }
  891. }
  892. .list-group {
  893. display: flex;
  894. align-items: center;
  895. flex-wrap: wrap;
  896. padding: 15rpx;
  897. box-sizing: border-box;
  898. .list-item-content {
  899. width: 50%;
  900. padding: 15rpx;
  901. box-sizing: border-box;
  902. .list-item {
  903. padding: 15rpx;
  904. background-color: #FFF;
  905. border-radius: 10rpx;
  906. image {
  907. width: 100%;
  908. }
  909. .goods-name {
  910. font-size: 28rpx;
  911. color: #333;
  912. margin: 6rpx 0;
  913. word-break: break-all;
  914. white-space: pre-wrap;
  915. text-overflow: ellipsis;
  916. display: -webkit-box;
  917. line-height: 1.4;
  918. -webkit-box-orient: vertical;
  919. -webkit-line-clamp: 2;
  920. overflow: hidden;
  921. }
  922. .tags {
  923. display: inline-block;
  924. font-size: 20rpx;
  925. padding: 6rpx;
  926. background-color: #FCE9EC;
  927. color: #EB4C63;
  928. margin: 6rpx 0;
  929. }
  930. .price {
  931. font-size: 32rpx;
  932. font-weight: bold;
  933. color: #EB4C63;
  934. }
  935. }
  936. }
  937. }
  938. }
  939. }
  940. </style>