delivery.vue 18 KB

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