express.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  1. <template>
  2. <!-- 商城 -->
  3. <view class="" style="padding: 0 24rpx;">
  4. <view style="position: relative;padding-bottom: 20rpx;">
  5. <!-- 自定义导航栏 -->
  6. <image src="../../static/images/index/back.png"
  7. style="width: 750rpx;height: 1200rpx;position: absolute;top: 0;z-index: -1;left:-24rpx;" mode="">
  8. </image>
  9. <u-navbar bgColor='rgba(255, 215,215, 1)' :placeholder='true' :safeAreaInsetTop="true">
  10. <view class="u-nav-slot" slot="left" style="display: flex;">
  11. <image @click="tochat" src="../../static/images/index/xiaoxi.png" mode=""
  12. style="width: 40rpx;height: 40rpx;">
  13. </image>
  14. <image @click="counter" src="../../static/images/index/compile.png" mode=""
  15. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  16. <image src="../../static/images/index/dianhua.png" mode=""
  17. style="width: 40rpx;height: 40rpx;margin-left: 22rpx;"></image>
  18. </view>
  19. <view class="u-nav-slot" slot="center" style="width: 226rpx;">
  20. <u-subsection bgColor='rgba(248, 50, 36, 0.1)' activeColor='#F83224' inactiveColor='#222'
  21. :list="list" :current="current" @change="sectionChange"></u-subsection>
  22. </view>
  23. </u-navbar>
  24. <!-- 地址 -->
  25. <view class="address">
  26. <view class="left u-flex" style="display: flex;">
  27. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  28. <image src="../../static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  29. <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
  30. </image>
  31. </view>
  32. <view class=" u-row-between left"
  33. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  34. <!-- <view class="u-row-between " style="" @click="send">
  35. <view class="pople">{{i18n.sender}}</view>
  36. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  37. </view> -->
  38. <view class="u-row-between " style="" @click="send">
  39. <view class="">
  40. <text class="topname">陈盼盼</text>
  41. <text class="topaddress" style="margin-left: 8rpx;">134****8314</text>
  42. </view>
  43. <view class="topaddress" style="margin-top: 14rpx;">上海市上海市浦东新区商城路1177弄5号</view>
  44. </view>
  45. <view class="u-flex" @click.stop="addbook(0)">
  46. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  47. <text class="right">{{i18n.addressbook}}</text>
  48. </view>
  49. </view>
  50. </view>
  51. <view class="left u-flex"
  52. style="display: flex;margin-top: 26rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08)">
  53. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  54. <image src="../../static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  55. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  56. </image>
  57. </view>
  58. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  59. <view class="u-row-between " style="" @click="recipirnt">
  60. <view class="pople">{{i18n.recipient}}</view>
  61. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informate}}</view>
  62. </view>
  63. <view class="u-flex" @click.stop="addbook(1)">
  64. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  65. <text class="right">{{i18n.addressbook}}</text>
  66. </view>
  67. </view>
  68. </view>
  69. <!-- 物品信息 -->
  70. <view class="info u-flex u-row-between">
  71. <view class="u-flex">
  72. <text class="wupin">{{i18n.item}}</text>
  73. <view class="mast">{{i18n.required}}</view>
  74. </view>
  75. <view class="u-flex" @click='goods'>
  76. <view class="change">{{i18n.selection}}</view>
  77. <image src="../../static/express/next1.png"
  78. style="width: 28rpx;height: 28rpx;margin-left: 6rpx;" mode=""></image>
  79. </view>
  80. </view>
  81. <!-- 跨境物流 -->
  82. <view class="info u-flex u-row-between">
  83. <view class="u-flex">
  84. <text class="wupin">{{i18n.flow}}</text>
  85. </view>
  86. <view class="u-flex" @click="logshow=true">
  87. <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text>
  88. <image src="../../static/express/next1.png"
  89. style="width: 28rpx;height: 28rpx;margin-left: 6rpx;" mode=""></image>
  90. </view>
  91. </view>
  92. <!-- 去寄件 -->
  93. <view class="" style="margin-top: 34rpx;">
  94. <view class="mail" @click="todev">
  95. {{i18n.mail}}
  96. </view>
  97. </view>
  98. <view class="bottom u-flex u-row-between">
  99. <view class="u-flex">
  100. <image src="../../static/express/share.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
  101. <text class="friend">{{i18n.share}}</text>
  102. </view>
  103. <view class="friend">|</view>
  104. <view class="u-flex" @click="counter">
  105. <image src="/static/images/index/compile.png" style="width: 36rpx;height: 36rpx;" mode="">
  106. </image>
  107. <text class="friend">{{i18n.compute}}</text>
  108. </view>
  109. </view>
  110. </view>
  111. <!-- 我的包裹 -->
  112. <view class="parcel">
  113. <view class="u-flex u-row-between">
  114. <view class="myparcel">
  115. <text>{{i18n.mine}}</text>
  116. <text style="color: rgba(248, 50, 36, 1);">{{i18n.parcel}}</text>
  117. </view>
  118. <view class="add u-flex">
  119. <image src="../../static/express/add.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
  120. <text class="addtext" @click="toparcel">{{i18n.addsign}}</text>
  121. </view>
  122. </view>
  123. <view class="u-flex u-row-around" style="margin-top: 44rpx;">
  124. <view class="flexc" style="position: relative;" @click="pack(0)">
  125. <!-- <view class="" style="position: absolute;top: 0;right: 0;"> -->
  126. <u-badge :absolute='true' :offset="[0,10]" :type="type" max="99" :value="transit"></u-badge>
  127. <!-- </view> -->
  128. <image src="/static/express/address.png" style='width:68rpx;height:68rpx' mode=""></image>
  129. <text style='margin-top:16rpx'>{{i18n.deliver}}</text>
  130. </view>
  131. <view class="flexc" style="position: relative;" @click="pack(1)">
  132. <u-badge :absolute='true' :offset="[0,10]" :type="type" max="99" :value="receipt"></u-badge>
  133. <image src="/static/express/sign.png" style='width:68rpx;height:68rpx' mode=""></image>
  134. <text style='margin-top:16rpx'>{{i18n.Sign}}</text>
  135. </view>
  136. <view class="flexc" style="position: relative;" @click="pack(2)">
  137. <u-badge :absolute='true' :offset="[0,10]" :type="type" max="99" :value="overseas"></u-badge>
  138. <image src="../../static/express/send.png" style='width:68rpx;height:68rpx' mode=""></image>
  139. <text style='margin-top:16rpx'>{{i18n.overseas}}</text>
  140. </view>
  141. </view>
  142. </view>
  143. <!-- 拼包 -->
  144. <view class="u-flex u-row-between" style="margin-top: 32rpx;">
  145. <view class="u-flex">
  146. <text class="hai">{{i18n.parceling}}</text>
  147. <image style="width: 180rpx;height: 32rpx;" src="/static/express/label.png" mode=""></image>
  148. </view>
  149. <view class="u-flex">
  150. <text class="more" @click="more">{{i18n.more}}</text>
  151. <image src="../../static/express/next2.png" style="width: 30rpx;height: 30rpx;" mode=""></image>
  152. </view>
  153. </view>
  154. <!-- 拼包数据 -->
  155. <view class="label">
  156. <view class="" style="display: flex;">
  157. <view class="left flexc">
  158. <text class="bourn">目的地</text>
  159. <view class="addres">澳大利亚</view>
  160. </view>
  161. <view class="" style="flex: 1;margin-left: 20rpx;">
  162. <view class="u-flex u-row-between">
  163. <view class="">
  164. <text class='bigtitle'>特殊包裹</text>
  165. <text style="margin: 0 8rpx;">|</text>
  166. <text class='bigtitle'>海运散货</text>
  167. </view>
  168. <view class="mon">
  169. <text class="timeb">{{i18n.price}}</text>
  170. <text>¥</text>
  171. <text style="font-size: 32rpx;">28</text>
  172. <text>.00</text>
  173. </view>
  174. </view>
  175. <view class="" style="margin-top: 34rpx;">
  176. <u-line-progress activeColor='rgba(255, 21, 21, 1)' :percentage="percentage" height="6"
  177. :showText="false"></u-line-progress>
  178. </view>
  179. <view class="u-flex u-row-between" style="margin-top: 20rpx;">
  180. <view class="u-flex">
  181. <view class="">
  182. <text class='timeb'>{{i18n.already}} </text>
  183. <text class='timeb' style='color:rgba(255, 21, 21, 1)'>200kg</text>
  184. </view>
  185. <text style="margin: 0 8rpx;">|</text>
  186. <view class="">
  187. <text class='timeb'>{{i18n.residue}} </text>
  188. <text class='timeb' style='color:rgba(255, 21, 21, 1)'>400kg</text>
  189. </view>
  190. </view>
  191. <view class="">
  192. <text class="timeb">{{i18n.plan}}50%</text>
  193. </view>
  194. </view>
  195. </view>
  196. </view>
  197. <view class="u-flex u-row-between" style="margin-top: 32rpx;">
  198. <text class="timea">{{i18n.start}}:2023-12-31/{{i18n.cut}}:2023-12-31</text>
  199. <view class="pinb" @click="toaccount">{{i18n.goparceling}}</view>
  200. </view>
  201. </view>
  202. </view>
  203. <u-popup round='28' :show="logshow" @close="close">
  204. <view class="pop">
  205. <kj-flow @success='success' @close='logshow=false'></kj-flow>
  206. </view>
  207. </u-popup>
  208. <!-- <u-button @click="show = true">打开</u-button> -->
  209. <view class="" style="height: 160rpx;"></view>
  210. <kj-tabbar :value1=0></kj-tabbar>
  211. </view>
  212. </template>
  213. <script>
  214. export default {
  215. data() {
  216. return {
  217. //顶部分段器
  218. list: [],
  219. current: 0,
  220. type: "error",
  221. percentage: 50, //进度条
  222. logshow: false, //物流选择
  223. status_collection: '', //我的包裹选择值
  224. transit: 0, //发往中转点
  225. receipt: 0, //中转已签收
  226. overseas: 0, //正发往海外
  227. topadd: {}, //新建寄件人
  228. bottomadd: {}, //新建收件人
  229. }
  230. },
  231. onLoad(options) {
  232. this.list = [this.i18n.border, this.i18n.shop]
  233. if (options.current) {
  234. this.current = options.current
  235. }
  236. },
  237. onShow() {
  238. this.list[0] = this.i18n.border
  239. this.list[1] = this.i18n.shop
  240. uni.setNavigationBarTitle({
  241. title: this.i18n.setup
  242. })
  243. this.express() //获取包裹数量
  244. },
  245. computed: {
  246. i18n() {
  247. return this.$t('index')
  248. }
  249. },
  250. methods: {
  251. //地址薄
  252. addbook(index) {
  253. uni.navigateTo({
  254. url: "/pageC/addressManagement/addressManagement?index=" + index,
  255. events: {
  256. getadd(res) {
  257. if (index == 0) {
  258. this.topadd = res
  259. console.log('topadd',this.topadd);
  260. } else {
  261. this.bottomadd = res
  262. console.log('bottom',this.bottomadd);
  263. }
  264. }
  265. }
  266. })
  267. },
  268. //我的包裹
  269. express() {
  270. uni.$u.http.get('/api/express-order/status-count', {}).then((res) => {
  271. console.log(res);
  272. this.overseas = res.to_overseas
  273. this.receipt = res.transit_receipt
  274. this.transit = res.to_transit
  275. }).catch(() => {
  276. })
  277. },
  278. todev() {
  279. uni.navigateTo({
  280. url: "/pageB/delivery"
  281. })
  282. },
  283. count() {
  284. uni.navigateTo({
  285. url: '/pageB/account'
  286. })
  287. },
  288. pack(index) {
  289. uni.navigateTo({
  290. url: '/pageB/myPackage?index=' + index
  291. })
  292. },
  293. more() {
  294. uni.navigateTo({
  295. url: '/pageB/list/list'
  296. })
  297. },
  298. //拼包快递
  299. toaccount() {
  300. uni.navigateTo({
  301. url: '/pageB/ParcelExpress'
  302. })
  303. },
  304. //物流计算器
  305. counter() {
  306. uni.navigateTo({
  307. url: '/pageA/counter'
  308. })
  309. },
  310. //消息
  311. tochat() {
  312. uni.navigateTo({
  313. url: '/pageA/chat/news'
  314. })
  315. },
  316. //物品信息
  317. goods() {
  318. uni.navigateTo({
  319. url: '/pageB/goods'
  320. })
  321. },
  322. //寄件人信息
  323. send() {
  324. uni.navigateTo({
  325. url: '/pageB/Senderinfor'
  326. })
  327. },
  328. recipirnt() {
  329. uni.navigateTo({
  330. url: '/pageB/recipientinfo'
  331. })
  332. },
  333. success() {
  334. this.logshow = false
  335. },
  336. close() {
  337. this.logshow = false
  338. },
  339. //分段器切换
  340. sectionChange(index) {
  341. this.current = index;
  342. console.log(index);
  343. if (this.current == 1) {
  344. uni.switchTab({
  345. url: '/pages/index/index?current=1'
  346. })
  347. this.current = 0
  348. }
  349. },
  350. toparcel() {
  351. uni.navigateTo({
  352. url: '/pageB/parcel'
  353. })
  354. }
  355. }
  356. }
  357. </script>
  358. <style lang="scss" scoped>
  359. page {
  360. background-color: rgba(0, 0, 0, 0)
  361. }
  362. .topname {
  363. font-family: PingFangSC, PingFang SC;
  364. font-weight: 500;
  365. font-size: 30rpx;
  366. color: #222222;
  367. line-height: 42rpx;
  368. text-align: left;
  369. font-style: normal;
  370. }
  371. .topaddress {
  372. font-family: PingFangSC, PingFang SC;
  373. font-weight: 400;
  374. font-size: 26rpx;
  375. color: #777777;
  376. line-height: 36rpx;
  377. text-align: left;
  378. font-style: normal;
  379. }
  380. .pop {
  381. font-family: PingFangSC, PingFang SC;
  382. font-weight: 500;
  383. font-size: 36rpx;
  384. color: #333333;
  385. line-height: 50rpx;
  386. text-align: left;
  387. font-style: normal;
  388. padding: 32rpx 28rpx 0 0;
  389. box-sizing: border-box;
  390. }
  391. .mon {
  392. font-family: HarmonyOS_Sans_Medium;
  393. font-size: 20rpx;
  394. color: #F83224;
  395. line-height: 26rpx;
  396. text-align: left;
  397. font-style: normal;
  398. }
  399. .bigtitle {
  400. font-family: PingFangSC, PingFang SC;
  401. font-weight: 600;
  402. font-size: 28rpx;
  403. color: #222222;
  404. line-height: 40rpx;
  405. text-align: left;
  406. font-style: normal;
  407. }
  408. .timeb {
  409. font-family: PingFangSC, PingFang SC;
  410. font-weight: 400;
  411. font-size: 22rpx;
  412. color: #666666;
  413. line-height: 32rpx;
  414. text-align: left;
  415. font-style: normal;
  416. }
  417. .timea {
  418. font-family: PingFangSC, PingFang SC;
  419. font-weight: 400;
  420. font-size: 22rpx;
  421. color: #555555;
  422. line-height: 32rpx;
  423. text-align: left;
  424. font-style: normal;
  425. }
  426. .pinb {
  427. width: 148rpx;
  428. height: 64rpx;
  429. background: #FF1515;
  430. border-radius: 42rpx;
  431. font-family: PingFangSC, PingFang SC;
  432. font-weight: 500;
  433. font-size: 28rpx;
  434. color: #FFFFFF;
  435. line-height: 64rpx;
  436. text-align: center;
  437. font-style: normal;
  438. }
  439. .label {
  440. margin-top: 20rpx;
  441. width: 702rpx;
  442. height: 288rpx;
  443. background: #FFFFFF;
  444. border-radius: 16rpx;
  445. padding: 32rpx 20rpx;
  446. box-sizing: border-box;
  447. .left {
  448. width: 144rpx;
  449. height: 144rpx;
  450. background: #F5F5F5;
  451. border-radius: 8rpx;
  452. .bourn {
  453. font-family: PingFangSC, PingFang SC;
  454. font-weight: 400;
  455. font-size: 20rpx;
  456. color: #222222;
  457. line-height: 28rpx;
  458. text-align: left;
  459. font-style: normal;
  460. }
  461. .addres {
  462. font-family: PingFangSC, PingFang SC;
  463. font-weight: 500;
  464. font-size: 28rpx;
  465. color: #222222;
  466. line-height: 40rpx;
  467. text-align: left;
  468. font-style: normal;
  469. }
  470. }
  471. }
  472. .flexc {
  473. display: flex;
  474. flex-direction: column;
  475. justify-content: center;
  476. align-items: center;
  477. }
  478. .hai {
  479. font-family: PingFangSC, PingFang SC;
  480. font-weight: 600;
  481. font-size: 32rpx;
  482. color: #222222;
  483. line-height: 44rpx;
  484. text-align: left;
  485. font-style: normal;
  486. margin-right: 10rpx;
  487. }
  488. .more {
  489. font-family: PingFangSC, PingFang SC;
  490. font-weight: 400;
  491. font-size: 24rpx;
  492. color: #F83224;
  493. line-height: 34rpx;
  494. text-align: left;
  495. font-style: normal;
  496. }
  497. .parcel {
  498. width: 702rpx;
  499. // height: 260rpx;
  500. background: #FFFFFF;
  501. border-radius: 16rpx;
  502. margin-top: 20rpx;
  503. padding: 24rpx;
  504. box-sizing: border-box;
  505. .myparcel {
  506. font-family: PingFangSC, PingFang SC;
  507. font-weight: 600;
  508. font-size: 28rpx;
  509. color: #222222;
  510. line-height: 40rpx;
  511. text-align: left;
  512. font-style: normal;
  513. }
  514. .add {
  515. // width: 240rpx;
  516. height: 48rpx;
  517. background: rgba(248, 50, 36, 0.06);
  518. border-radius: 24rpx;
  519. .addtext {
  520. font-family: PingFangSC, PingFang SC;
  521. font-weight: 600;
  522. font-size: 20rpx;
  523. color: #000000;
  524. line-height: 28rpx;
  525. text-align: left;
  526. font-style: normal;
  527. }
  528. }
  529. }
  530. .address {
  531. width: 702rpx;
  532. // height: 776rpx;
  533. background: #FFFFFF;
  534. border-radius: 20rpx;
  535. padding: 48rpx 24rpx 36rpx;
  536. box-sizing: border-box;
  537. margin-top: 38rpx;
  538. .bottom {
  539. padding: 0 76rpx;
  540. box-sizing: border-box;
  541. margin-top: 48rpx;
  542. .friend {
  543. font-family: PingFangSC, PingFang SC;
  544. font-weight: 400;
  545. font-size: 28rpx;
  546. color: #555555;
  547. line-height: 40rpx;
  548. text-align: left;
  549. font-style: normal;
  550. margin-left: 12rpx;
  551. }
  552. }
  553. .mail {
  554. width: 646rpx;
  555. height: 84rpx;
  556. background: #F83224;
  557. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  558. border-radius: 44rpx;
  559. font-family: PingFangSC, PingFang SC;
  560. font-weight: 500;
  561. font-size: 32rpx;
  562. color: #FFFFFF;
  563. line-height: 84rpx;
  564. text-align: center;
  565. font-style: normal;
  566. }
  567. .info {
  568. height: 100rpx;
  569. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  570. .wupin {
  571. font-family: PingFangSC, PingFang SC;
  572. font-weight: 400;
  573. font-size: 28rpx;
  574. color: #333333;
  575. line-height: 40rpx;
  576. text-align: left;
  577. font-style: normal;
  578. }
  579. .change {
  580. font-family: PingFangSC, PingFang SC;
  581. font-weight: 400;
  582. font-size: 28rpx;
  583. color: #666666;
  584. line-height: 40rpx;
  585. text-align: left;
  586. font-style: normal;
  587. }
  588. .mast {
  589. // width: 62rpx;
  590. height: 30rpx;
  591. border-radius: 16rpx;
  592. border: 1rpx solid #F83224;
  593. font-family: PingFangSC, PingFang SC;
  594. font-weight: 400;
  595. font-size: 20rpx;
  596. color: #FF1515;
  597. line-height: 30rpx;
  598. text-align: center;
  599. font-style: normal;
  600. margin-left: 12rpx;
  601. padding: 0 4rpx;
  602. box-sizing: border-box;
  603. }
  604. }
  605. .left {
  606. height: 128rpx;
  607. .pople {
  608. font-family: PingFangSC, PingFang SC;
  609. font-weight: 500;
  610. font-size: 30rpx;
  611. color: #222222;
  612. line-height: 42rpx;
  613. text-align: left;
  614. font-style: normal;
  615. }
  616. .jiadd {
  617. font-family: PingFangSC, PingFang SC;
  618. font-weight: 400;
  619. font-size: 26rpx;
  620. color: #777777;
  621. line-height: 36rpx;
  622. text-align: left;
  623. font-style: normal;
  624. }
  625. .right {
  626. font-family: PingFangSC, PingFang SC;
  627. font-weight: 500;
  628. font-size: 26rpx;
  629. color: #222222;
  630. line-height: 36rpx;
  631. text-align: left;
  632. font-style: normal;
  633. margin-left: 18rpx;
  634. }
  635. }
  636. }
  637. // ::v-deep .u-navbar__content.data-v-1194bf80 {
  638. // background-color: rgba(0, 0, 0, 0) !important;
  639. // }
  640. // ::v-deep .u-status-bar.data-v-13f16680 {
  641. // background-color: rgba(0, 0, 0, 0) !important;
  642. // }
  643. ::v-deep .u-subsection--button.data-v-b14d3440 {
  644. /* padding: 6rpx 34rpx !important; */
  645. border-radius: 64rpx !important;
  646. }
  647. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  648. border-radius: 32rpx !important;
  649. }
  650. </style>