diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index f97bd73..a82a2d9 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -21,6 +21,7 @@ + --> {{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}} + @@ -1238,6 +1240,13 @@ import permision from "@/components/permission.js"; text-overflow: ellipsis; text-align: left; } + .touxiang-frame{ + position: absolute; + width: 98%; + height: 292rpx; + left:2rpx; + + } .dituList{ width: 85%; height: 173px; @@ -1446,9 +1455,10 @@ import permision from "@/components/permission.js"; position: relative; } .touxiang-left-content-img{ + padding: 20rpx; width: 230.08rpx; height: 150px; - border-radius: 10rpx 130rpx 20rpx 10rpx; + border-radius:5rpx; } .touxiang-left-view{ width: 100%; diff --git a/pages/therapist/therapistDingdan.vue b/pages/therapist/therapistDingdan.vue index 4e0ce88..8f38744 100644 --- a/pages/therapist/therapistDingdan.vue +++ b/pages/therapist/therapistDingdan.vue @@ -21,16 +21,21 @@ + + + + {{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}} + @@ -1275,6 +1280,13 @@ text-overflow: ellipsis; text-align: left; } + .touxiang-frame{ + position: absolute; + width: 420rpx; + height: 292rpx; + left:-14rpx; + top:-8rpx + } .dituList{ width: 85%; height: 173px; @@ -1495,7 +1507,7 @@ .touxiang-left-content-img{ width: 230rpx; height: 130px; - border-radius: 20rpx 80rpx 20rpx 20rpx; + border-radius:8rpx; } .touxiang-left-view{ width: 100%; diff --git a/static/vip/grade4.png b/static/vip/grade4.png index 566b5ce..ca2bdb4 100644 Binary files a/static/vip/grade4.png and b/static/vip/grade4.png differ