ParcelExpress.vue 22 KB

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