|
@@ -22,8 +22,9 @@
|
|
|
服务描述:{{ data.businessDescribe }}
|
|
|
</view>
|
|
|
<view class="item-status-box">
|
|
|
- <image src="/static/img/矩形 413@1x.png" class="item-status-img"></image>
|
|
|
- <dict-tag :options="order_status" :value="String(data.orderStatus)" class="item-status" />
|
|
|
+ <!-- <image src="/static/img/矩形 413@1x.png" class="item-status-img"></image> -->
|
|
|
+ <!-- class="item-status" -->
|
|
|
+ <dict-tag :options="order_status" :value="String(data.orderStatus)" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item-box">
|
|
@@ -213,28 +214,44 @@ const handlClick = (item) => {
|
|
|
}
|
|
|
|
|
|
.item-status-box {
|
|
|
- .item-status-img {
|
|
|
- width: 130rpx;
|
|
|
- height: 47rpx;
|
|
|
- position: absolute;
|
|
|
- top: 0rpx;
|
|
|
- left: -135rpx;
|
|
|
-
|
|
|
- }
|
|
|
+ background: linear-gradient(90deg, #FED593 0%, #FDC58C 100%);
|
|
|
+ // width: 130rpx;
|
|
|
+ height: 47rpx;
|
|
|
+ position: absolute;
|
|
|
+ left: -130rpx;
|
|
|
+ top: 2rpx;
|
|
|
+ border-top-left-radius: 16rpx;
|
|
|
+ border-bottom-right-radius: 16rpx;
|
|
|
|
|
|
- .item-status {
|
|
|
- width: 100rpx;
|
|
|
- height: 46rpx;
|
|
|
- font-family: PingFang SC;
|
|
|
- font-size: 24rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
font-weight: 500;
|
|
|
line-height: 44rpx;
|
|
|
letter-spacing: normal;
|
|
|
color: #843816;
|
|
|
- position: absolute;
|
|
|
- left: -116rpx;
|
|
|
- top: 2rpx;
|
|
|
- }
|
|
|
+ padding: 0 21rpx;
|
|
|
+
|
|
|
+ // .item-status-img {
|
|
|
+ // width: 130rpx;
|
|
|
+ // height: 47rpx;
|
|
|
+ // position: absolute;
|
|
|
+ // top: 0rpx;
|
|
|
+ // left: -135rpx;
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .item-status {
|
|
|
+ // width: 100rpx;
|
|
|
+ // height: 46rpx;
|
|
|
+ // font-family: PingFang SC;
|
|
|
+ // font-size: 24rpx;
|
|
|
+ // font-weight: 500;
|
|
|
+ // line-height: 44rpx;
|
|
|
+ // letter-spacing: normal;
|
|
|
+ // color: #843816;
|
|
|
+ // position: absolute;
|
|
|
+ // left: -116rpx;
|
|
|
+ // top: 2rpx;
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
|