ParcelExpress.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592
  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='寄快递' 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. <text class="title">普通包裹|海运散货</text>
  18. <view class="change">{{i18n.switch}}</view>
  19. </view>
  20. <view class="box u-row-around u-flex">
  21. <view class="flexc">
  22. <view class="entrepotname">东莞仓库</view>
  23. <view class="adda">{{i18n.Starting}}</view>
  24. </view>
  25. <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
  26. <view class="flexc">
  27. <view class="entrepotname">澳大利亚</view>
  28. <view class="adda">{{i18n.destination}}</view>
  29. </view>
  30. </view>
  31. <view class="timea">
  32. <text>{{i18n.start}}:2023-12-31</text>
  33. <text>{{i18n.cut}}:2023-12-31</text>
  34. </view>
  35. </view>
  36. <!-- 地址 -->
  37. <view class="address">
  38. <view class="left u-flex" style="display: flex;" @click="send">
  39. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  40. <image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  41. <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
  42. </image>
  43. </view>
  44. <view class=" u-row-between left"
  45. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  46. <view class="u-row-between " style="">
  47. <view class="pople">{{i18n.sender}}</view>
  48. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  49. </view>
  50. <view class="u-flex">
  51. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  52. <text class="right">{{i18n.addressbook}}</text>
  53. </view>
  54. </view>
  55. </view>
  56. <view class="left u-flex"
  57. style="display: flex;margin-top: 26rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08)" @click="recipirnt">
  58. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  59. <image src="/static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  60. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  61. </image>
  62. </view>
  63. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  64. <view class="u-row-between " style="">
  65. <view class="pople">{{i18n.recipient}}</view>
  66. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informate}}</view>
  67. </view>
  68. <view class="u-flex">
  69. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  70. <text class="right">{{i18n.addressbook}}</text>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="wup" @click="goods">
  76. <!-- 物品信息 -->
  77. <view class="info u-flex u-row-between">
  78. <view class="u-flex">
  79. <text class="wupin">{{i18n.item}}</text>
  80. <view class="mast">{{i18n.required}}</view>
  81. </view>
  82. <view class="u-flex">
  83. <text class="change">{{i18n.selection}}</text>
  84. <image src="/static/express/next1.png" style="width: 28rpx;height: 28rpx;margin-left: 6rpx;"
  85. mode=""></image>
  86. </view>
  87. </view>
  88. </view>
  89. <!-- 下一步 -->
  90. <view class="next u-flex-between" style="display: flex;">
  91. <view class="" style="flex: 1;">
  92. <view class="sum">
  93. <text>{{i18n.Estimatedprice}}</text>
  94. <text style="color: rgba(248, 50, 36, 1);">¥ - -</text>
  95. </view>
  96. <view class="deal u-flex" style="margin-top: 16rpx;">
  97. <u-checkbox-group shape='circle' v-model="checkboxValue1" placement="column"
  98. @change="checkboxChange">
  99. <u-checkbox :customStyle="{marginBottom: '8px',marginTop:'5px'}" :name="deal">
  100. </u-checkbox>
  101. </u-checkbox-group>
  102. <text>{{i18n.readandagree}}</text>
  103. <text style="color: rgba(248, 50, 36, 1);">《{{i18n.International}}》</text>
  104. </view>
  105. </view>
  106. <view class="tonext " style="" @click="next">
  107. {{i18n.next}}
  108. </view>
  109. </view>
  110. </view>
  111. </view>
  112. </template>
  113. <script>
  114. export default {
  115. data() {
  116. return {
  117. deal: -1,
  118. checkboxValue1: [],
  119. }
  120. },
  121. onLoad(options) {
  122. },
  123. computed: {
  124. i18n() {
  125. return this.$t('index')
  126. }
  127. },
  128. methods: {
  129. goods() {
  130. uni.navigateTo({
  131. url: '/pageB/goods'
  132. })
  133. },
  134. //寄件人信息
  135. send() {
  136. uni.navigateTo({
  137. url: '/pageB/Senderinfor'
  138. })
  139. },
  140. recipirnt() {
  141. uni.navigateTo({
  142. url: '/pageB/recipientinfo'
  143. })
  144. },
  145. checkboxChange(n) {
  146. console.log('change', n);
  147. },
  148. next() {
  149. uni.navigateTo({
  150. url: '/pageB/account'
  151. })
  152. }
  153. }
  154. }
  155. </script>
  156. <style lang="scss" scoped>
  157. .entrepot {
  158. width: 702rpx;
  159. // height: 360rpx;
  160. background: #FFFFFF;
  161. border-radius: 16rpx;
  162. // margin-bottom: 20rpx;
  163. padding: 0 20rpx 32rpx;
  164. box-sizing: border-box;
  165. .timea {
  166. font-family: PingFangSC, PingFang SC;
  167. font-weight: 400;
  168. font-size: 26rpx;
  169. color: #444444;
  170. line-height: 36rpx;
  171. text-align: left;
  172. font-style: normal;
  173. margin-top: 30rpx;
  174. }
  175. .adda {
  176. margin-top: 8rpx;
  177. font-family: PingFangSC, PingFang SC;
  178. font-weight: 400;
  179. font-size: 24rpx;
  180. color: #222222;
  181. line-height: 34rpx;
  182. text-align: right;
  183. font-style: normal;
  184. }
  185. .entrepotname {
  186. font-family: PingFangSC, PingFang SC;
  187. font-weight: 560;
  188. font-size: 32rpx;
  189. color: #222222;
  190. line-height: 44rpx;
  191. text-align: left;
  192. font-style: normal;
  193. }
  194. .box {
  195. width: 662rpx;
  196. height: 128rpx;
  197. background: #F5F5F5;
  198. border-radius: 10rpx;
  199. }
  200. .entre {
  201. width: 662rpx;
  202. height: 100rpx;
  203. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  204. line-height: 100rpx;
  205. .title {
  206. font-family: PingFangSC, PingFang SC;
  207. font-weight: 600;
  208. font-size: 28rpx;
  209. color: #222222;
  210. line-height: 40rpx;
  211. text-align: left;
  212. font-style: normal;
  213. }
  214. .change {
  215. // width: 100rpx;
  216. padding: 10rpx 26rpx;
  217. height: 52rpx;
  218. display: inline;
  219. background: rgba(255, 21, 21, 0.1);
  220. border-radius: 30rpx;
  221. font-family: PingFangSC, PingFang SC;
  222. font-weight: 400;
  223. font-size: 24rpx;
  224. color: #F83224;
  225. line-height: 32rpx;
  226. text-align: center;
  227. font-style: normal;
  228. box-sizing: border-box;
  229. }
  230. }
  231. }
  232. .sum {
  233. font-family: PingFangSC, PingFang SC;
  234. font-weight: 500;
  235. font-size: 24rpx;
  236. color: #222222;
  237. line-height: 34rpx;
  238. text-align: left;
  239. font-style: normal;
  240. }
  241. .deal {
  242. font-family: PingFangSC, PingFang SC;
  243. font-weight: 400;
  244. font-size: 20rpx;
  245. color: #666666;
  246. line-height: 28rpx;
  247. text-align: left;
  248. font-style: normal;
  249. }
  250. .tonext {
  251. width: 286rpx;
  252. height: 88rpx;
  253. background: #F83224;
  254. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  255. border-radius: 44rpx;
  256. font-family: PingFangSC, PingFang SC;
  257. font-weight: 500;
  258. font-size: 32rpx;
  259. color: #FFFFFF;
  260. line-height: 88rpx;
  261. text-align: center;
  262. font-style: normal;
  263. }
  264. .next {
  265. width: 750rpx;
  266. height: 166rpx;
  267. background: #FFFFFF;
  268. position: fixed;
  269. bottom: 0;
  270. left: 0;
  271. padding: 12rpx 24rpx;
  272. box-sizing: border-box;
  273. }
  274. .wup {
  275. width: 704rpx;
  276. // height: 220rpx;
  277. background: #FFFFFF;
  278. border-radius: 16rpx;
  279. margin-top: 20rpx;
  280. padding: 0rpx 20rpx;
  281. box-sizing: border-box;
  282. }
  283. .info {
  284. height: 100rpx;
  285. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  286. .wupin {
  287. font-family: PingFangSC, PingFang SC;
  288. font-weight: 400;
  289. font-size: 28rpx;
  290. color: #333333;
  291. line-height: 40rpx;
  292. text-align: left;
  293. font-style: normal;
  294. }
  295. .change {
  296. font-family: PingFangSC, PingFang SC;
  297. font-weight: 400;
  298. font-size: 28rpx;
  299. color: #666666;
  300. line-height: 40rpx;
  301. text-align: left;
  302. font-style: normal;
  303. }
  304. .mast {
  305. // width: 62rpx;
  306. padding: 0 10rpx;
  307. height: 30rpx;
  308. border-radius: 16rpx;
  309. border: 1rpx solid #F83224;
  310. font-family: PingFangSC, PingFang SC;
  311. font-weight: 400;
  312. font-size: 20rpx;
  313. color: #FF1515;
  314. line-height: 30rpx;
  315. text-align: center;
  316. font-style: normal;
  317. margin-left: 12rpx;
  318. }
  319. }
  320. .mon {
  321. font-family: HarmonyOS_Sans_Medium;
  322. font-size: 20rpx;
  323. color: #F83224;
  324. line-height: 26rpx;
  325. text-align: left;
  326. font-style: normal;
  327. }
  328. .bigtitle {
  329. font-family: PingFangSC, PingFang SC;
  330. font-weight: 600;
  331. font-size: 28rpx;
  332. color: #222222;
  333. line-height: 40rpx;
  334. text-align: left;
  335. font-style: normal;
  336. }
  337. .timeb {
  338. font-family: PingFangSC, PingFang SC;
  339. font-weight: 400;
  340. font-size: 22rpx;
  341. color: #666666;
  342. line-height: 32rpx;
  343. text-align: left;
  344. font-style: normal;
  345. }
  346. .timea {
  347. font-family: PingFangSC, PingFang SC;
  348. font-weight: 400;
  349. font-size: 22rpx;
  350. color: #555555;
  351. line-height: 32rpx;
  352. text-align: left;
  353. font-style: normal;
  354. }
  355. .pinb {
  356. width: 148rpx;
  357. height: 64rpx;
  358. background: #FF1515;
  359. border-radius: 42rpx;
  360. font-family: PingFangSC, PingFang SC;
  361. font-weight: 500;
  362. font-size: 28rpx;
  363. color: #FFFFFF;
  364. line-height: 64rpx;
  365. text-align: center;
  366. font-style: normal;
  367. }
  368. .label {
  369. margin-top: 20rpx;
  370. width: 702rpx;
  371. height: 288rpx;
  372. background: #FFFFFF;
  373. border-radius: 16rpx;
  374. padding: 32rpx 20rpx;
  375. box-sizing: border-box;
  376. .left {
  377. width: 144rpx;
  378. height: 144rpx;
  379. background: #F5F5F5;
  380. border-radius: 8rpx;
  381. .bourn {
  382. font-family: PingFangSC, PingFang SC;
  383. font-weight: 400;
  384. font-size: 20rpx;
  385. color: #222222;
  386. line-height: 28rpx;
  387. text-align: left;
  388. font-style: normal;
  389. }
  390. .addres {
  391. font-family: PingFangSC, PingFang SC;
  392. font-weight: 500;
  393. font-size: 28rpx;
  394. color: #222222;
  395. line-height: 40rpx;
  396. text-align: left;
  397. font-style: normal;
  398. }
  399. }
  400. }
  401. .flexc {
  402. display: flex;
  403. flex-direction: column;
  404. justify-content: center;
  405. align-items: center;
  406. }
  407. .hai {
  408. font-family: PingFangSC, PingFang SC;
  409. font-weight: 600;
  410. font-size: 32rpx;
  411. color: #222222;
  412. line-height: 44rpx;
  413. text-align: left;
  414. font-style: normal;
  415. margin-right: 10rpx;
  416. }
  417. .more {
  418. font-family: PingFangSC, PingFang SC;
  419. font-weight: 400;
  420. font-size: 24rpx;
  421. color: #F83224;
  422. line-height: 34rpx;
  423. text-align: left;
  424. font-style: normal;
  425. }
  426. .parcel {
  427. width: 702rpx;
  428. height: 260rpx;
  429. background: #FFFFFF;
  430. border-radius: 16rpx;
  431. margin-top: 20rpx;
  432. padding: 24rpx;
  433. box-sizing: border-box;
  434. .myparcel {
  435. font-family: PingFangSC, PingFang SC;
  436. font-weight: 600;
  437. font-size: 28rpx;
  438. color: #222222;
  439. line-height: 40rpx;
  440. text-align: left;
  441. font-style: normal;
  442. }
  443. .add {
  444. width: 240rpx;
  445. height: 48rpx;
  446. background: rgba(248, 50, 36, 0.06);
  447. border-radius: 24rpx;
  448. .addtext {
  449. font-family: PingFangSC, PingFang SC;
  450. font-weight: 600;
  451. font-size: 20rpx;
  452. color: #000000;
  453. line-height: 28rpx;
  454. text-align: left;
  455. font-style: normal;
  456. }
  457. }
  458. }
  459. .address {
  460. width: 702rpx;
  461. // height: 776rpx;
  462. background: #FFFFFF;
  463. border-radius: 20rpx;
  464. padding: 48rpx 24rpx 36rpx;
  465. box-sizing: border-box;
  466. margin-top: 38rpx;
  467. .bottom {
  468. padding: 0 76rpx;
  469. box-sizing: border-box;
  470. margin-top: 48rpx;
  471. .friend {
  472. font-family: PingFangSC, PingFang SC;
  473. font-weight: 400;
  474. font-size: 28rpx;
  475. color: #555555;
  476. line-height: 40rpx;
  477. text-align: left;
  478. font-style: normal;
  479. margin-left: 12rpx;
  480. }
  481. }
  482. .mail {
  483. width: 646rpx;
  484. height: 84rpx;
  485. background: #F83224;
  486. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  487. border-radius: 44rpx;
  488. font-family: PingFangSC, PingFang SC;
  489. font-weight: 500;
  490. font-size: 32rpx;
  491. color: #FFFFFF;
  492. line-height: 84rpx;
  493. text-align: center;
  494. font-style: normal;
  495. }
  496. .left {
  497. height: 128rpx;
  498. .pople {
  499. font-family: PingFangSC, PingFang SC;
  500. font-weight: 500;
  501. font-size: 30rpx;
  502. color: #222222;
  503. line-height: 42rpx;
  504. text-align: left;
  505. font-style: normal;
  506. }
  507. .jiadd {
  508. font-family: PingFangSC, PingFang SC;
  509. font-weight: 400;
  510. font-size: 26rpx;
  511. color: #777777;
  512. line-height: 36rpx;
  513. text-align: left;
  514. font-style: normal;
  515. }
  516. .right {
  517. font-family: PingFangSC, PingFang SC;
  518. font-weight: 500;
  519. font-size: 26rpx;
  520. color: #222222;
  521. line-height: 36rpx;
  522. text-align: left;
  523. font-style: normal;
  524. margin-left: 18rpx;
  525. }
  526. }
  527. }
  528. ::v-deep .u-navbar__content.data-v-1194bf80 {
  529. background-color: rgba(0, 0, 0, 0) !important;
  530. }
  531. ::v-deep .u-status-bar.data-v-13f16680 {
  532. background-color: rgba(0, 0, 0, 0) !important;
  533. }
  534. ::v-deep .u-subsection--button.data-v-b14d3440 {
  535. /* padding: 6rpx 34rpx !important; */
  536. border-radius: 64rpx !important;
  537. }
  538. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  539. border-radius: 32rpx !important;
  540. }
  541. </style>