index.vue 19 KB

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