index.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793
  1. <template>
  2. <!-- 商城 -->
  3. <view class="">
  4. <!-- <view class="index-navbar"> -->
  5. <view style="position: relative;">
  6. <!-- 自定义导航栏 -->
  7. <image src="../../static/images/index/back.png"
  8. style="width: 750rpx;height: 1200rpx;position: absolute;top: 0;z-index: -1;" mode=""></image>
  9. <u-navbar bgColor='rgba(255, 215,215, 1)' :placeholder='true' :fixed='true'>
  10. <view class="u-nav-slot" slot="left" style="display: flex;">
  11. <view class="" style="width: 40rpx;height:40rpx;position: relative;">
  12. <u-badge :absolute='true' :offset="[0,-8]" :type="type" max="99" :value="unReadCount"></u-badge>
  13. <image @click="tochat" src="../../static/images/index/xiaoxi.png" mode=""
  14. style="width: 40rpx;height: 40rpx;">
  15. </image>
  16. </view>
  17. <image @click="counter" src="../../static/images/index/compile.png" mode=""
  18. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  19. <image src="../../static/images/index/dianhua.png" mode=""
  20. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;" @click="callphone"></image>
  21. </view>
  22. <view class="u-nav-slot" slot="center" style="width: 320rpx;">
  23. <u-subsection bgColor='rgba(248, 50, 36, 0.1)' activeColor='#F83224' inactiveColor='#222'
  24. :list="list" :current="current" @change="sectionChange"></u-subsection>
  25. </view>
  26. </u-navbar>
  27. <view class="" style="margin-top: 30rpx;padding:0 24rpx;">
  28. <!-- 搜索 -->
  29. <view class="search">
  30. <view class="u-flex">
  31. <u-icon name="search" size='32'></u-icon>
  32. <input type="text" v-model="keyword" :placeholder="i18n.Searchcon" />
  33. </view>
  34. <view class="right" @click="search">
  35. {{i18n.search}}
  36. </view>
  37. </view>
  38. <!-- tabs -->
  39. <view class=""
  40. style="display: flex;margin-top: 20rpx;align-items: center;justify-content: space-between;">
  41. <u-tabs :list="list1" @change='changetab'></u-tabs>
  42. <view class="border">
  43. </view>
  44. <view class="u-flex" style="margin-left: 24rpx;width: 100rpx;" @click="shoptype">
  45. <image src="../../static/images/index/fenlei.png" style="width: 24rpx;height: 24rpx;;" mode="">
  46. </image>
  47. <text class="fenlei">{{i18n.sort}}</text>
  48. </view>
  49. </view>
  50. <!-- 轮播图 -->
  51. <view class="" style="margin-top: 20rpx;">
  52. <u-swiper radius='10' :indicator='true' :list="banner"></u-swiper>
  53. </view>
  54. </view>
  55. </view>
  56. <view class="shopback">
  57. <view class="u-flex u-row-between">
  58. <!-- 百亿补贴 -->
  59. <view class="bigbox" @click="subsidy(1)">
  60. <view class="u-flex">
  61. <image v-if="language=='zh-CN'" src="../../static/images/index/butie.png"
  62. style="width: 104rpx;height: 26rpx;" mode="">
  63. </image>
  64. <image v-if="language =='en-US'" src="../../static/images/index/butie1.png"
  65. style="width: 200rpx;height: 26rpx;" mode="">
  66. </image>
  67. <image v-if="language =='es-ES'" src="../../static/images/index/butie2.png"
  68. style="width: 260rpx;height: 26rpx;" mode="">
  69. </image>
  70. <image v-if="language =='it-IT'" src="../../static/images/index/butie3.png"
  71. style="width: 260rpx;height: 26rpx;" mode="">
  72. </image>
  73. <view class="biaoqian" style="background: #F35D22;">{{i18n.expensive}}</view>
  74. </view>
  75. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  76. <view v-for="(item,idx) in subsidylist" class="ssbox " style="margin-top: 16rpx;">
  77. <view class="" style="position: relative">
  78. <image :src="item.image" style="width: 144rpx;height: 144rpx;" mode=""></image>
  79. <view v-if="language=='zh-CN'" class="u-flex u-row-center"
  80. style="position: absolute;bottom: 10rpx;width: 144rpx;">
  81. <view class="u-flex">
  82. <view class="tag u-flex" style="background: rgba(243, 93, 34, 1);">
  83. <image src="../../static/images/index/down.png"
  84. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  85. mode="">
  86. </image>
  87. <text>已补</text>
  88. <text>{{(item.price*1000 - item.discount_price*1000)/1000 + i18n.RMB}}</text>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. <view class="money" style="text-align: center;">
  94. ¥{{item.discount_price}}
  95. </view>
  96. </view>
  97. </view>
  98. </view>
  99. <!-- 拼包好物 -->
  100. <view class="">
  101. <view class="smallbox" @click="subsidy(2)">
  102. <view class="u-flex">
  103. <image v-if="language=='zh-CN'" src="../../static/images/index/pinbao.png"
  104. style="width: 164rpx;height: 26rpx;" mode=""></image>
  105. <image v-if="language =='en-US'" src="../../static/images/index/pinbao1.png"
  106. style="width: 200rpx;height: 26rpx;" mode="">
  107. </image>
  108. <image v-if="language =='es-ES'" src="../../static/images/index/pinbao2.png"
  109. style="width: 126rpx;height: 26rpx;" mode="">
  110. </image>
  111. <image v-if="language =='it-IT'" src="../../static/images/index/pinbao3.png"
  112. style="width: 126rpx;height: 26rpx;" mode="">
  113. </image>
  114. <view v-if="language=='zh-CN'" class="biaoqian" style="background: rgba(255, 148, 21, 1);">
  115. {{i18n.lowest}}1元
  116. </view>
  117. <view v-else class="biaoqian" style="background: rgba(255, 148, 21, 1);">{{i18n.lowest}}1RMB
  118. </view>
  119. </view>
  120. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  121. <view v-for="(item,idx) in packlist" class="ssbox " style="margin-top: 16rpx;">
  122. <view class="" style="position: relative">
  123. <image :src="item.image" style=";width: 144rpx;height: 144rpx;" mode=""></image>
  124. <view class="u-flex u-row-center"
  125. style="position: absolute;bottom: 10rpx;width: 144rpx;">
  126. <view class="u-flex">
  127. <!-- <image src="../../static/images/index/label.png"
  128. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  129. mode="">
  130. </image> -->
  131. <view v-if="item.is_discount==0" class="tag u-flex"
  132. style="background-color: rgba(251, 73, 70, 1);">
  133. <image src="../../static/images/index/down.png"
  134. style="width: 28rpx;height: 28rpx;position: relative;z-index: 3;"
  135. mode="">
  136. </image>
  137. <text>{{(item.price*1000 - item.discount_price*1000)/1000 + i18n.RMB}}</text>
  138. </view>
  139. </view>
  140. </view>
  141. </view>
  142. </view>
  143. </view>
  144. </view>
  145. <view class="smallbox" @click="subsidy(3)">
  146. <view class="u-flex">
  147. <image v-if="language =='zh-CN'" src="../../static/images/index/postage.png"
  148. style="width: 116rpx;height: 26rpx;" mode=""></image>
  149. <image v-if="language =='en-US'" src="../../static/images/index/postage1.png"
  150. style="width: 130rpx;height: 26rpx;" mode="">
  151. </image>
  152. <image v-if="language =='es-ES'" src="../../static/images/index/postage2.png"
  153. style="width: 200rpx;height: 26rpx;" mode="">
  154. </image>
  155. <image v-if="language =='it-IT'" src="../../static/images/index/postage3.png"
  156. style="width: 190rpx;height: 26rpx;" mode="">
  157. </image>
  158. <view class="biaoqian" style="background:rgba(248, 50, 36, 1)">{{i18n.Something}}</view>
  159. </view>
  160. <view class="u-flex" style="flex-wrap: wrap;justify-content: space-between;">
  161. <view v-for="(item,idx) in shippList" class="ssbox " style="margin-top: 8rpx;">
  162. <view class="" style="position: relative">
  163. <image :src="item.image" style="width: 124rpx;height: 124rpx;" mode=""></image>
  164. <view class="shopname" v-if="language =='zh-CN'">
  165. {{item.name_cn}}
  166. </view>
  167. <view class="shopname" v-if="language =='en-US'">
  168. {{item.name_en}}
  169. </view>
  170. <view class="shopname" v-if="language =='es-ES'">
  171. {{item.name_es}}
  172. </view>
  173. <view class="shopname" v-if="language =='it-IT'">
  174. {{item.name_ita}}
  175. </view>
  176. </view>
  177. </view>
  178. </view>
  179. </view>
  180. </view>
  181. </view>
  182. <view class="u-flex u-row-between" style="flex-wrap: wrap;">
  183. <view class="bigbox" v-for="(item,index) in recomlist" style="position: relative;"
  184. @click="todetail(item.id)">
  185. <view class="discount">
  186. {{i18n.discount}}
  187. </view>
  188. <image :src="item.image"
  189. style="width: 340rpx;height: 340rpx;;margin-left: -20rpx;margin-top: -18rpx;" mode=""></image>
  190. <view class="title" v-if="language =='zh-CN'">
  191. {{item.name_cn}}
  192. </view>
  193. <view class="title" v-if="language =='en-US'">
  194. {{item.name_en}}
  195. </view>
  196. <view class="title" v-if="language =='es-ES'">
  197. {{item.name_es}}
  198. </view>
  199. <view class="title" v-if="language =='it-IT'">
  200. {{item.name_ita}}
  201. </view>
  202. <view class="">
  203. <text class="money">
  204. ¥{{item.discount_price}}
  205. </text>
  206. <text class="weight">
  207. ¥{{item.weight}}/kg
  208. </text>
  209. </view>
  210. <view v-if="item.label_arr" class="u-flex"
  211. style="flex-wrap: wrap;margin-top: 18rpx;column-gap: 6px;overflow: hidden;">
  212. <!-- <view v-for="(child,idx) in item.label_arr" :key="idx" class="taber"
  213. style="border: 1rpx solid #E5BC78;color: #E5BC78;">
  214. <text>{{child.name_cn}}</text>
  215. </view> -->
  216. <view v-for="(child,idx) in item.label_arr.slice(0,3)" :key="idx" class="taber"
  217. style="border: 1rpx solid rgba(237, 9, 9, 1);color: rgba(237, 9, 9, 1);">
  218. <text v-if="language =='zh-CN'">
  219. {{child.name_cn}}
  220. </text>
  221. <text v-if="language =='en-US'">
  222. {{child.name_en}}
  223. </text>
  224. <text v-if="language =='es-ES'">
  225. {{child.name_es}}
  226. </text>
  227. <text v-if="language =='it-IT'">
  228. {{child.name_ita}}
  229. </text>
  230. </view>
  231. <!-- <view class="taber" style="border: 1rpx solid #E5BC78;color: #E5BC78;">以旧换新</view> -->
  232. </view>
  233. </view>
  234. </view>
  235. </view>
  236. <u-popup :show="show" mode='center' :round='16' bgColor='transparent'>
  237. <view style="position: relative;" @click="advert">
  238. <image :src="configimage" style="width: 570rpx;height: 764rpx;border-radius: 16rpx;" mode=""></image>
  239. <view class="" style="text-align: center;" @click.stop='show=false'>
  240. <image src="../../static/images/index/close.png" mode="" style="width: 70rpx;height: 70rpx;">
  241. </image>
  242. </view>
  243. </view>
  244. </u-popup>
  245. <view class="" style="height: 160rpx;" v-if="recomlist.length >3"></view>
  246. <kj-tabbar :value1=1></kj-tabbar>
  247. </view>
  248. </template>
  249. <script>
  250. import {
  251. conn,
  252. } from '@/utils/WebIM';
  253. import {
  254. recom
  255. } from "../../network/shopApi.js";
  256. export default {
  257. data() {
  258. return {
  259. recomlist: [], //推荐列表
  260. //顶部分段器
  261. // list: [],
  262. current: 1,
  263. //tabs
  264. list1: [{
  265. name: '推荐',
  266. }],
  267. //轮播图
  268. banner: [
  269. 'https://cdn.uviewui.com/uview/swiper/swiper1.png',
  270. 'https://cdn.uviewui.com/uview/swiper/swiper2.png',
  271. 'https://cdn.uviewui.com/uview/swiper/swiper3.png',
  272. ],
  273. show: true,
  274. timer: '',
  275. language: 'zh-CN',
  276. subsidylist: [], //百万补贴
  277. packlist: [], //拼包好物
  278. shippList: [], //海外包邮
  279. keyword: '',
  280. page: 1,
  281. index: 0,
  282. parent_id: '',
  283. last_page: '',
  284. configimage: '',
  285. url: '',
  286. unReadCount: 0,
  287. type: "error",
  288. }
  289. },
  290. computed: {
  291. i18n() {
  292. return this.$t('index')
  293. },
  294. list() {
  295. var list = []
  296. list = [this.i18n.border, this.i18n.shop]
  297. return list
  298. }
  299. },
  300. onReachBottom() {
  301. if (this.page < this.last_page) {
  302. if (this.current != 0) {
  303. this.page++
  304. this.goods(this.parent_id)
  305. }
  306. } else {
  307. this.$u.toast(this.i18n.Nofurtherdata)
  308. }
  309. },
  310. onLoad(options) {
  311. // this.seater()
  312. if (options.current) {
  313. this.current = options.current
  314. }
  315. //商品推荐
  316. this.getlista()
  317. },
  318. onShow() {
  319. this.config()
  320. // tabs列表
  321. this.category()
  322. //百万补贴
  323. this.subsid()
  324. //拼包好物
  325. this.pack()
  326. //海外包邮
  327. this.shipp()
  328. this.recommend()
  329. if (uni.getStorageSync('language') != '') {
  330. this.language = uni.getStorageSync('language')
  331. }
  332. this.HXlogin()
  333. },
  334. methods: {
  335. //获取快递列表
  336. getlista() {
  337. uni.$u.http.get('/api/express-company', {}).then((res) => {
  338. uni.setStorageSync('radiolist1', res)
  339. }).catch(() => {
  340. })
  341. },
  342. HXlogin() {
  343. if (uni.getStorageSync('user_no') && uni.getStorageSync('pwd')) {
  344. var user_no = uni.getStorageSync('user_no')
  345. var pwd = uni.getStorageSync('pwd')
  346. conn.open({
  347. user: user_no,
  348. pwd: pwd,
  349. appKey: conn.appkey
  350. }).then(() => {
  351. console.log('res');
  352. this.getlist()
  353. }).catch(reason => {
  354. console.log('失败', reason);
  355. })
  356. }
  357. },
  358. getlist() {
  359. this.unReadCount = 0
  360. conn.getServerConversations({
  361. pageSize: 50,
  362. cursor: ''
  363. }).then((res) => {
  364. console.log(res);
  365. res.data.conversations.forEach((item) => {
  366. this.unReadCount += item.unReadCount
  367. })
  368. console.log(this.unReadCount);
  369. })
  370. },
  371. callphone() {
  372. uni.$u.http.get('/api/config', {
  373. params: {
  374. module: 'basic'
  375. }
  376. }).then((res) => {
  377. console.log(res);
  378. uni.makePhoneCall({
  379. phoneNumber: res.service_mobile
  380. })
  381. }).catch(() => {
  382. })
  383. },
  384. advert() {
  385. console.log(this.url);
  386. uni.navigateTo({
  387. url: this.url
  388. })
  389. },
  390. //广告弹窗
  391. config() {
  392. uni.$u.http.get('api/config', {
  393. params: {
  394. module: 'advertising'
  395. }
  396. }).then((res) => {
  397. console.log(res);
  398. this.configimage = res.image
  399. this.url = res.url
  400. }).catch(() => {
  401. })
  402. },
  403. //海外包邮接口
  404. shipp() {
  405. uni.$u.http.post('api/goods/shipping').then((res) => {
  406. this.shippList = res.data.splice(0, 2)
  407. }).catch(() => {
  408. })
  409. },
  410. //拼包好物接口
  411. pack() {
  412. uni.$u.http.post('/api/goods/pack').then((res) => {
  413. this.packlist = res.data.splice(0, 2)
  414. }).catch(() => {
  415. })
  416. },
  417. //百万补贴接口
  418. subsid() {
  419. uni.$u.http.post('/api/goods/subsidy').then((res) => {
  420. console.log(res);
  421. this.subsidylist = res.data.splice(0, 4)
  422. }).catch(() => {
  423. })
  424. },
  425. //标签切换
  426. changetab(e) {
  427. this.page = 1
  428. this.last_page = 0
  429. this.index = e.index
  430. this.parent_id = e.id
  431. if (this.index == 0) {
  432. this.recommend()
  433. } else {
  434. this.recomlist = []
  435. this.goods(this.parent_id)
  436. }
  437. },
  438. search() {
  439. if (this.index == 0) {
  440. this.recommend()
  441. } else {
  442. this.recomlist = []
  443. this.goods(this.parent_id)
  444. }
  445. },
  446. //商品推荐
  447. recommend() {
  448. uni.$u.http.post('/api/goods/recommend', {
  449. keyword: this.keyword
  450. }).then((res) => {
  451. this.recomlist = res
  452. }).catch(() => {
  453. })
  454. },
  455. //商品分类列表
  456. category() {
  457. uni.$u.http.get('/api/goods/category', {
  458. params: {
  459. parent_id: 0
  460. }
  461. }).then((res) => {
  462. const categoryArr = res
  463. this.list1 = [{
  464. name: ''
  465. }]
  466. if (this.language == 'en-US') {
  467. categoryArr.forEach(item => {
  468. item.name = item.name_en
  469. })
  470. this.list1[0].name = 'recommend'
  471. }
  472. if (this.language == 'es-ES') {
  473. categoryArr.forEach(item => {
  474. item.name = item.name_es
  475. })
  476. this.list1[0].name = 'recomendación'
  477. }
  478. if (this.language == 'it-IT') {
  479. categoryArr.forEach(item => {
  480. item.name = item.name_ita
  481. })
  482. this.list1[0].name = 'raccomandata'
  483. }
  484. if (this.language == 'zh-CN') {
  485. categoryArr.forEach(item => {
  486. item.name = item.name_cn
  487. })
  488. this.list1[0].name = '推荐'
  489. }
  490. this.list1 = this.list1.concat(categoryArr)
  491. }).catch(() => {
  492. })
  493. },
  494. //商品列表
  495. goods(id) {
  496. uni.$u.http.get('/api/goods', {
  497. params: {
  498. parent_id: id,
  499. limit: 10,
  500. page: this.page,
  501. keyword: this.keyword
  502. }
  503. }).then((res) => {
  504. this.recomlist = this.recomlist.concat(res.data)
  505. this.last_page = res.last_page
  506. }).catch(() => {
  507. })
  508. },
  509. //百万补贴跳转
  510. subsidy(item) {
  511. uni.navigateTo({
  512. url: '/pageA/subsidy?show=' + item
  513. })
  514. },
  515. //物流计算器
  516. counter() {
  517. uni.navigateTo({
  518. url: '/pageA/counter'
  519. })
  520. },
  521. //消息
  522. tochat() {
  523. uni.navigateTo({
  524. url: '/pageA/chat/news'
  525. })
  526. },
  527. //商品分类
  528. shoptype() {
  529. uni.navigateTo({
  530. url: '/pageA/shoptype'
  531. })
  532. },
  533. //分段器切换
  534. sectionChange(index) {
  535. this.current = index;
  536. console.log(index);
  537. if (this.current == 0) {
  538. uni.switchTab({
  539. url: '/pages/express/express?current=0'
  540. })
  541. this.current = 1
  542. }
  543. },
  544. //详情
  545. todetail(id) {
  546. uni.navigateTo({
  547. url: '/pageA/productdetails?id=' + id
  548. })
  549. }
  550. }
  551. }
  552. </script>
  553. <style lang="scss" scoped>
  554. page {
  555. background-color: rgba(0, 0, 0, 0)
  556. }
  557. .discount {
  558. // width: 100rpx;
  559. padding: 0 6rpx;
  560. height: 36rpx;
  561. background: #FF1515;
  562. border-radius: 6rpx;
  563. position: absolute;
  564. left: 12rpx;
  565. top: 12rpx;
  566. z-index: 10;
  567. font-family: OriyaMN;
  568. font-size: 20rpx;
  569. color: #FFFFFF;
  570. line-height: 36rpx;
  571. text-align: center;
  572. font-style: normal;
  573. }
  574. .index-navbar {
  575. position: sticky;
  576. top: 0;
  577. left: 0;
  578. width: 750rpx;
  579. z-index: 100;
  580. }
  581. ::v-deep .u-tabs {
  582. width: 560rpx;
  583. }
  584. .taber {
  585. border-radius: 4rpx;
  586. padding: 4rpx 8rpx;
  587. margin-bottom: 10rpx;
  588. font-family: PingFangSC, PingFang SC;
  589. font-weight: 400;
  590. font-size: 16rpx;
  591. color: #D48700;
  592. line-height: 28rpx;
  593. text-align: left;
  594. font-style: normal;
  595. }
  596. .title {
  597. font-family: SFPro, SFPro;
  598. font-weight: 400;
  599. font-size: 26rpx;
  600. color: #222222;
  601. // line-height: 30rpx;
  602. // text-align: left;
  603. // font-style: normal;
  604. width: 300rpx;
  605. // height: 70rpx;
  606. overflow: hidden;
  607. text-overflow: ellipsis;
  608. word-break: break-all;
  609. -webkit-line-clamp: 1;
  610. display: -webkit-box;
  611. -webkit-box-orient: vertical;
  612. }
  613. .weight {
  614. font-family: SFPro, SFPro;
  615. font-weight: 400;
  616. font-size: 20rpx;
  617. color: #888888;
  618. line-height: 24rpx;
  619. text-align: left;
  620. font-style: normal;
  621. margin-left: 12rpx;
  622. }
  623. .shopname {
  624. width: 124rpx;
  625. overflow: hidden;
  626. text-overflow: ellipsis;
  627. word-break: break-all;
  628. white-space: nowrap;
  629. font-family: PingFangSC, PingFang SC;
  630. font-weight: 400;
  631. font-size: 20rpx;
  632. color: #666666;
  633. line-height: 28rpx;
  634. text-align: left;
  635. font-style: normal;
  636. }
  637. .money {
  638. font-family: HarmonyOS_Sans_Medium;
  639. font-size: 28rpx;
  640. color: #F83224;
  641. line-height: 38rpx;
  642. text-align: right;
  643. font-style: normal;
  644. }
  645. .biaoqian {
  646. height: 28rpx;
  647. border-radius: 6rpx;
  648. padding: 6rpx;
  649. margin-left: 8rpx;
  650. font-family: PingFangSC, PingFang SC;
  651. font-weight: 400;
  652. font-size: 20rpx;
  653. color: #FFFFFF;
  654. line-height: 30rpx;
  655. text-align: center;
  656. overflow: hidden;
  657. }
  658. .tag {
  659. // height: 28rpx;
  660. border-radius: 14rpx 14rpx 14rpx 0rpx;
  661. border: 1rpx solid #FFFFFF;
  662. padding: 6rpx;
  663. text-align: center;
  664. font-family: PingFangSC, PingFang SC;
  665. font-weight: 400;
  666. font-size: 20rpx;
  667. color: #FFFFFF;
  668. line-height: 28rpx;
  669. text-align: center;
  670. font-style: normal;
  671. box-sizing: border-box;
  672. // margin-left: -15rpx;
  673. }
  674. .bigbox {
  675. width: 340rpx;
  676. // height: 468rpx;
  677. background: #FFFFFF;
  678. border-radius: 12rpx;
  679. border: 2rpx solid #FFFFFF;
  680. margin-bottom: 22rpx;
  681. padding: 18rpx 20rpx;
  682. box-sizing: border-box;
  683. }
  684. .smallbox {
  685. width: 340rpx;
  686. height: 226rpx;
  687. background: #FFFFFF;
  688. border-radius: 12rpx;
  689. border: 2rpx solid #FFFFFF;
  690. margin-bottom: 22rpx;
  691. padding: 18rpx 20rpx;
  692. box-sizing: border-box;
  693. }
  694. .shopback {
  695. width: 750rpx;
  696. min-height: 1216rpx;
  697. background: #F4F4F4;
  698. border-radius: 28rpx 28rpx 0rpx 0rpx;
  699. padding: 26rpx 24rpx;
  700. box-sizing: border-box;
  701. }
  702. .fenlei {
  703. font-family: PingFangSC, PingFang SC;
  704. font-weight: 400;
  705. font-size: 28rpx;
  706. color: #222222;
  707. line-height: 40rpx;
  708. text-align: right;
  709. font-style: normal;
  710. margin-left: 8rpx;
  711. }
  712. .search {
  713. width: 702rpx;
  714. height: 68rpx;
  715. background: #FFFFFF;
  716. border-radius: 34rpx;
  717. padding: 6rpx 6rpx 6rpx 36rpx;
  718. display: flex;
  719. align-items: center;
  720. justify-content: space-between;
  721. box-sizing: border-box;
  722. .right {
  723. width: 100rpx;
  724. height: 56rpx;
  725. background: #ED0909;
  726. border-radius: 28rpx;
  727. font-family: PingFangSC, PingFang SC;
  728. font-weight: 400;
  729. font-size: 26rpx;
  730. color: #FFFFFF;
  731. line-height: 56rpx;
  732. text-align: center;
  733. }
  734. }
  735. .border {
  736. width: 2rpx;
  737. height: 24rpx;
  738. border: 2rpx solid #979797;
  739. opacity: 0.2;
  740. background-color: #979797;
  741. }
  742. // ::v-deep .u-navbar__content.data-v-1194bf80 {
  743. // background-color: rgba(0, 0, 0, 0) !important;
  744. // }
  745. // ::v-deep .u-status-bar.data-v-13f16680 {
  746. // background-color: rgba(0, 0, 0, 0) !important;
  747. // }
  748. ::v-deep .u-subsection--button.data-v-b14d3440 {
  749. /* padding: 6rpx 34rpx !important; */
  750. border-radius: 64rpx !important;
  751. }
  752. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  753. border-radius: 32rpx !important;
  754. }
  755. </style>