123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- <template>
- <!-- 我的包裹 -->
- <view>
- <view class="top">
- <view class="inputbg u-flex">
- <u-icon name="search" color="#777777" size="32"></u-icon>
- <input type="text" placeholder="请输入订单编号搜索" style="flex: 1;margin-left: 12rpx;" />
- </view>
- <!-- rgba(252, 97, 74, 1) -->
- <view class="">
- <u-tabs :scrollable='false' :current='current' :list="list1" @click="click"></u-tabs>
- </view>
- </view>
- <view class="content">
- <view class="kg u-flex">
- <image src="static/images/kg.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
- <text style="margin-left: 20rpx;">当前页面加载的订单总重量300kg</text>
- </view>
- <view class="info" v-if="current==0">
- <view class="u-flex u-row-between">
- <view class="u-flex ">
- <!-- <view class="tab">平台自购</view> -->
- <view class="tab" style="background: rgba(255, 103, 0, 1);">自寄</view>
- <text class="order">订单编号:487322109310589</text>
- </view>
- <text class="order" style="color:rgba(248, 50, 36, 1) ;">待平台收货</text>
- </view>
- <view class="u-flex u-row-around" style="margin-top: 40rpx;">
- <view class="flexc">
- <view class="entrepotname">东莞仓库</view>
- <view class="adda">陈盼盼</view>
- </view>
- <image src="/pageB/static/images/arrows.png" style="width: 130rpx;height: 10rpx;" mode=""></image>
- <view class="flexc">
- <view class="entrepotname">澳大利亚</view>
- <view class="adda">Curtis Morris</view>
- </view>
- </view>
- <view class="" style="margin-top: 36rpx;text-align: right;">
- <text class="sum">合计</text>
- <text class="money" style="">¥</text>
- <text class="money" style="font-size: 36rpx;">1280</text>
- <text class="money">.00</text>
- </view>
- <view class="content-bottom u-flex u-row-between">
- <text class="weight">包裹重量:45kg</text>
- <view class="u-flex">
- <!-- <view class="btn">冻结</view>
- <view class="btn">查看详情</view> -->
- <!-- <view class="btn">恢复</view> -->
- <view class="btn"
- style="background-color:rgba(248, 50, 36, 1) ;color: #fff;border: 2rpx solid rgba(248, 50, 36, 0);">
- 立即付款</view>
- <view class="btn"
- style="background-color:rgba(248, 50, 36, 1) ;color: #fff;border: 2rpx solid rgba(248, 50, 36, 0);">
- 去寄件</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- current: 0, //tab切换
- list1: [{
- name: '发往中转点 4',
- }, {
- name: '中转已签收 12',
- }, {
- name: '正发往海外 2'
- }]
- };
- },
- onLoad(options) {
- console.log(options);
- this.current = options.index
- },
- onShow() {
- },
- methods: {
- click(item) {
- console.log('item', item);
- this.current = item.index
- }
- },
- mounted() {
- }
- }
- </script>
- <style lang="scss" scoped>
- .flexc {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .content {
- padding: 20rpx 24rpx;
- box-sizing: border-box;
- .content-bottom {
- border-top: 2rpx solid rgba(151, 151, 151, 0.1);
- margin-top: 30rpx;
- padding-top: 30rpx;
- .weight {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 26rpx;
- color: #444444;
- line-height: 36rpx;
- text-align: left;
- font-style: normal;
- }
- .btn {
- // width: 132rpx;
- height: 68rpx;
- border-radius: 34rpx;
- border: 1rpx solid rgba(151, 151, 151, 0.7);
- display: inline;
- padding: 0 38rpx;
- box-sizing: border-box;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 68rpx;
- text-align: center;
- font-style: normal;
- margin-left: 20rpx;
- }
- }
- .sum {
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #333333;
- line-height: 34rpx;
- text-align: left;
- font-style: normal;
- margin-right: 8rpx;
- }
- .money {
- font-family: JDZhengHT, JDZhengHT;
- font-weight: 400;
- // font-size: 26rpx;
- color: #F83224;
- line-height: 32rpx;
- text-align: left;
- font-style: normal;
- }
- .adda {
- margin-top: 8rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #222222;
- line-height: 34rpx;
- text-align: right;
- font-style: normal;
- }
- .entrepotname {
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #222222;
- line-height: 44rpx;
- text-align: left;
- font-style: normal;
- }
- .tab {
- // width: 96rpx;
- height: 36rpx;
- background: #FF1515;
- border-radius: 4rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 20rpx;
- color: #FFFFFF;
- line-height: 36rpx;
- text-align: center;
- font-style: normal;
- margin-right: 8rpx;
- padding: 0 8rpx;
- }
- .order {
- font-family: SFPro, SFPro;
- font-weight: 400;
- font-size: 26rpx;
- color: #333333;
- line-height: 30rpx;
- text-align: left;
- font-style: normal;
- }
- .info {
- width: 702rpx;
- // height: 366rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 28rpx 20rpx;
- box-sizing: border-box;
- margin-top: 20rpx;
- }
- .kg {
- width: 702rpx;
- // height: 68rpx;
- background: #FBE8E6;
- border-radius: 10rpx;
- padding: 18rpx 26rpx;
- box-sizing: border-box;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 24rpx;
- color: #F83224;
- line-height: 34rpx;
- text-align: left;
- font-style: normal;
- }
- }
- .top {
- padding: 20rpx 24rpx;
- box-sizing: border-box;
- background-color: #fff;
- .inputbg {
- width: 694rpx;
- height: 72rpx;
- background: #F4F4F4;
- border-radius: 38rpx;
- padding: 0 38rpx;
- box-sizing: border-box;
- }
- }
- </style>
|