This commit is contained in:
parent
12c06ed2fa
commit
d649683959
|
@ -21,6 +21,7 @@
|
|||
<view class="flex align-center touxiang-left-view" v-if="item.status=='1'" v-for="(item, index) in orderList" :key='index'
|
||||
@click="goOrder(item)">
|
||||
<view class="touxiang-left-content">
|
||||
|
||||
<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-left-content-img" v-if="item.isHot == 1"
|
||||
|
@ -31,6 +32,7 @@
|
|||
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
||||
</view> -->
|
||||
<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>
|
||||
<image class="touxiang-frame" src="../../static/vip/grade4.png"></image>
|
||||
</view>
|
||||
<view class="list-right">
|
||||
<view class="flex align-center" style="justify-content: start;">
|
||||
|
@ -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%;
|
||||
|
|
|
@ -21,16 +21,21 @@
|
|||
<view class="flex align-center touxiang-left-view" v-if="item.status=='1'" v-for="(item, index) in orderList" :key='index'
|
||||
@click="goOrder(item)">
|
||||
<view class="touxiang-left-content">
|
||||
|
||||
<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-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)">
|
||||
<image src="../../static/dituzhaoren1.png" mode=""></image>
|
||||
</view> -->
|
||||
|
||||
<span class="img-span">{{item.technicianType=='3'?'新手':item.technicianType=='4'?'专家':'资深'}}</span>
|
||||
|
||||
</view>
|
||||
<view class="list-right">
|
||||
<view class="flex align-center" style="justify-content: start;">
|
||||
|
@ -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%;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 50 KiB |
Loading…
Reference in New Issue