delivery.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  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. <!-- 地址 -->
  16. <view class="address">
  17. <view class="left u-flex" style="display: flex;">
  18. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  19. <image src="/static/express/ji.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  20. <image src="/static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode="">
  21. </image>
  22. </view>
  23. <view class=" u-row-between left"
  24. style="flex: 1;margin-left: 28rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08) ;display: flex;">
  25. <view class="u-row-between " style="">
  26. <view class="pople">{{i18n.sender}}</view>
  27. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  28. </view>
  29. <view class="u-flex">
  30. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  31. <text class="right">{{i18n.addressbook}}</text>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="left u-flex"
  36. style="display: flex;margin-top: 26rpx;border-bottom:2rpx solid rgba(151, 151, 151, 0.08)">
  37. <view class="u-row-between left" style="display: flex;flex-direction: column;">
  38. <image src="/static/express/shou.png" style='width: 40rpx;;height:40rpx ;' mode=""></image>
  39. <!-- <image src="../../static/express/change.png" style='width: 40rpx;;height:40rpx ;' mode=""> -->
  40. </image>
  41. </view>
  42. <view class=" u-row-between left" style="flex: 1;margin-left: 28rpx;display: flex;">
  43. <view class="u-row-between " style="">
  44. <view class="pople">{{i18n.recipient}}</view>
  45. <view class="jiadd" style="margin-top: 14rpx;">{{i18n.informat}}</view>
  46. </view>
  47. <view class="u-flex">
  48. <view class="" style="color: rgba(151, 151, 151, 1);">|</view>
  49. <text class="right">{{i18n.addressbook}}</text>
  50. </view>
  51. </view>
  52. </view>
  53. </view>
  54. <view class="wup">
  55. <!-- 物品信息 -->
  56. <view class="info u-flex u-row-between">
  57. <view class="u-flex">
  58. <text class="wupin">{{i18n.item}}</text>
  59. <view class="mast">{{i18n.required}}</view>
  60. </view>
  61. <view class="u-flex">
  62. <text class="change">{{i18n.select}}</text>
  63. <image src="/static/express/next1.png"
  64. style="width: 28rpx;height: 28rpx;margin-left: 6rpx;" mode=""></image>
  65. </view>
  66. </view>
  67. <!-- 跨境物流 -->
  68. <view class="info u-flex u-row-between">
  69. <view class="u-flex">
  70. <text class="wupin">{{i18n.flow}}</text>
  71. </view>
  72. <view class="u-flex">
  73. <text class="change" style="color: rgba(248, 50, 36, 1);">{{i18n.selection}}</text>
  74. <image src="/static/express/next1.png"
  75. style="width: 28rpx;height: 28rpx;margin-left: 6rpx;" mode=""></image>
  76. </view>
  77. </view>
  78. </view>
  79. <!-- 下一步 -->
  80. <view class="next u-flex-between" style="display: flex;">
  81. <view class="" style="flex: 1;">
  82. <view class="sum">
  83. <text>{{i18n.Estimatedprice}}</text>
  84. <text style="color: rgba(248, 50, 36, 1);">¥ - -</text>
  85. </view>
  86. <view class="deal u-flex" style="margin-top: 16rpx;">
  87. <u-checkbox-group shape='circle' v-model="checkboxValue1" placement="column" @change="checkboxChange">
  88. <u-checkbox :customStyle="{marginBottom: '8px',marginTop:'5px'}" :name="deal" >
  89. </u-checkbox>
  90. </u-checkbox-group>
  91. <text>{{i18n.readandagree}}</text>
  92. <text style="color: rgba(248, 50, 36, 1);">《{{i18n.International}}》</text>
  93. </view>
  94. </view>
  95. <view class="tonext " style="">
  96. {{i18n.next}}
  97. </view>
  98. </view>
  99. </view>
  100. </view>
  101. </template>
  102. <script>
  103. export default {
  104. data() {
  105. return {
  106. deal:-1,
  107. checkboxValue1:[],
  108. }
  109. },
  110. onLoad(options) {
  111. },
  112. computed: {
  113. i18n() {
  114. return this.$t('index')
  115. }
  116. },
  117. methods: {
  118. checkboxChange(n) {
  119. console.log('change', n);
  120. }
  121. }
  122. }
  123. </script>
  124. <style lang="scss" scoped>
  125. .sum {
  126. font-family: PingFangSC, PingFang SC;
  127. font-weight: 500;
  128. font-size: 24rpx;
  129. color: #222222;
  130. line-height: 34rpx;
  131. text-align: left;
  132. font-style: normal;
  133. }
  134. .deal {
  135. font-family: PingFangSC, PingFang SC;
  136. font-weight: 400;
  137. font-size: 20rpx;
  138. color: #666666;
  139. line-height: 28rpx;
  140. text-align: left;
  141. font-style: normal;
  142. }
  143. .tonext {
  144. width: 286rpx;
  145. height: 88rpx;
  146. background: #F83224;
  147. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  148. border-radius: 44rpx;
  149. font-family: PingFangSC, PingFang SC;
  150. font-weight: 500;
  151. font-size: 32rpx;
  152. color: #FFFFFF;
  153. line-height: 88rpx;
  154. text-align: center;
  155. font-style: normal;
  156. }
  157. .next {
  158. width: 750rpx;
  159. height: 166rpx;
  160. background: #FFFFFF;
  161. position: fixed;
  162. bottom: 0;
  163. left: 0;
  164. padding: 12rpx 24rpx;
  165. box-sizing: border-box;
  166. }
  167. .wup {
  168. width: 704rpx;
  169. height: 220rpx;
  170. background: #FFFFFF;
  171. border-radius: 16rpx;
  172. margin-top: 20rpx;
  173. padding: 0rpx 20rpx;
  174. box-sizing: border-box;
  175. }
  176. .info {
  177. height: 100rpx;
  178. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  179. .wupin {
  180. font-family: PingFangSC, PingFang SC;
  181. font-weight: 400;
  182. font-size: 28rpx;
  183. color: #333333;
  184. line-height: 40rpx;
  185. text-align: left;
  186. font-style: normal;
  187. }
  188. .change {
  189. font-family: PingFangSC, PingFang SC;
  190. font-weight: 400;
  191. font-size: 28rpx;
  192. color: #666666;
  193. line-height: 40rpx;
  194. text-align: left;
  195. font-style: normal;
  196. }
  197. .mast {
  198. width: 62rpx;
  199. height: 30rpx;
  200. border-radius: 16rpx;
  201. border: 1rpx solid #F83224;
  202. font-family: PingFangSC, PingFang SC;
  203. font-weight: 400;
  204. font-size: 20rpx;
  205. color: #FF1515;
  206. line-height: 30rpx;
  207. text-align: center;
  208. font-style: normal;
  209. margin-left: 12rpx;
  210. }
  211. }
  212. .mon {
  213. font-family: HarmonyOS_Sans_Medium;
  214. font-size: 20rpx;
  215. color: #F83224;
  216. line-height: 26rpx;
  217. text-align: left;
  218. font-style: normal;
  219. }
  220. .bigtitle {
  221. font-family: PingFangSC, PingFang SC;
  222. font-weight: 600;
  223. font-size: 28rpx;
  224. color: #222222;
  225. line-height: 40rpx;
  226. text-align: left;
  227. font-style: normal;
  228. }
  229. .timeb {
  230. font-family: PingFangSC, PingFang SC;
  231. font-weight: 400;
  232. font-size: 22rpx;
  233. color: #666666;
  234. line-height: 32rpx;
  235. text-align: left;
  236. font-style: normal;
  237. }
  238. .timea {
  239. font-family: PingFangSC, PingFang SC;
  240. font-weight: 400;
  241. font-size: 22rpx;
  242. color: #555555;
  243. line-height: 32rpx;
  244. text-align: left;
  245. font-style: normal;
  246. }
  247. .pinb {
  248. width: 148rpx;
  249. height: 64rpx;
  250. background: #FF1515;
  251. border-radius: 42rpx;
  252. font-family: PingFangSC, PingFang SC;
  253. font-weight: 500;
  254. font-size: 28rpx;
  255. color: #FFFFFF;
  256. line-height: 64rpx;
  257. text-align: center;
  258. font-style: normal;
  259. }
  260. .label {
  261. margin-top: 20rpx;
  262. width: 702rpx;
  263. height: 288rpx;
  264. background: #FFFFFF;
  265. border-radius: 16rpx;
  266. padding: 32rpx 20rpx;
  267. box-sizing: border-box;
  268. .left {
  269. width: 144rpx;
  270. height: 144rpx;
  271. background: #F5F5F5;
  272. border-radius: 8rpx;
  273. .bourn {
  274. font-family: PingFangSC, PingFang SC;
  275. font-weight: 400;
  276. font-size: 20rpx;
  277. color: #222222;
  278. line-height: 28rpx;
  279. text-align: left;
  280. font-style: normal;
  281. }
  282. .addres {
  283. font-family: PingFangSC, PingFang SC;
  284. font-weight: 500;
  285. font-size: 28rpx;
  286. color: #222222;
  287. line-height: 40rpx;
  288. text-align: left;
  289. font-style: normal;
  290. }
  291. }
  292. }
  293. .flexc {
  294. display: flex;
  295. flex-direction: column;
  296. justify-content: center;
  297. align-items: center;
  298. }
  299. .hai {
  300. font-family: PingFangSC, PingFang SC;
  301. font-weight: 600;
  302. font-size: 32rpx;
  303. color: #222222;
  304. line-height: 44rpx;
  305. text-align: left;
  306. font-style: normal;
  307. margin-right: 10rpx;
  308. }
  309. .more {
  310. font-family: PingFangSC, PingFang SC;
  311. font-weight: 400;
  312. font-size: 24rpx;
  313. color: #F83224;
  314. line-height: 34rpx;
  315. text-align: left;
  316. font-style: normal;
  317. }
  318. .parcel {
  319. width: 702rpx;
  320. height: 260rpx;
  321. background: #FFFFFF;
  322. border-radius: 16rpx;
  323. margin-top: 20rpx;
  324. padding: 24rpx;
  325. box-sizing: border-box;
  326. .myparcel {
  327. font-family: PingFangSC, PingFang SC;
  328. font-weight: 600;
  329. font-size: 28rpx;
  330. color: #222222;
  331. line-height: 40rpx;
  332. text-align: left;
  333. font-style: normal;
  334. }
  335. .add {
  336. width: 240rpx;
  337. height: 48rpx;
  338. background: rgba(248, 50, 36, 0.06);
  339. border-radius: 24rpx;
  340. .addtext {
  341. font-family: PingFangSC, PingFang SC;
  342. font-weight: 600;
  343. font-size: 20rpx;
  344. color: #000000;
  345. line-height: 28rpx;
  346. text-align: left;
  347. font-style: normal;
  348. }
  349. }
  350. }
  351. .address {
  352. width: 702rpx;
  353. // height: 776rpx;
  354. background: #FFFFFF;
  355. border-radius: 20rpx;
  356. padding: 48rpx 24rpx 36rpx;
  357. box-sizing: border-box;
  358. margin-top: 38rpx;
  359. .bottom {
  360. padding: 0 76rpx;
  361. box-sizing: border-box;
  362. margin-top: 48rpx;
  363. .friend {
  364. font-family: PingFangSC, PingFang SC;
  365. font-weight: 400;
  366. font-size: 28rpx;
  367. color: #555555;
  368. line-height: 40rpx;
  369. text-align: left;
  370. font-style: normal;
  371. margin-left: 12rpx;
  372. }
  373. }
  374. .mail {
  375. width: 646rpx;
  376. height: 84rpx;
  377. background: #F83224;
  378. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  379. border-radius: 44rpx;
  380. font-family: PingFangSC, PingFang SC;
  381. font-weight: 500;
  382. font-size: 32rpx;
  383. color: #FFFFFF;
  384. line-height: 84rpx;
  385. text-align: center;
  386. font-style: normal;
  387. }
  388. .left {
  389. height: 128rpx;
  390. .pople {
  391. font-family: PingFangSC, PingFang SC;
  392. font-weight: 500;
  393. font-size: 30rpx;
  394. color: #222222;
  395. line-height: 42rpx;
  396. text-align: left;
  397. font-style: normal;
  398. }
  399. .jiadd {
  400. font-family: PingFangSC, PingFang SC;
  401. font-weight: 400;
  402. font-size: 26rpx;
  403. color: #777777;
  404. line-height: 36rpx;
  405. text-align: left;
  406. font-style: normal;
  407. }
  408. .right {
  409. font-family: PingFangSC, PingFang SC;
  410. font-weight: 500;
  411. font-size: 26rpx;
  412. color: #222222;
  413. line-height: 36rpx;
  414. text-align: left;
  415. font-style: normal;
  416. margin-left: 18rpx;
  417. }
  418. }
  419. }
  420. ::v-deep .u-navbar__content.data-v-1194bf80 {
  421. background-color: rgba(0, 0, 0, 0) !important;
  422. }
  423. ::v-deep .u-status-bar.data-v-13f16680 {
  424. background-color: rgba(0, 0, 0, 0) !important;
  425. }
  426. ::v-deep .u-subsection--button.data-v-b14d3440 {
  427. /* padding: 6rpx 34rpx !important; */
  428. border-radius: 64rpx !important;
  429. }
  430. ::v-deep .u-subsection--button__bar.data-v-b14d3440 {
  431. border-radius: 32rpx !important;
  432. }
  433. </style>