ParcelExpress.vue 21 KB

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