This commit is contained in:
parent
74402874e7
commit
50efcee57e
|
|
@ -12,10 +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>
|
||||
</view>
|
||||
<view class="margin-left flex flex-direction list-right-content" style="width: 85%;">
|
||||
|
|
@ -372,13 +374,20 @@
|
|||
.content-img image{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius:17rpx 100rpx 30rpx 17rpx;
|
||||
border-radius:8rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
.content-img{
|
||||
width: 212.08rpx;
|
||||
width: 300.08rpx;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
.touxiang-frame{
|
||||
position: absolute;
|
||||
width: 98%;
|
||||
height: 292rpx;
|
||||
left:2rpx;
|
||||
}
|
||||
.content {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
|
|
|
|||
|
|
@ -24,13 +24,13 @@
|
|||
|
||||
<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"
|
||||
<!--<image class="touxiang-left-content-img" 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>
|
||||
<image class="touxiang-frame" src="../../static/vip/grade5.png"></image>
|
||||
<!-- <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>
|
||||
</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">
|
||||
|
|
@ -1507,7 +1507,7 @@
|
|||
width: 230.08rpx;
|
||||
height: 146px;
|
||||
border-radius:5rpx;
|
||||
padding: 20rpx;
|
||||
position:absolute;
|
||||
}
|
||||
.touxiang-left-view{
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue