tianyi 1 week ago
parent
commit
f4a9bf008b
  1. 20
      package2/shop/orderDetail.vue

20
package2/shop/orderDetail.vue

@ -11,21 +11,21 @@
</view> </view>
</view> </view>
<view class="content"> <view class="content">
<view class="box1" style="display: flex;"> <view class="box1" style="display: flex;font-size: 14px;font-weight: 700;">
<text>#0001</text> <text>#0001</text>
<text>期望送达</text> <text>期望送达</text>
<text>明天 06:30</text> <text>明天 06:30</text>
<text>待消费</text> <text>待消费</text>
</view> </view>
<view class="box1" style="display: flex;"> <view class="box1" style="display: flex;height: 50px;line-height: 50px;padding: 0 10px;">
<view class=""> <view style="border: 1px solid #48D1CC;height: 25px;line-height: 25px;padding: 0 10px;border-radius: 10px;margin-top: auto;margin-bottom: auto;color: #48D1CC;font-weight: 700;">
配送 配送订单
<!-- 自取 --> <!-- 自取订单 -->
</view> </view>
<view style="display: flex;flex: 1;padding-left: 10px;">
<text style="flex: 1;">配送员张三</text>
<view class=""> <view class="">
<text>张三 16521011101</text> <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" alt="" style="width: 30px;height: 30px;margin-top: 10px;" />
<view class="">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" alt="" />
</view> </view>
</view> </view>
</view> </view>
@ -39,7 +39,7 @@
</view> </view>
</view> </view>
<view class=""> <view class="">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" alt="" /> <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/869a7af6a1c24bf3a0d523c4a18b55c6.png" alt="" style="width: 30px;height: 30px;margin-top: 10px;" />
</view> </view>
</view> </view>
</view> </view>
@ -136,7 +136,7 @@
text-align: center; text-align: center;
} }
.content{ .content{
margin: -100rpx auto; margin: -140rpx auto;
} }
.box1 { .box1 {
width: 95%; width: 95%;

Loading…
Cancel
Save