ParcelExpress.vue 13 KB

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