account.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  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 :autoBack ='true' :title='i18n.delivery' bgColor="rgba(255, 210, 210, 1)" :placeholder='true' :safeAreaInsetTop="true"
  10. style="position: absolute;z-index: 110;">
  11. <view class="u-nav-slot" slot="left" style="display: flex;">
  12. <u-icon name="arrow-left" color="rgba(0, 0, 0, 1)" size="24" @click="uni.navigateBack()"></u-icon>
  13. </view>
  14. </u-navbar>
  15. <view class="topadd" style="margin-top: 20rpx;">
  16. <view class="u-flex u-row-around">
  17. <view class="flexc">
  18. <view class="entrepotname">{{topadd.province_name + topadd.city_name}}</view>
  19. <view class="adda">{{topadd.name}}</view>
  20. </view>
  21. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  22. <view class="flexc">
  23. <view class="entrepotname">{{bottomadd.country_name}}</view>
  24. <view class="adda">{{bottomadd.name}}</view>
  25. </view>
  26. </view>
  27. <view class="topinfo" style="margin-top: 26rpx;">
  28. <text class='toptype'>{{i18n.typeof}}:</text>
  29. <text class='toptype' style='color:rgba(34, 34, 34, 1)'>{{goodinfo.goodname}}</text>
  30. <text class='toptype' style='margin:0 14rpx'>|</text>
  31. <text class='toptype'>{{i18n.weight}}:</text>
  32. <text class='toptype' style='color:rgba(34, 34, 34, 1)'>{{goodinfo.weight}}kg</text>
  33. <text class='toptype' style='margin:0 14rpx'> |</text>
  34. <text class='toptype'>{{i18n.number}}:</text>
  35. <text class='toptype' style='color:rgba(34, 34, 34, 1)'>{{goodinfo.number}}件</text>
  36. </view>
  37. </view>
  38. <!-- 地址 -->
  39. <view class="address">
  40. <view class="left u-flex" style="display: flex;">
  41. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  42. <image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  43. <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
  44. </image>
  45. </view>
  46. <view class=" u-row-between left"
  47. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  48. <view v-if="JSON.stringify(topadd)==='{}'" class="u-row-between " style="" @click="send">
  49. <view class="pople">{{i18n.sender}}</view>
  50. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  51. </view>
  52. <view v-else class="u-row-between " style="" @click="send">
  53. <view class="">
  54. <text class="topname">{{topadd.name}}</text>
  55. <text class="topaddress"
  56. style="margin-left: 8rpx;">{{replacePhoneToStar(topadd.mobile)}}</text>
  57. </view>
  58. <view class="topaddress" style="margin-top: 14rpx;">{{topadd.full_address}}</view>
  59. </view>
  60. <view class="u-flex" @click.stop="addbook(1)">
  61. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  62. <text class="right">{{i18n.addressbook}}</text>
  63. </view>
  64. </view>
  65. </view>
  66. <view class="left u-flex"
  67. style="display: flex;margin-top: 26rpx;">
  68. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  69. <image src="/static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  70. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  71. </image>
  72. </view>
  73. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  74. <view v-if="JSON.stringify(bottomadd)==='{}'" class="u-row-between " style=""
  75. @click="recipirnt">
  76. <view class="pople">{{i18n.recipient}}</view>
  77. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informate}}</view>
  78. </view>
  79. <view v-else class="u-row-between " style="" @click="send">
  80. <view class="">
  81. <text class="topname">{{bottomadd.name}}</text>
  82. <text class="topaddress"
  83. style="margin-left: 8rpx;">{{replacePhoneToStar(bottomadd.mobile)}}</text>
  84. </view>
  85. <view class="topaddress" style="margin-top: 14rpx;">{{bottomadd.full_address}}</view>
  86. </view>
  87. <view class="u-flex" @click.stop="addbook(0)">
  88. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  89. <text class="right">{{i18n.addressbook}}</text>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="entrepot">
  95. <view class="entre u-flex u-row-between" style="margin-top: 20rpx;">
  96. <text v-if="expressinfo.type=='normal'">{{i18n.Ordinary}}</text>
  97. <text v-else>{{i18n.Special}}</text>
  98. <text style="margin: 0 8rpx;">|</text>
  99. <text v-if="language =='zh-CN'" class='bigtitle'>{{expressinfo.transportType.name_cn}}</text>
  100. <text v-if="language =='en-US'" class='bigtitle'>{{expressinfo.transportType.name_en}}</text>
  101. <text v-if="language =='es-ES'" class='bigtitle'>{{expressinfo.transportType.name_es}}</text>
  102. <text v-if="language =='it-IT'" class='bigtitle'>{{expressinfo.transportType.name_ita}}</text>
  103. </view>
  104. <view class="box u-row-around u-flex">
  105. <view class="flexc">
  106. <view class="entrepotname">{{expressinfo.transit_full_address.slice(0,6)}}</view>
  107. <view class="adda">{{i18n.Starting}}</view>
  108. </view>
  109. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  110. <view class="flexc">
  111. <view class="entrepotname">{{expressinfo.containerBase.country_name}}</view>
  112. <view class="adda">{{i18n.destination}}</view>
  113. </view>
  114. </view>
  115. </view>
  116. <view class="wup">
  117. <!-- 物品信息 -->
  118. <view class="info u-flex u-row-between">
  119. <view class="u-flex">
  120. <!-- <text class="wupin">{{i18n.item}}</text> -->
  121. <text class="wupin">{{i18n.Gross}}</text>
  122. </view>
  123. <view class="u-flex">
  124. <text class="chang">{{orderinfo.estimated_weight}}kg</text>
  125. </view>
  126. </view>
  127. <view class="info u-flex u-row-between">
  128. <view class="u-flex">
  129. <text class="wupin">{{i18n.price}}</text>
  130. </view>
  131. <view class="u-flex">
  132. <text class="chang">¥{{orderinfo.estimated_unit_price}}</text>
  133. </view>
  134. </view>
  135. <view class="info u-flex u-row-right">
  136. <view class="u-flex">
  137. <text class="wupin">{{i18n.subtotal}}:</text>
  138. </view>
  139. <view class="u-flex">
  140. <text class="chang" style="color: rgba(248, 50, 36, 1);">¥</text>
  141. <text style="color: rgba(248, 50, 36, 1);font-size: 38rpx;font-weight: 600;">{{orderinfo.estimated_price}}</text>
  142. </view>
  143. </view>
  144. </view>
  145. <view class="" style="height: 166rpx;"></view>
  146. <!-- 下一步 -->
  147. <view class="next u-flex-between" style="display: flex;" @click="payorder">
  148. <view class="gopay">{{i18n.Immediatepayment}}</view>
  149. </view>
  150. </view>
  151. </view>
  152. </template>
  153. <script>
  154. export default {
  155. data() {
  156. return {
  157. deal: -1,
  158. checkboxValue1: [],
  159. goodinfo:{},
  160. topadd:{},
  161. bottomadd:{},
  162. expressinfo:{},
  163. orderinfo:{}
  164. }
  165. },
  166. onLoad(options) {
  167. this.goodinfo = JSON.parse(decodeURIComponent(options.goodinfo));
  168. this.topadd = JSON.parse(decodeURIComponent(options.topadd));
  169. this.bottomadd = JSON.parse(decodeURIComponent(options.bottomadd));
  170. this.expressinfo = JSON.parse(decodeURIComponent(options.expressinfo));
  171. this.orderinfo = JSON.parse(decodeURIComponent(options.orderinfo));
  172. },
  173. computed: {
  174. i18n() {
  175. return this.$t('index')
  176. }
  177. },
  178. methods: {
  179. //正则匹配手机号
  180. replacePhoneToStar: function(phone) {
  181. if (phone) {
  182. return phone.replace(/(\d{3})\d{4}(\d{4})/, '$1****$2');
  183. }
  184. },
  185. checkboxChange(n) {
  186. console.log('change', n);
  187. },
  188. payorder(){
  189. uni.navigateTo({
  190. url: '/pageA/payorder?sum=' + this.orderinfo.estimated_price +'&type=' + 'group_pack_order'+'&orderid='+this.orderinfo.id
  191. })
  192. }
  193. // end(){
  194. // uni.navigateTo({
  195. // url:'/pageB/end'
  196. // })
  197. // }
  198. }
  199. }
  200. </script>
  201. <style lang="scss" scoped>
  202. .gopay{
  203. width: 686rpx;
  204. height: 88rpx;
  205. background: #F83224;
  206. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255,21,21,0.5);
  207. border-radius: 44rpx;
  208. font-family: PingFangSC, PingFang SC;
  209. font-weight: 500;
  210. font-size: 32rpx;
  211. color: #FFFFFF;
  212. line-height: 88rpx;
  213. text-align: center;
  214. font-style: normal;
  215. }
  216. .topadd {
  217. width: 702rpx;
  218. // height: 278rpx;
  219. background: #FFFFFF;
  220. border-radius: 16rpx;
  221. padding: 40rpx 24rpx 30rpx;
  222. box-sizing: border-box;
  223. .toptype {
  224. font-family: PingFangSC, PingFang SC;
  225. font-weight: 400;
  226. font-size: 24rpx;
  227. color: #777777;
  228. line-height: 34rpx;
  229. text-align: left;
  230. font-style: normal;
  231. }
  232. .topinfo {
  233. width: 662rpx;
  234. height: 92rpx;
  235. background: #F4F4F4;
  236. border-radius: 12rpx;
  237. line-height: 92rpx;
  238. padding: 0 24rpx;
  239. box-sizing: border-box;
  240. }
  241. .adda {
  242. margin-top: 8rpx;
  243. font-family: PingFangSC, PingFang SC;
  244. font-weight: 400;
  245. font-size: 24rpx;
  246. color: #222222;
  247. line-height: 34rpx;
  248. text-align: right;
  249. font-style: normal;
  250. }
  251. .entrepotname {
  252. font-family: PingFangSC, PingFang SC;
  253. font-weight: 560;
  254. font-size: 32rpx;
  255. color: #222222;
  256. line-height: 44rpx;
  257. text-align: left;
  258. font-style: normal;
  259. }
  260. }
  261. .entrepot {
  262. width: 702rpx;
  263. // height: 360rpx;
  264. background: #FFFFFF;
  265. border-radius: 16rpx;
  266. // margin-bottom: 20rpx;
  267. padding: 0 20rpx 32rpx;
  268. box-sizing: border-box;
  269. .timea {
  270. font-family: PingFangSC, PingFang SC;
  271. font-weight: 400;
  272. font-size: 26rpx;
  273. color: #444444;
  274. line-height: 36rpx;
  275. text-align: left;
  276. font-style: normal;
  277. margin-top: 30rpx;
  278. }
  279. .adda {
  280. margin-top: 8rpx;
  281. font-family: PingFangSC, PingFang SC;
  282. font-weight: 400;
  283. font-size: 24rpx;
  284. color: #222222;
  285. line-height: 34rpx;
  286. text-align: right;
  287. font-style: normal;
  288. }
  289. .entrepotname {
  290. font-family: PingFangSC, PingFang SC;
  291. font-weight: 560;
  292. font-size: 32rpx;
  293. color: #222222;
  294. line-height: 44rpx;
  295. text-align: left;
  296. font-style: normal;
  297. }
  298. .box {
  299. width: 662rpx;
  300. height: 128rpx;
  301. background: #F5F5F5;
  302. border-radius: 10rpx;
  303. }
  304. .entre {
  305. width: 662rpx;
  306. // height: 100rpx;
  307. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  308. line-height: 100rpx;
  309. .title {
  310. font-family: PingFangSC, PingFang SC;
  311. font-weight: 600;
  312. font-size: 28rpx;
  313. color: #222222;
  314. line-height: 40rpx;
  315. text-align: left;
  316. font-style: normal;
  317. }
  318. .change {
  319. // width: 100rpx;
  320. padding: 10rpx 26rpx;
  321. height: 52rpx;
  322. display: inline;
  323. background: rgba(255, 21, 21, 0.1);
  324. border-radius: 30rpx;
  325. font-family: PingFangSC, PingFang SC;
  326. font-weight: 400;
  327. font-size: 24rpx;
  328. color: #F83224;
  329. line-height: 32rpx;
  330. text-align: center;
  331. font-style: normal;
  332. box-sizing: border-box;
  333. }
  334. }
  335. }
  336. .sum {
  337. font-family: PingFangSC, PingFang SC;
  338. font-weight: 500;
  339. font-size: 24rpx;
  340. color: #222222;
  341. line-height: 34rpx;
  342. text-align: left;
  343. font-style: normal;
  344. }
  345. .deal {
  346. font-family: PingFangSC, PingFang SC;
  347. font-weight: 400;
  348. font-size: 20rpx;
  349. color: #666666;
  350. line-height: 28rpx;
  351. text-align: left;
  352. font-style: normal;
  353. }
  354. .tonext {
  355. width: 286rpx;
  356. height: 88rpx;
  357. background: #F83224;
  358. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  359. border-radius: 44rpx;
  360. font-family: PingFangSC, PingFang SC;
  361. font-weight: 500;
  362. font-size: 32rpx;
  363. color: #FFFFFF;
  364. line-height: 88rpx;
  365. text-align: center;
  366. font-style: normal;
  367. }
  368. .next {
  369. width: 750rpx;
  370. height: 166rpx;
  371. background: #FFFFFF;
  372. position: fixed;
  373. bottom: 0;
  374. left: 0;
  375. padding: 12rpx 24rpx;
  376. box-sizing: border-box;
  377. }
  378. .wup {
  379. width: 702rpx;
  380. // height: 220rpx;
  381. background: #FFFFFF;
  382. border-radius: 16rpx;
  383. margin-top: 20rpx;
  384. padding: 0rpx 20rpx;
  385. box-sizing: border-box;
  386. }
  387. .info {
  388. height: 100rpx;
  389. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  390. .wupin {
  391. font-family: PingFangSC, PingFang SC;
  392. font-weight: 400;
  393. font-size: 28rpx;
  394. color: #333333;
  395. line-height: 40rpx;
  396. text-align: left;
  397. font-style: normal;
  398. }
  399. .chang {
  400. font-family: HarmonyOS_Sans_Medium;
  401. font-size: 28rpx;
  402. color: #222222;
  403. line-height: 38rpx;
  404. text-align: left;
  405. font-style: normal;
  406. }
  407. .mast {
  408. width: 62rpx;
  409. height: 30rpx;
  410. border-radius: 16rpx;
  411. border: 1rpx solid #F83224;
  412. font-family: PingFangSC, PingFang SC;
  413. font-weight: 400;
  414. font-size: 20rpx;
  415. color: #FF1515;
  416. line-height: 30rpx;
  417. text-align: center;
  418. font-style: normal;
  419. margin-left: 12rpx;
  420. }
  421. }
  422. .mon {
  423. font-family: HarmonyOS_Sans_Medium;
  424. font-size: 20rpx;
  425. color: #F83224;
  426. line-height: 26rpx;
  427. text-align: left;
  428. font-style: normal;
  429. }
  430. .bigtitle {
  431. font-family: PingFangSC, PingFang SC;
  432. font-weight: 600;
  433. font-size: 28rpx;
  434. color: #222222;
  435. line-height: 40rpx;
  436. text-align: left;
  437. font-style: normal;
  438. }
  439. .timeb {
  440. font-family: PingFangSC, PingFang SC;
  441. font-weight: 400;
  442. font-size: 22rpx;
  443. color: #666666;
  444. line-height: 32rpx;
  445. text-align: left;
  446. font-style: normal;
  447. }
  448. .timea {
  449. font-family: PingFangSC, PingFang SC;
  450. font-weight: 400;
  451. font-size: 22rpx;
  452. color: #555555;
  453. line-height: 32rpx;
  454. text-align: left;
  455. font-style: normal;
  456. }
  457. .pinb {
  458. width: 148rpx;
  459. height: 64rpx;
  460. background: #FF1515;
  461. border-radius: 42rpx;
  462. font-family: PingFangSC, PingFang SC;
  463. font-weight: 500;
  464. font-size: 28rpx;
  465. color: #FFFFFF;
  466. line-height: 64rpx;
  467. text-align: center;
  468. font-style: normal;
  469. }
  470. .label {
  471. margin-top: 20rpx;
  472. width: 702rpx;
  473. height: 288rpx;
  474. background: #FFFFFF;
  475. border-radius: 16rpx;
  476. padding: 32rpx 20rpx;
  477. box-sizing: border-box;
  478. .left {
  479. width: 144rpx;
  480. height: 144rpx;
  481. background: #F5F5F5;
  482. border-radius: 8rpx;
  483. .bourn {
  484. font-family: PingFangSC, PingFang SC;
  485. font-weight: 400;
  486. font-size: 20rpx;
  487. color: #222222;
  488. line-height: 28rpx;
  489. text-align: left;
  490. font-style: normal;
  491. }
  492. .addres {
  493. font-family: PingFangSC, PingFang SC;
  494. font-weight: 500;
  495. font-size: 28rpx;
  496. color: #222222;
  497. line-height: 40rpx;
  498. text-align: left;
  499. font-style: normal;
  500. }
  501. }
  502. }
  503. .flexc {
  504. display: flex;
  505. flex-direction: column;
  506. justify-content: center;
  507. align-items: center;
  508. }
  509. .hai {
  510. font-family: PingFangSC, PingFang SC;
  511. font-weight: 600;
  512. font-size: 32rpx;
  513. color: #222222;
  514. line-height: 44rpx;
  515. text-align: left;
  516. font-style: normal;
  517. margin-right: 10rpx;
  518. }
  519. .more {
  520. font-family: PingFangSC, PingFang SC;
  521. font-weight: 400;
  522. font-size: 24rpx;
  523. color: #F83224;
  524. line-height: 34rpx;
  525. text-align: left;
  526. font-style: normal;
  527. }
  528. .parcel {
  529. width: 702rpx;
  530. height: 260rpx;
  531. background: #FFFFFF;
  532. border-radius: 16rpx;
  533. margin-top: 20rpx;
  534. padding: 24rpx;
  535. box-sizing: border-box;
  536. .myparcel {
  537. font-family: PingFangSC, PingFang SC;
  538. font-weight: 600;
  539. font-size: 28rpx;
  540. color: #222222;
  541. line-height: 40rpx;
  542. text-align: left;
  543. font-style: normal;
  544. }
  545. .add {
  546. width: 240rpx;
  547. height: 48rpx;
  548. background: rgba(248, 50, 36, 0.06);
  549. border-radius: 24rpx;
  550. .addtext {
  551. font-family: PingFangSC, PingFang SC;
  552. font-weight: 600;
  553. font-size: 20rpx;
  554. color: #000000;
  555. line-height: 28rpx;
  556. text-align: left;
  557. font-style: normal;
  558. }
  559. }
  560. }
  561. .address {
  562. width: 702rpx;
  563. // height: 776rpx;
  564. background: #FFFFFF;
  565. border-radius: 20rpx;
  566. padding: 48rpx 24rpx 36rpx;
  567. box-sizing: border-box;
  568. margin-top: 38rpx;
  569. .bottom {
  570. padding: 0 76rpx;
  571. box-sizing: border-box;
  572. margin-top: 48rpx;
  573. .friend {
  574. font-family: PingFangSC, PingFang SC;
  575. font-weight: 400;
  576. font-size: 28rpx;
  577. color: #555555;
  578. line-height: 40rpx;
  579. text-align: left;
  580. font-style: normal;
  581. margin-left: 12rpx;
  582. }
  583. }
  584. .mail {
  585. width: 646rpx;
  586. height: 84rpx;
  587. background: #F83224;
  588. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  589. border-radius: 44rpx;
  590. font-family: PingFangSC, PingFang SC;
  591. font-weight: 500;
  592. font-size: 32rpx;
  593. color: #FFFFFF;
  594. line-height: 84rpx;
  595. text-align: center;
  596. font-style: normal;
  597. }
  598. .left {
  599. height: 128rpx;
  600. .pople {
  601. font-family: PingFangSC, PingFang SC;
  602. font-weight: 500;
  603. font-size: 30rpx;
  604. color: #222222;
  605. line-height: 42rpx;
  606. text-align: left;
  607. font-style: normal;
  608. }
  609. .jiadd {
  610. font-family: PingFangSC, PingFang SC;
  611. font-weight: 400;
  612. font-size: 26rpx;
  613. color: #777777;
  614. line-height: 36rpx;
  615. text-align: left;
  616. font-style: normal;
  617. }
  618. .right {
  619. font-family: PingFangSC, PingFang SC;
  620. font-weight: 500;
  621. font-size: 26rpx;
  622. color: #222222;
  623. line-height: 36rpx;
  624. text-align: left;
  625. font-style: normal;
  626. margin-left: 18rpx;
  627. }
  628. }
  629. }
  630. ::v-deep .u-navbar__content.data-v-1194bf80 {
  631. // background-color: rgba(0, 0, 0, 0) !important;
  632. }
  633. ::v-deep .u-status-bar.data-v-13f16680 {
  634. // background-color: rgba(0, 0, 0, 0) !important;
  635. }
  636. ::v-deep .u-subsection--button.data-v-b14d3440 {
  637. /* padding: 6rpx 34rpx !important; */
  638. border-radius: 64rpx !important;
  639. }
  640. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  641. border-radius: 32rpx !important;
  642. }
  643. </style>