index.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. <template>
  2. <!-- 商城 -->
  3. <view class="">
  4. <view style="position: relative;">
  5. <!-- 自定义导航栏 -->
  6. <image src="../../static/images/index/back.png"
  7. style="width: 750rpx;height: 1200rpx;position: absolute;top: 0;z-index: -1;" mode=""></image>
  8. <u-navbar bgColor="rgba(248, 50, 36, 0.2)" :placeholder='true' :safeAreaInsetTop="true"
  9. style="position: absolute;z-index: 110;background-color: rgba(0,0,0,0);">
  10. <view class="u-nav-slot" slot="left" style="display: flex;">
  11. <image src="../../static/images/index/xiaoxi.png" mode="" style="width: 40rpx;height: 40rpx;">
  12. </image>
  13. <image src="../../static/images/index/compile.png" mode=""
  14. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  15. <image src="../../static/images/index/dianhua.png" mode=""
  16. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  17. </view>
  18. <view class="u-nav-slot" slot="center" style="width: 226rpx;">
  19. <u-subsection bgColor='rgba(248, 50, 36, 0.1)' activeColor='#F83224' inactiveColor='#222'
  20. :list="list" :current="current" @change="sectionChange"></u-subsection>
  21. </view>
  22. </u-navbar>
  23. <view class="" style="margin-top: 30rpx;padding:0 24rpx;">
  24. <!-- 搜索 -->
  25. <view class="search">
  26. <view class="u-flex">
  27. <u-icon name="search" size='32'></u-icon>
  28. <input type="text" placeholder="请输入要搜索的内容" />
  29. </view>
  30. <view class="right">
  31. 搜索
  32. </view>
  33. </view>
  34. <!-- tabs -->
  35. <view class=""
  36. style="display: flex;margin-top: 20rpx;align-items: center;justify-content: space-between;">
  37. <u-tabs :list="list1" @click="click"></u-tabs>
  38. <view class="border">
  39. </view>
  40. <view class="u-flex" style="margin-left: 24rpx;">
  41. <image src="../../static/images/index/fenlei.png" style="width: 24rpx;height: 24rpx;;" mode="">
  42. </image>
  43. <text class="fenlei">分类</text>
  44. </view>
  45. </view>
  46. <!-- 轮播图 -->
  47. <view class="" style="margin-top: 20rpx;">
  48. <u-swiper radius='10' :indicator='true' :list="banner" @click="click"></u-swiper>
  49. </view>
  50. </view>
  51. <view class="shopback">
  52. <view class="u-flex u-row-between">
  53. <view class="bigbox">
  54. <view class="u-flex">
  55. <image src="../../static/images/index/butie.png" style="width: 104rpx;height: 26rpx;"
  56. mode=""></image>
  57. <view class="biaoqian" style="background: #F35D22;">买贵必赔</view>
  58. </view>
  59. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  60. <view v-for="(item,idx) in 4" class="ssbox " style="margin-top: 16rpx;">
  61. <view class="" style="position: relative">
  62. <image src=""
  63. style="background-color: rgba(119, 119, 119, 1);width: 144rpx;height: 144rpx;"
  64. mode=""></image>
  65. <view class="" style="position: absolute;bottom: 10rpx;margin-left: 8rpx">
  66. <view class="u-flex">
  67. <image src="../../static/images/index/down.png"
  68. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  69. mode="">
  70. </image>
  71. <view class="tag" style="background: rgba(243, 93, 34, 1);">已补15元</view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="money" style="text-align: center;">
  76. ¥59
  77. </view>
  78. </view>
  79. </view>
  80. </view>
  81. <view class="">
  82. <view class="smallbox">
  83. <view class="u-flex">
  84. <image src="../../static/images/index/pinbao.png" style="width: 164rpx;height: 26rpx;"
  85. mode=""></image>
  86. <view class="biaoqian" style="background: rgba(255, 148, 21, 1);">买贵必赔</view>
  87. </view>
  88. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  89. <view v-for="(item,idx) in 2" class="ssbox " style="margin-top: 16rpx;">
  90. <view class="" style="position: relative">
  91. <image src=""
  92. style="background-color: rgba(119, 119, 119, 1);width: 144rpx;height: 144rpx;"
  93. mode=""></image>
  94. <view class="" style="position: absolute;bottom: 10rpx;margin-left: 8rpx">
  95. <view class="u-flex">
  96. <image src="../../static/images/index/label.png"
  97. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  98. mode="">
  99. </image>
  100. <view class="tag" style="background-color: rgba(251, 73, 70, 1);">已补15元
  101. </view>
  102. </view>
  103. </view>
  104. </view>
  105. </view>
  106. </view>
  107. </view>
  108. <view class="smallbox">
  109. <view class="u-flex">
  110. <image src="../../static/images/index/postage.png" style="width: 116rpx;height: 26rpx;"
  111. mode=""></image>
  112. <view class="biaoqian" style="background:rgba(248, 50, 36, 1)">全球好物</view>
  113. </view>
  114. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  115. <view v-for="(item,idx) in 2" class="ssbox " style="margin-top: 8rpx;">
  116. <view class="" style="position: relative">
  117. <image src=""
  118. style="background-color: rgba(119, 119, 119, 1);width: 124rpx;height: 124rpx;"
  119. mode=""></image>
  120. <view class="shopname">
  121. 纯牛奶
  122. </view>
  123. </view>
  124. </view>
  125. </view>
  126. </view>
  127. </view>
  128. </view>
  129. <view class="u-flex u-row-between" style="flex-wrap: wrap;">
  130. <view class="bigbox" v-for="(item,index) in 6" style="position: relative;height: 556rpx;"
  131. @click="todetail">
  132. <image src="../../static/images/index/discount.png"
  133. style="width: 60rpx;height: 36rpx;position: absolute;left: 12rpx;top: 12rpx;" mode="">
  134. </image>
  135. <image src=""
  136. style="width: 340rpx;height: 340rpx;background-color: rgba(119, 119, 119, 1) ;margin-left: -20rpx;margin-top: -18rpx;"
  137. mode=""></image>
  138. <view class="title">
  139. INSTINCT天然百利狗粮 无谷泰迪去
  140. </view>
  141. <view class="">
  142. <text class="money">
  143. ¥258.00
  144. </text>
  145. <text class="weight">
  146. ¥2kg
  147. </text>
  148. </view>
  149. <view class="u-flex"
  150. style="flex-wrap: wrap;margin-top: 18rpx;column-gap: 12px;overflow: hidden;">
  151. <view class="taber" style="border: 1rpx solid #E5BC78;color: #E5BC78;">包邮</view>
  152. <view class="taber"
  153. style="border: 1rpx solid rgba(237, 9, 9, 1);color: rgba(237, 9, 9, 1);">以旧换新</view>
  154. <!-- <view class="taber" style="border: 1rpx solid #E5BC78;color: #E5BC78;">以旧换新</view> -->
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. </view>
  160. <u-popup :show="show" mode='center' :round='16' bgColor='transparent'>
  161. <view style="position: relative;">
  162. <image src="https://cdn.uviewui.com/uview/swiper/swiper1.png"
  163. style="width: 570rpx;height: 764rpx;border-radius: 16rpx;" mode=""></image>
  164. <view class="" style="text-align: center;" @click='show=false'>
  165. <image src="../../static/images/index/close.png" mode="" style="width: 70rpx;height: 70rpx;">
  166. </image>
  167. </view>
  168. </view>
  169. </u-popup>
  170. <kj-tabbar :value1=1></kj-tabbar>
  171. </view>
  172. </template>
  173. <script>
  174. export default {
  175. data() {
  176. return {
  177. //顶部分段器
  178. list: ['跨境速递', '商城'],
  179. current: 1,
  180. //tabs
  181. list1: [{
  182. name: '推荐',
  183. }, {
  184. name: '数码'
  185. }, {
  186. name: '生鲜'
  187. }, {
  188. name: '美妆'
  189. }, {
  190. name: '生鲜'
  191. }, {
  192. name: '美妆'
  193. }],
  194. //轮播图
  195. banner: [
  196. 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
  197. 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  198. 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  199. ],
  200. show: true
  201. }
  202. },
  203. onLoad(options) {
  204. if(options.current){
  205. this.current = options.current
  206. }
  207. },
  208. methods: {
  209. //分段器切换
  210. sectionChange(index) {
  211. this.current = index;
  212. console.log(index);
  213. if (this.current == 0) {
  214. uni.switchTab({
  215. url: '/pages/express/express?current=0'
  216. })
  217. this.current = 1
  218. }
  219. },
  220. //详情
  221. todetail() {
  222. uni.navigateTo({
  223. url: '/pageA/productdetails'
  224. })
  225. }
  226. }
  227. }
  228. </script>
  229. <style lang="scss" scoped>
  230. .taber {
  231. border-radius: 4rpx;
  232. padding: 4rpx 8rpx;
  233. }
  234. .title {
  235. font-family: SFPro, SFPro;
  236. font-weight: 400;
  237. font-size: 26rpx;
  238. color: #222222;
  239. line-height: 30rpx;
  240. text-align: left;
  241. font-style: normal;
  242. width: 300rpx;
  243. height: 72rpx;
  244. }
  245. .weight {
  246. font-family: SFPro, SFPro;
  247. font-weight: 400;
  248. font-size: 20rpx;
  249. color: #888888;
  250. line-height: 24rpx;
  251. text-align: left;
  252. font-style: normal;
  253. margin-left: 12rpx;
  254. }
  255. .shopname {
  256. font-family: PingFangSC, PingFang SC;
  257. font-weight: 400;
  258. font-size: 20rpx;
  259. color: #666666;
  260. line-height: 28rpx;
  261. text-align: left;
  262. font-style: normal;
  263. }
  264. .money {
  265. font-family: HarmonyOS_Sans_Medium;
  266. font-size: 28rpx;
  267. color: #F83224;
  268. line-height: 38rpx;
  269. text-align: right;
  270. font-style: normal;
  271. }
  272. .biaoqian {
  273. height: 28rpx;
  274. border-radius: 6rpx;
  275. padding: 6rpx;
  276. margin-left: 8rpx;
  277. font-family: PingFangSC, PingFang SC;
  278. font-weight: 400;
  279. font-size: 20rpx;
  280. color: #FFFFFF;
  281. line-height: 28rpx;
  282. text-align: center;
  283. }
  284. .tag {
  285. // height: 28rpx;
  286. border-radius: 14rpx 14rpx 14rpx 0rpx;
  287. border: 1rpx solid #FFFFFF;
  288. padding: 6rpx 14rpx 6rpx 14rpx;
  289. text-align: center;
  290. font-family: PingFangSC, PingFang SC;
  291. font-weight: 400;
  292. font-size: 20rpx;
  293. color: #FFFFFF;
  294. line-height: 28rpx;
  295. text-align: center;
  296. font-style: normal;
  297. box-sizing: border-box;
  298. margin-left: -15rpx;
  299. }
  300. .bigbox {
  301. width: 340rpx;
  302. height: 468rpx;
  303. background: #FFFFFF;
  304. border-radius: 12rpx;
  305. border: 2rpx solid #FFFFFF;
  306. margin-bottom: 22rpx;
  307. padding: 18rpx 20rpx;
  308. box-sizing: border-box;
  309. }
  310. .smallbox {
  311. width: 340rpx;
  312. height: 226rpx;
  313. background: #FFFFFF;
  314. border-radius: 12rpx;
  315. border: 2rpx solid #FFFFFF;
  316. margin-bottom: 22rpx;
  317. padding: 18rpx 20rpx;
  318. box-sizing: border-box;
  319. }
  320. .shopback {
  321. width: 750rpx;
  322. min-height: 1216rpx;
  323. background: #F4F4F4;
  324. border-radius: 28rpx 28rpx 0rpx 0rpx;
  325. padding: 26rpx 24rpx;
  326. box-sizing: border-box;
  327. }
  328. .fenlei {
  329. font-family: PingFangSC, PingFang SC;
  330. font-weight: 400;
  331. font-size: 28rpx;
  332. color: #222222;
  333. line-height: 40rpx;
  334. text-align: right;
  335. font-style: normal;
  336. margin-left: 8rpx;
  337. }
  338. .search {
  339. width: 702rpx;
  340. height: 68rpx;
  341. background: #FFFFFF;
  342. border-radius: 34rpx;
  343. padding: 6rpx 6rpx 6rpx 36rpx;
  344. display: flex;
  345. align-items: center;
  346. justify-content: space-between;
  347. box-sizing: border-box;
  348. .right {
  349. width: 100rpx;
  350. height: 56rpx;
  351. background: #ED0909;
  352. border-radius: 28rpx;
  353. font-family: PingFangSC, PingFang SC;
  354. font-weight: 400;
  355. font-size: 26rpx;
  356. color: #FFFFFF;
  357. line-height: 56rpx;
  358. text-align: center;
  359. }
  360. }
  361. .border {
  362. width: 2rpx;
  363. height: 24rpx;
  364. border: 2rpx solid #979797;
  365. opacity: 0.2;
  366. background-color: #979797;
  367. }
  368. ::v-deep .u-navbar__content.data-v-1194bf80 {
  369. background-color: rgba(0, 0, 0, 0) !important;
  370. }
  371. ::v-deep .u-status-bar.data-v-13f16680 {
  372. background-color: rgba(0, 0, 0, 0) !important;
  373. }
  374. ::v-deep .u-subsection--button.data-v-b14d3440 {
  375. /* padding: 6rpx 34rpx !important; */
  376. border-radius: 64rpx !important;
  377. }
  378. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  379. border-radius: 32rpx !important;
  380. }
  381. </style>