This commit is contained in:
kbing1981 2024-07-16 10:18:40 +08:00
parent 0df65863b5
commit a315ff61b1
3 changed files with 41 additions and 28 deletions

View File

@ -33,23 +33,24 @@
<view class="jian-view"> <view class="jian-view">
<view class="jian-view-left"> <view class="jian-view-left">
<view class="jian-view-name">{{order.artificerName}}</view> <view class="jian-view-name">{{order.artificerName}}</view>
<view class="headset-line"> <!--<view class="headset-line">
<image class="headset-img" src="../../static/vip/headset1.png" mode=""></image> <image class="headset-img" src="../../static/vip/headset1.png" mode=""></image>
<span class="headset-text">新手</span> <span class="headset-text">新手</span>
</view> </view>
<!--<view class="headset-line"> <view class="headset-line">
<image class="headset-img" src="../../static/vip/headset2.png" mode=""></image> <image class="headset-img" src="../../static/vip/headset2.png" mode=""></image>
<span class="headset-text1">专家</span> <span class="headset-text1">专家</span>
</view> </view>-->
<view class="headset-line"> <view class="headset-line">
<image class="headset-img" src="../../static/vip/headset3.png" mode=""></image> <image class="headset-img" src="../../static/vip/headset3.png" mode=""></image>
<span class="headset-text2">资深</span> <span class="headset-text2">资深</span>
</view>-->
<view class="keyuyue">
<view >
{{order.status == 1?"可服务":"休息中"}}
</view> </view>
<view v-if="order.status == 1">{{order.time}}</view> <view class="keyuyue">
<view class="keyuyue-xu" >
<view><image style="width: 30rpx;height: 30rpx; margin-top: 5rpx; margin-left: 5rpx;" src="../../static/timea.png"></image></view>
<view>{{order.status == 1?"可服务":"休息中"}}</view>
</view>
<view class="keyuyue-timie" v-if="order.status == 1">{{order.time}}</view>
</view> </view>
</view> </view>
<view class="jian-view-right"> <view class="jian-view-right">
@ -65,7 +66,7 @@
<view class="oder-mian-left"> <view class="oder-mian-left">
<span>ID:{{order.invitationCode}}</span> <span>ID:{{order.invitationCode}}</span>
<span>·</span> <span>·</span>
<span>{{order.collectCount}} 关注</span> <span><image style="width: 22rpx; height: 26rpx; margin-right:8rpx;" src="../../static/fire.png"></image>{{order.collectCount}} 关注</span>
</view> </view>
<view class="oder-mian-tjia"> <view class="oder-mian-tjia">
<view class="" style="margin-bottom: 3px;"> <view class="" style="margin-bottom: 3px;">
@ -664,40 +665,40 @@
width: 55rpx; width: 55rpx;
height: 55rpx; height: 55rpx;
position: absolute; position: absolute;
top:-10rpx; top:-13rpx;
left:-6rpx; left:-6rpx;
} }
.headset-text{ .headset-text{
background: linear-gradient(90deg, #4b5f87, #4e7dd3); background: linear-gradient(90deg, #88abec, #4e7dd3);
font-size: 26rpx; font-size: 22rpx;
color: #fff; color: #fff;
height: 30rpx; height: 30rpx;
line-height: 30rpx; line-height: 30rpx;
border-radius: 30rpx; border-radius:5rpx 30rpx 30rpx 30rpx;
width: 90rpx; width: 85rpx;
padding: 5rpx 15rpx; padding: 5rpx 15rpx;
text-align: right; text-align: right;
} }
.headset-text1{ .headset-text1{
background: linear-gradient(90deg, #2e7de3, #102c82); background: linear-gradient(90deg, #6bc8ff, #2e81d8);
font-size: 26rpx; font-size: 22rpx;
color: #fff; color: #fff;
height: 30rpx; height: 30rpx;
line-height: 30rpx; line-height: 30rpx;
border-radius: 30rpx; border-radius:5rpx 30rpx 30rpx 30rpx;
width: 90rpx; width: 85rpx;
padding: 5rpx 15rpx; padding: 5rpx 15rpx;
text-align: right; text-align: right;
} }
.headset-text2{ .headset-text2{
background: linear-gradient(90deg, #d20d74, #730022); background: linear-gradient(90deg, #bd6ed4, #9533b8);
font-size: 26rpx; font-size: 22rpx;
color: #fff; color: #f6dcff;
height: 30rpx; height: 30rpx;
line-height: 30rpx; line-height: 30rpx;
border-radius: 30rpx; border-radius:5rpx 30rpx 30rpx 30rpx;
width: 90rpx; width: 85rpx;
padding: 5rpx 15rpx; padding: 5rpx 15rpx;
text-align: right; text-align: right;
} }
@ -1329,18 +1330,30 @@
height: 662rpx; height: 662rpx;
} }
.keyuyue{ .keyuyue{
width: 160rpx; width: 180rpx;
height: 20px; height: 22px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; background: linear-gradient(90deg, #ffe0d8, #fde4c6);
background: linear-gradient(90deg, #fee9ca, #fde4c6); border: 1px #ffe0d8 solid;
border: 1px #decbae solid;
border-radius: 30rpx 30rpx 30rpx 2rpx; border-radius: 30rpx 30rpx 30rpx 2rpx;
padding: 3rpx 15rpx;
color:#8d500f; color:#8d500f;
font-size: 22rpx; font-size: 22rpx;
margin-left: 15rpx; margin-left: 15rpx;
}
.keyuyue-xu{
width: 65%;
background: linear-gradient(90deg, #ff7e5c, #ff8e70);
border-radius: 30rpx 30rpx 30rpx 2rpx;
color: #fff;
display: flex;
align-items:center;
}
.keyuyue-timie{
color: #ff7e5c;
padding: 8rpx 0;
margin-left: 3rpx;
} }
.order-sname{ .order-sname{
width: 100%; width: 100%;

BIN
static/fire.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

BIN
static/timea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB