This commit is contained in:
kbing1981 2024-07-10 15:13:01 +08:00
parent 5555f4401f
commit 7c13eb7646
2 changed files with 10 additions and 9 deletions

View File

@ -1243,8 +1243,9 @@ import permision from "@/components/permission.js";
.touxiang-frame{
position: absolute;
width: 98%;
height: 292rpx;
left:2rpx;
height: 270rpx;
left: 8rpx;
}
.dituList{
width: 85%;
@ -1448,7 +1449,7 @@ import permision from "@/components/permission.js";
height: 306.94rpx;
}
.touxiang-left-content{
width: 235.08rpx;
//width: 235.08rpx;
height: auto;
border-radius: 10rpx;
position: relative;

View File

@ -33,8 +33,8 @@
<view class="zpmore_view_left" v-if="item.technicianType==1" @click.stop="saveImgss(item.technicianType, 0)">
<image src="../../static/dituzhaoren1.png" mode=""></image>
</view> -->
<!--<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>-->
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>
</view>
<view class="list-right">
@ -1282,9 +1282,8 @@
}
.touxiang-frame{
position: absolute;
width: 98%;
height: 292rpx;
left:2rpx;
width: 30%;
height: 262rpx;
}
.dituList{
width: 85%;
@ -1498,14 +1497,15 @@
height: 306.94rpx;
}
.touxiang-left-content{
width: 212.08rpx;
//width: 212.08rpx;
height: auto;
border-radius: 10rpx;
}
.touxiang-left-content-img{
width: 230.08rpx;
height: 146px;
height: 150px;
border-radius:5rpx;
padding: 20rpx;
position:absolute;
}
.touxiang-left-view{