This commit is contained in:
kbing1981 2024-08-14 17:13:29 +08:00
parent 39098b0da4
commit 70a073a8bf
1 changed files with 5 additions and 6 deletions

View File

@ -21,14 +21,13 @@
<!--<image class="touxiang-frame" src="../../static/vip/grade6.png"></image>-->
<view class="zpmore_view" v-if="item.lifePhoto" @click.stop="saveImgss(item.lifePhoto,0)">更多照片</view>
</view>
<view class="flex flex-direction list-right-content" style=" margin-left: 8rpx;">
<view class="flex align-center" style="justify-content: space-between;">
<view class="flex align-center">
<view class="flex flex-direction list-right-content" style="width: 100%; margin-left: 8rpx;">
<view class="flex" style="width: 100%;display: flex;justify-content: space-between;">
<view class="flex align-center" >
<view class="text-bold text-30 margin-right-xs" style="overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">
{{item.artificerName}}
</view>
<image class="touxiang-frame" style="width: 100rpx;height: 38rpx;" :src="item.technicianType=='3'?'../../static/vip/grade1.gif':item.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'"></image>
</view>
<view class="keyuyue keyuyue-lan" v-if="item.status == 1">
<view class="flex">
@ -416,7 +415,7 @@
height: 40.97rpx;
}
.content-list{
height: 270rpx;
height: 240rpx;
border-radius: 14rpx;
}
.content-img image{
@ -425,7 +424,7 @@
border-radius:300rpx;
}
.content-img{
width: 300.08rpx;
width: 200.08rpx;
height: 100%;
position: relative;
padding:20rpx;