account.vue 14 KB

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