行业大拿 简介不能全部展示 修改样式

This commit is contained in:
Mr.jiang 2024-08-22 16:18:49 +08:00
parent 7325b6d931
commit 879f08c3b3
1 changed files with 3 additions and 5 deletions

View File

@ -43,7 +43,6 @@
<view class="flex align-center touxiang-left-view" v-for="(item, index) in dataList" :key='index' @click="itemClick(item)"> <view class="flex align-center touxiang-left-view" v-for="(item, index) in dataList" :key='index' @click="itemClick(item)">
<view class="touxiang-left-content"> <view class="touxiang-left-content">
<image style="border: 2px solid #e2e2e2;" class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image> <image style="border: 2px solid #e2e2e2;" class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image>
<image class="touxiang-left-content-img" v-if="item.isHot == 1" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"></image>
<image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1-1.gif':item.technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></image> <image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1-1.gif':item.technicianType=='4'?'../../static/vip/grade2-1.gif':'../../static/vip/grade3-1.gif'"></image>
</view> </view>
<view class="list-right"> <view class="list-right">
@ -254,7 +253,6 @@
width: 100%; width: 100%;
display: flex; display: flex;
flex-direction:row; flex-direction:row;
padding: 10rpx 0;
} }
.timea-fu{ .timea-fu{
color: #2dbe93; color: #2dbe93;
@ -343,8 +341,8 @@
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-around;
padding: 16rpx; margin-left: 5px;
} }
.touxiang-frame{ .touxiang-frame{
position: absolute; position: absolute;
@ -374,7 +372,7 @@
} }
.touxiang-left-view{ .touxiang-left-view{
width: 100%; width: 100%;
height: 126px; height: 130px;
border-radius: 18rpx; border-radius: 18rpx;
align-items: flex-start; align-items: flex-start;
background: #fff; background: #fff;