This commit is contained in:
parent
5555f4401f
commit
7c13eb7646
|
@ -1243,8 +1243,9 @@ import permision from "@/components/permission.js";
|
||||||
.touxiang-frame{
|
.touxiang-frame{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 98%;
|
width: 98%;
|
||||||
height: 292rpx;
|
height: 270rpx;
|
||||||
left:2rpx;
|
left: 8rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
.dituList{
|
.dituList{
|
||||||
width: 85%;
|
width: 85%;
|
||||||
|
@ -1448,7 +1449,7 @@ import permision from "@/components/permission.js";
|
||||||
height: 306.94rpx;
|
height: 306.94rpx;
|
||||||
}
|
}
|
||||||
.touxiang-left-content{
|
.touxiang-left-content{
|
||||||
width: 235.08rpx;
|
//width: 235.08rpx;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
<view class="zpmore_view_left" v-if="item.technicianType==1" @click.stop="saveImgss(item.technicianType, 0)">
|
<view class="zpmore_view_left" v-if="item.technicianType==1" @click.stop="saveImgss(item.technicianType, 0)">
|
||||||
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
||||||
</view> -->
|
</view> -->
|
||||||
|
<!--<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>-->
|
||||||
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
|
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
|
||||||
<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="list-right">
|
<view class="list-right">
|
||||||
|
@ -1282,9 +1282,8 @@
|
||||||
}
|
}
|
||||||
.touxiang-frame{
|
.touxiang-frame{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 98%;
|
width: 30%;
|
||||||
height: 292rpx;
|
height: 262rpx;
|
||||||
left:2rpx;
|
|
||||||
}
|
}
|
||||||
.dituList{
|
.dituList{
|
||||||
width: 85%;
|
width: 85%;
|
||||||
|
@ -1498,14 +1497,15 @@
|
||||||
height: 306.94rpx;
|
height: 306.94rpx;
|
||||||
}
|
}
|
||||||
.touxiang-left-content{
|
.touxiang-left-content{
|
||||||
width: 212.08rpx;
|
//width: 212.08rpx;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-radius: 10rpx;
|
border-radius: 10rpx;
|
||||||
}
|
}
|
||||||
.touxiang-left-content-img{
|
.touxiang-left-content-img{
|
||||||
width: 230.08rpx;
|
width: 230.08rpx;
|
||||||
height: 146px;
|
height: 150px;
|
||||||
border-radius:5rpx;
|
border-radius:5rpx;
|
||||||
|
padding: 20rpx;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
}
|
}
|
||||||
.touxiang-left-view{
|
.touxiang-left-view{
|
||||||
|
|
Loading…
Reference in New Issue