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