This commit is contained in:
parent
50efcee57e
commit
f78795134c
|
@ -12,13 +12,12 @@
|
|||
<image :src="item.artificerImg?item.artificerImg: '../../static/logo.png'"
|
||||
@click.stop="saveImgs(item.artificerImg)"
|
||||
mode="aspectFill"></image>
|
||||
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
|
||||
<image v-if="item.isHot == 1"
|
||||
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;">
|
||||
</image>
|
||||
|
||||
<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 class="margin-left flex flex-direction list-right-content" style="width: 85%;">
|
||||
<view class="flex align-center" style="justify-content: space-between;">
|
||||
|
@ -375,18 +374,13 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius:8rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
.content-img{
|
||||
width: 300.08rpx;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.touxiang-frame{
|
||||
position: absolute;
|
||||
width: 98%;
|
||||
height: 292rpx;
|
||||
left:2rpx;
|
||||
padding:20rpx;
|
||||
|
||||
}
|
||||
.content {
|
||||
width: 100%;
|
||||
|
@ -399,8 +393,8 @@
|
|||
.zpmore_view {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
margin-bottom: 4px;
|
||||
left: 14rpx;
|
||||
margin-bottom: 16px;
|
||||
left: 38rpx;
|
||||
color: #f9f3d3;
|
||||
background: linear-gradient(to right, #0a0c16, #4d4d53);
|
||||
width: 130upx;
|
||||
|
@ -411,7 +405,13 @@
|
|||
font-size: 24rpx;
|
||||
margin-left: 10rpx;
|
||||
}
|
||||
|
||||
.touxiang-frame{
|
||||
position: absolute;
|
||||
width: 98%;
|
||||
height: 292rpx;
|
||||
left:2rpx;
|
||||
top:-5rpx;
|
||||
}
|
||||
|
||||
|
||||
.bg {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<image class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'"
|
||||
@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"
|
||||
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)">
|
||||
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
||||
</view> -->
|
||||
|
||||
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
|
||||
<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>
|
||||
|
||||
</view>
|
||||
|
@ -120,7 +120,7 @@
|
|||
:src="getOrderByCurrentMarkerIndex().artificerImg ? getOrderByCurrentMarkerIndex().artificerImg : '../../static/logo.png'"
|
||||
@click.stop="saveImgs(getOrderByCurrentMarkerIndex().artificerImg)"
|
||||
mode="aspectFill"></image>
|
||||
<!--<image v-if="getOrderByCurrentMarkerIndex().isHot == 1"
|
||||
<image v-if="getOrderByCurrentMarkerIndex().isHot == 1"
|
||||
class="touxiang-left-content-img"
|
||||
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;">
|
||||
|
@ -128,7 +128,7 @@
|
|||
<view class="zpmore_view_left" v-if="getOrderByCurrentMarkerIndex().isNewer==1" @click.stop="saveImgss(getOrderByCurrentMarkerIndex().isNewer, 0)">
|
||||
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
||||
</view>
|
||||
<view class="zpmore_view" v-if="getOrderByCurrentMarkerIndex().lifePhoto"
|
||||
<!-- <view class="zpmore_view" v-if="getOrderByCurrentMarkerIndex().lifePhoto"
|
||||
@click.stop="saveImgss(getOrderByCurrentMarkerIndex().lifePhoto, 0)">更多照片</view> -->
|
||||
</view>
|
||||
<view class="margin-left flex flex-direction dituList">
|
||||
|
@ -1501,7 +1501,6 @@
|
|||
width: 212.08rpx;
|
||||
height: auto;
|
||||
border-radius: 10rpx;
|
||||
position: relative;
|
||||
}
|
||||
.touxiang-left-content-img{
|
||||
width: 230.08rpx;
|
||||
|
|
Loading…
Reference in New Issue