This commit is contained in:
kbing1981 2024-07-10 14:20:49 +08:00
parent 50efcee57e
commit f78795134c
2 changed files with 16 additions and 17 deletions

View File

@ -12,13 +12,12 @@
<image :src="item.artificerImg?item.artificerImg: '../../static/logo.png'" <image :src="item.artificerImg?item.artificerImg: '../../static/logo.png'"
@click.stop="saveImgs(item.artificerImg)" @click.stop="saveImgs(item.artificerImg)"
mode="aspectFill"></image> mode="aspectFill"></image>
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
<image v-if="item.isHot == 1" <image v-if="item.isHot == 1"
src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"
style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;"> style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;">
</image> </image>
<view class="zpmore_view" v-if="item.lifePhoto" @click.stop="saveImgss(item.lifePhoto,0)">更多照片</view> <view class="zpmore_view" v-if="item.lifePhoto" @click.stop="saveImgss(item.lifePhoto,0)">更多照片</view>
<image class="touxiang-frame" src="../../static/vip/grade6.png"></image>
</view> </view>
<view class="margin-left flex flex-direction list-right-content" style="width: 85%;"> <view class="margin-left flex flex-direction list-right-content" style="width: 85%;">
<view class="flex align-center" style="justify-content: space-between;"> <view class="flex align-center" style="justify-content: space-between;">
@ -375,18 +374,13 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
border-radius:8rpx; border-radius:8rpx;
padding: 20rpx;
} }
.content-img{ .content-img{
width: 300.08rpx; width: 300.08rpx;
height: 100%; height: 100%;
position: relative; position: relative;
} padding:20rpx;
.touxiang-frame{
position: absolute;
width: 98%;
height: 292rpx;
left:2rpx;
} }
.content { .content {
width: 100%; width: 100%;
@ -399,8 +393,8 @@
.zpmore_view { .zpmore_view {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
margin-bottom: 4px; margin-bottom: 16px;
left: 14rpx; left: 38rpx;
color: #f9f3d3; color: #f9f3d3;
background: linear-gradient(to right, #0a0c16, #4d4d53); background: linear-gradient(to right, #0a0c16, #4d4d53);
width: 130upx; width: 130upx;
@ -411,7 +405,13 @@
font-size: 24rpx; font-size: 24rpx;
margin-left: 10rpx; margin-left: 10rpx;
} }
.touxiang-frame{
position: absolute;
width: 98%;
height: 292rpx;
left:2rpx;
top:-5rpx;
}
.bg { .bg {

View File

@ -24,7 +24,7 @@
<image class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" <image class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'"
@click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image> @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></image>
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
<!--<image class="touxiang-left-content-img" v-if="item.isHot == 1" <!--<image class="touxiang-left-content-img" v-if="item.isHot == 1"
src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"
@ -33,7 +33,7 @@
<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> -->
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span> <span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>
</view> </view>
@ -120,7 +120,7 @@
:src="getOrderByCurrentMarkerIndex().artificerImg ? getOrderByCurrentMarkerIndex().artificerImg : '../../static/logo.png'" :src="getOrderByCurrentMarkerIndex().artificerImg ? getOrderByCurrentMarkerIndex().artificerImg : '../../static/logo.png'"
@click.stop="saveImgs(getOrderByCurrentMarkerIndex().artificerImg)" @click.stop="saveImgs(getOrderByCurrentMarkerIndex().artificerImg)"
mode="aspectFill"></image> mode="aspectFill"></image>
<!--<image v-if="getOrderByCurrentMarkerIndex().isHot == 1" <image v-if="getOrderByCurrentMarkerIndex().isHot == 1"
class="touxiang-left-content-img" class="touxiang-left-content-img"
src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png" src="https://admin.sjajk.com/file/uploadPath/2023/02/16/9ae1b7e9fa931b5fc24cd8edecc10d9f.png"
style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;"> style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;">
@ -128,7 +128,7 @@
<view class="zpmore_view_left" v-if="getOrderByCurrentMarkerIndex().isNewer==1" @click.stop="saveImgss(getOrderByCurrentMarkerIndex().isNewer, 0)"> <view class="zpmore_view_left" v-if="getOrderByCurrentMarkerIndex().isNewer==1" @click.stop="saveImgss(getOrderByCurrentMarkerIndex().isNewer, 0)">
<image src="../../static/dituzhaoren1.png" mode=""></image> <image src="../../static/dituzhaoren1.png" mode=""></image>
</view> </view>
<view class="zpmore_view" v-if="getOrderByCurrentMarkerIndex().lifePhoto" <!-- <view class="zpmore_view" v-if="getOrderByCurrentMarkerIndex().lifePhoto"
@click.stop="saveImgss(getOrderByCurrentMarkerIndex().lifePhoto, 0)">更多照片</view> --> @click.stop="saveImgss(getOrderByCurrentMarkerIndex().lifePhoto, 0)">更多照片</view> -->
</view> </view>
<view class="margin-left flex flex-direction dituList"> <view class="margin-left flex flex-direction dituList">
@ -1501,7 +1501,6 @@
width: 212.08rpx; width: 212.08rpx;
height: auto; height: auto;
border-radius: 10rpx; border-radius: 10rpx;
position: relative;
} }
.touxiang-left-content-img{ .touxiang-left-content-img{
width: 230.08rpx; width: 230.08rpx;