|
@@ -28,14 +28,14 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="title">{{ item.phone }}</view>
|
|
|
- <view class="con">
|
|
|
- <view style="font-size: 16px;padding-top: 7px;color: #a0a2a6;">
|
|
|
- <text>订单 {{ item.tradeNo }}</text>
|
|
|
+ <view>
|
|
|
+ <view style="font-size: 15px;color: #a0a2a6;">
|
|
|
+ 订单 {{ item.tradeNo }}
|
|
|
</view>
|
|
|
- <view class="desc">
|
|
|
- <text>{{ item.goodsNames }} {{ item.totalWeight }}{{ item.goodsUnit }}</text>
|
|
|
+ <view style="padding-top: 4px;font-size: 15px;color: #a0a2a6;">
|
|
|
+ {{ item.goodsNames }} {{ item.totalWeight }}{{ item.goodsUnit }}
|
|
|
</view>
|
|
|
- <view class="price">¥ {{ item.totalPrice }}</view>
|
|
|
+ <view style="padding-top: 6px;font-size: 17px;color: #ff5722;font-weight: bold;">¥ {{ item.totalPrice }}</view>
|
|
|
</view>
|
|
|
<view class="clear"></view>
|
|
|
<view class="op">
|
|
@@ -218,8 +218,9 @@
|
|
|
background-color: #3c9cff;
|
|
|
text-align: center;
|
|
|
border-radius: 10px;
|
|
|
- font-size: 14px;
|
|
|
- padding: 3px 5px;
|
|
|
+ font-size: 13px;
|
|
|
+ padding: 2px 4px;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
.state {
|
|
|
margin-right: -70px;
|