ParcelExpress.vue 21 KB

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