|
@@ -17,7 +17,7 @@
|
|
<view style="height: 44px;"></view>
|
|
<view style="height: 44px;"></view>
|
|
|
|
|
|
|
|
|
|
- <view class="top">
|
|
|
|
|
|
+ <view class="top" :style="{background:'#'+themeColor}">
|
|
<view class="orderState">
|
|
<view class="orderState">
|
|
<image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
|
|
<image src="../../../static/img/icon_order_def.png" mode="" style="width: 44rpx;height: 44rpx;"></image>
|
|
|
|
|
|
@@ -524,7 +524,7 @@
|
|
|
|
|
|
.top {
|
|
.top {
|
|
height: 190rpx;
|
|
height: 190rpx;
|
|
- background-color: #FF0000;
|
|
|
|
|
|
+ background: #FF0000;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|