ParcelExpress.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  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 title='寄快递' bgColor="rgba(248, 50, 36, 0.2)" :placeholder='true' :safeAreaInsetTop="true"
  10. 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">更换</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">始发地</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">目的地</view>
  29. </view>
  30. </view>
  31. <view class="timea">
  32. <text>开始时间:2023-12-31</text>
  33. <text>/截止时间:2023-12-31</text>
  34. </view>
  35. </view>
  36. <!-- 地址 -->
  37. <view class="address">
  38. <view class="left u-flex" style="display: flex;">
  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">新建寄件人</view>
  48. <view class="jiadd" style="margin-top: 14rpx;">点击填写寄件地址信息</view>
  49. </view>
  50. <view class="u-flex">
  51. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  52. <text class="right">地址簿</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)">
  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">新建收件人</view>
  66. <view class="jiadd" style="margin-top: 14rpx;">点击填写寄件地址信息</view>
  67. </view>
  68. <view class="u-flex">
  69. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  70. <text class="right">地址簿</text>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="wup">
  76. <!-- 物品信息 -->
  77. <view class="info u-flex u-row-between">
  78. <view class="u-flex">
  79. <text class="wupin">物品信息</text>
  80. <view class="mast">必填</view>
  81. </view>
  82. <view class="u-flex">
  83. <text class="change">请选择物品信息</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>预估总价</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>我阅读并同意</text>
  103. <text style="color: rgba(248, 50, 36, 1);">《国际快递服务协议》</text>
  104. </view>
  105. </view>
  106. <view class="tonext " style="">
  107. 下一步
  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. methods: {
  124. checkboxChange(n) {
  125. console.log('change', n);
  126. }
  127. }
  128. }
  129. </script>
  130. <style lang="scss" scoped>
  131. .entrepot {
  132. width: 702rpx;
  133. // height: 360rpx;
  134. background: #FFFFFF;
  135. border-radius: 16rpx;
  136. // margin-bottom: 20rpx;
  137. padding: 0 20rpx 32rpx;
  138. box-sizing: border-box;
  139. .timea {
  140. font-family: PingFangSC, PingFang SC;
  141. font-weight: 400;
  142. font-size: 26rpx;
  143. color: #444444;
  144. line-height: 36rpx;
  145. text-align: left;
  146. font-style: normal;
  147. margin-top: 30rpx;
  148. }
  149. .adda {
  150. margin-top: 8rpx;
  151. font-family: PingFangSC, PingFang SC;
  152. font-weight: 400;
  153. font-size: 24rpx;
  154. color: #222222;
  155. line-height: 34rpx;
  156. text-align: right;
  157. font-style: normal;
  158. }
  159. .entrepotname {
  160. font-family: PingFangSC, PingFang SC;
  161. font-weight: 560;
  162. font-size: 32rpx;
  163. color: #222222;
  164. line-height: 44rpx;
  165. text-align: left;
  166. font-style: normal;
  167. }
  168. .box {
  169. width: 662rpx;
  170. height: 128rpx;
  171. background: #F5F5F5;
  172. border-radius: 10rpx;
  173. }
  174. .entre {
  175. width: 662rpx;
  176. height: 100rpx;
  177. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  178. line-height: 100rpx;
  179. .title {
  180. font-family: PingFangSC, PingFang SC;
  181. font-weight: 600;
  182. font-size: 28rpx;
  183. color: #222222;
  184. line-height: 40rpx;
  185. text-align: left;
  186. font-style: normal;
  187. }
  188. .change {
  189. // width: 100rpx;
  190. padding: 10rpx 26rpx;
  191. height: 52rpx;
  192. display: inline;
  193. background: rgba(255, 21, 21, 0.1);
  194. border-radius: 30rpx;
  195. font-family: PingFangSC, PingFang SC;
  196. font-weight: 400;
  197. font-size: 24rpx;
  198. color: #F83224;
  199. line-height: 32rpx;
  200. text-align: center;
  201. font-style: normal;
  202. box-sizing: border-box;
  203. }
  204. }
  205. }
  206. .sum {
  207. font-family: PingFangSC, PingFang SC;
  208. font-weight: 500;
  209. font-size: 24rpx;
  210. color: #222222;
  211. line-height: 34rpx;
  212. text-align: left;
  213. font-style: normal;
  214. }
  215. .deal {
  216. font-family: PingFangSC, PingFang SC;
  217. font-weight: 400;
  218. font-size: 20rpx;
  219. color: #666666;
  220. line-height: 28rpx;
  221. text-align: left;
  222. font-style: normal;
  223. }
  224. .tonext {
  225. width: 286rpx;
  226. height: 88rpx;
  227. background: #F83224;
  228. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  229. border-radius: 44rpx;
  230. font-family: PingFangSC, PingFang SC;
  231. font-weight: 500;
  232. font-size: 32rpx;
  233. color: #FFFFFF;
  234. line-height: 88rpx;
  235. text-align: center;
  236. font-style: normal;
  237. }
  238. .next {
  239. width: 750rpx;
  240. height: 166rpx;
  241. background: #FFFFFF;
  242. position: fixed;
  243. bottom: 0;
  244. left: 0;
  245. padding: 12rpx 24rpx;
  246. box-sizing: border-box;
  247. }
  248. .wup {
  249. width: 704rpx;
  250. // height: 220rpx;
  251. background: #FFFFFF;
  252. border-radius: 16rpx;
  253. margin-top: 20rpx;
  254. padding: 0rpx 20rpx;
  255. box-sizing: border-box;
  256. }
  257. .info {
  258. height: 100rpx;
  259. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  260. .wupin {
  261. font-family: PingFangSC, PingFang SC;
  262. font-weight: 400;
  263. font-size: 28rpx;
  264. color: #333333;
  265. line-height: 40rpx;
  266. text-align: left;
  267. font-style: normal;
  268. }
  269. .change {
  270. font-family: PingFangSC, PingFang SC;
  271. font-weight: 400;
  272. font-size: 28rpx;
  273. color: #666666;
  274. line-height: 40rpx;
  275. text-align: left;
  276. font-style: normal;
  277. }
  278. .mast {
  279. width: 62rpx;
  280. height: 30rpx;
  281. border-radius: 16rpx;
  282. border: 1rpx solid #F83224;
  283. font-family: PingFangSC, PingFang SC;
  284. font-weight: 400;
  285. font-size: 20rpx;
  286. color: #FF1515;
  287. line-height: 30rpx;
  288. text-align: center;
  289. font-style: normal;
  290. margin-left: 12rpx;
  291. }
  292. }
  293. .mon {
  294. font-family: HarmonyOS_Sans_Medium;
  295. font-size: 20rpx;
  296. color: #F83224;
  297. line-height: 26rpx;
  298. text-align: left;
  299. font-style: normal;
  300. }
  301. .bigtitle {
  302. font-family: PingFangSC, PingFang SC;
  303. font-weight: 600;
  304. font-size: 28rpx;
  305. color: #222222;
  306. line-height: 40rpx;
  307. text-align: left;
  308. font-style: normal;
  309. }
  310. .timeb {
  311. font-family: PingFangSC, PingFang SC;
  312. font-weight: 400;
  313. font-size: 22rpx;
  314. color: #666666;
  315. line-height: 32rpx;
  316. text-align: left;
  317. font-style: normal;
  318. }
  319. .timea {
  320. font-family: PingFangSC, PingFang SC;
  321. font-weight: 400;
  322. font-size: 22rpx;
  323. color: #555555;
  324. line-height: 32rpx;
  325. text-align: left;
  326. font-style: normal;
  327. }
  328. .pinb {
  329. width: 148rpx;
  330. height: 64rpx;
  331. background: #FF1515;
  332. border-radius: 42rpx;
  333. font-family: PingFangSC, PingFang SC;
  334. font-weight: 500;
  335. font-size: 28rpx;
  336. color: #FFFFFF;
  337. line-height: 64rpx;
  338. text-align: center;
  339. font-style: normal;
  340. }
  341. .label {
  342. margin-top: 20rpx;
  343. width: 702rpx;
  344. height: 288rpx;
  345. background: #FFFFFF;
  346. border-radius: 16rpx;
  347. padding: 32rpx 20rpx;
  348. box-sizing: border-box;
  349. .left {
  350. width: 144rpx;
  351. height: 144rpx;
  352. background: #F5F5F5;
  353. border-radius: 8rpx;
  354. .bourn {
  355. font-family: PingFangSC, PingFang SC;
  356. font-weight: 400;
  357. font-size: 20rpx;
  358. color: #222222;
  359. line-height: 28rpx;
  360. text-align: left;
  361. font-style: normal;
  362. }
  363. .addres {
  364. font-family: PingFangSC, PingFang SC;
  365. font-weight: 500;
  366. font-size: 28rpx;
  367. color: #222222;
  368. line-height: 40rpx;
  369. text-align: left;
  370. font-style: normal;
  371. }
  372. }
  373. }
  374. .flexc {
  375. display: flex;
  376. flex-direction: column;
  377. justify-content: center;
  378. align-items: center;
  379. }
  380. .hai {
  381. font-family: PingFangSC, PingFang SC;
  382. font-weight: 600;
  383. font-size: 32rpx;
  384. color: #222222;
  385. line-height: 44rpx;
  386. text-align: left;
  387. font-style: normal;
  388. margin-right: 10rpx;
  389. }
  390. .more {
  391. font-family: PingFangSC, PingFang SC;
  392. font-weight: 400;
  393. font-size: 24rpx;
  394. color: #F83224;
  395. line-height: 34rpx;
  396. text-align: left;
  397. font-style: normal;
  398. }
  399. .parcel {
  400. width: 702rpx;
  401. height: 260rpx;
  402. background: #FFFFFF;
  403. border-radius: 16rpx;
  404. margin-top: 20rpx;
  405. padding: 24rpx;
  406. box-sizing: border-box;
  407. .myparcel {
  408. font-family: PingFangSC, PingFang SC;
  409. font-weight: 600;
  410. font-size: 28rpx;
  411. color: #222222;
  412. line-height: 40rpx;
  413. text-align: left;
  414. font-style: normal;
  415. }
  416. .add {
  417. width: 240rpx;
  418. height: 48rpx;
  419. background: rgba(248, 50, 36, 0.06);
  420. border-radius: 24rpx;
  421. .addtext {
  422. font-family: PingFangSC, PingFang SC;
  423. font-weight: 600;
  424. font-size: 20rpx;
  425. color: #000000;
  426. line-height: 28rpx;
  427. text-align: left;
  428. font-style: normal;
  429. }
  430. }
  431. }
  432. .address {
  433. width: 702rpx;
  434. // height: 776rpx;
  435. background: #FFFFFF;
  436. border-radius: 20rpx;
  437. padding: 48rpx 24rpx 36rpx;
  438. box-sizing: border-box;
  439. margin-top: 38rpx;
  440. .bottom {
  441. padding: 0 76rpx;
  442. box-sizing: border-box;
  443. margin-top: 48rpx;
  444. .friend {
  445. font-family: PingFangSC, PingFang SC;
  446. font-weight: 400;
  447. font-size: 28rpx;
  448. color: #555555;
  449. line-height: 40rpx;
  450. text-align: left;
  451. font-style: normal;
  452. margin-left: 12rpx;
  453. }
  454. }
  455. .mail {
  456. width: 646rpx;
  457. height: 84rpx;
  458. background: #F83224;
  459. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  460. border-radius: 44rpx;
  461. font-family: PingFangSC, PingFang SC;
  462. font-weight: 500;
  463. font-size: 32rpx;
  464. color: #FFFFFF;
  465. line-height: 84rpx;
  466. text-align: center;
  467. font-style: normal;
  468. }
  469. .left {
  470. height: 128rpx;
  471. .pople {
  472. font-family: PingFangSC, PingFang SC;
  473. font-weight: 500;
  474. font-size: 30rpx;
  475. color: #222222;
  476. line-height: 42rpx;
  477. text-align: left;
  478. font-style: normal;
  479. }
  480. .jiadd {
  481. font-family: PingFangSC, PingFang SC;
  482. font-weight: 400;
  483. font-size: 26rpx;
  484. color: #777777;
  485. line-height: 36rpx;
  486. text-align: left;
  487. font-style: normal;
  488. }
  489. .right {
  490. font-family: PingFangSC, PingFang SC;
  491. font-weight: 500;
  492. font-size: 26rpx;
  493. color: #222222;
  494. line-height: 36rpx;
  495. text-align: left;
  496. font-style: normal;
  497. margin-left: 18rpx;
  498. }
  499. }
  500. }
  501. ::v-deep .u-navbar__content.data-v-1194bf80 {
  502. background-color: rgba(0, 0, 0, 0) !important;
  503. }
  504. ::v-deep .u-status-bar.data-v-13f16680 {
  505. background-color: rgba(0, 0, 0, 0) !important;
  506. }
  507. ::v-deep .u-subsection--button.data-v-b14d3440 {
  508. /* padding: 6rpx 34rpx !important; */
  509. border-radius: 64rpx !important;
  510. }
  511. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  512. border-radius: 32rpx !important;
  513. }
  514. </style>