This commit is contained in:
kbing1981 2024-07-19 15:11:16 +08:00
parent 7eaca1e574
commit 075c23506f
4 changed files with 19 additions and 17 deletions

View File

@ -26,16 +26,15 @@
@click="goOrder(item)"> @click="goOrder(item)">
<view class="touxiang-left-content"> <view class="touxiang-left-content">
<image class="touxiang-left-content-img" :src="item.artificerImg ? item.artificerImg : '../../static/logo.png'" <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> @click.stop="saveImgs(item.artificerImg)" mode="aspectFill"></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">
style="width: 30rpx;height: 36rpx;position: absolute;z-index: 99;top: 40rpx;left: 110rpx;">
</image> </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> <image src="../../static/dituzhaoren1.png" mode=""></image>
</view> --> </view> -->
<image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade4.png':item.technicianType=='4'?'../../static/vip/grade5.png':'../../static/vip/grade6.png'"></image> <image class="touxiang-frame" :src="item.technicianType=='3'?'../../static/vip/grade1.gif':item.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'"></image>
</view> </view>
<view class="list-right"> <view class="list-right">
<view class="flex align-center" style="justify-content: start;"> <view class="flex align-center" style="justify-content: start;">
@ -80,7 +79,7 @@
<image class="therapist-bottom-img" src="../../static/dituzhaoren5.png"></image> <image class="therapist-bottom-img" src="../../static/dituzhaoren5.png"></image>
<view v-if="item.consortiaName" class="therapist-mian-bottom-text">{{item.consortiaName}}</view> <view v-if="item.consortiaName" class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
</view> </view>
<view class="flex align-center" style="margin-top: 26rpx;"> <view class="flex align-center" >
<image style="width: 27rpx; height: 30rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image> <image style="width: 27rpx; height: 30rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text"> <view class="therapist-bottom-dingwei-text">
{{ item.distance }} {{ item.distance }}
@ -1253,6 +1252,7 @@ import permision from "@/components/permission.js";
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.fenlei{ .fenlei{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -1271,8 +1271,8 @@ import permision from "@/components/permission.js";
// } // }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 23rpx;
color: #848484; color: #999;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */ -webkit-line-clamp: 2; /* 显示的行数,可以根据需要修改 */
@ -1282,9 +1282,10 @@ import permision from "@/components/permission.js";
} }
.touxiang-frame{ .touxiang-frame{
position: absolute; position: absolute;
width: 230.08rpx; width: 110rpx;
height: 150px; height: 40rpx;
left: 8rpx; left: 60rpx;
bottom:5rpx;
} }
.dituList{ .dituList{
@ -1329,7 +1330,7 @@ import permision from "@/components/permission.js";
} }
.therapist-mian-bottom-text{ .therapist-mian-bottom-text{
font-weight: bold; font-weight: bold;
font-size: 30rpx; font-size: 28rpx;
color: #222222; color: #222222;
} }
.therapist-mian-bottom{ .therapist-mian-bottom{
@ -1493,16 +1494,17 @@ import permision from "@/components/permission.js";
height: auto; height: auto;
border-radius: 10rpx; border-radius: 10rpx;
position: relative; position: relative;
} }
.touxiang-left-content-img{ .touxiang-left-content-img{
padding: 20rpx; width: 200rpx;
width: 230.08rpx; height: 200rpx;
height: 150px; border-radius:120rpx;
border-radius:5rpx; margin: 15rpx;
} }
.touxiang-left-view{ .touxiang-left-view{
width: 100%; width: 100%;
height: 150px; /*ight: 150px;*/
border-radius: 18rpx; border-radius: 18rpx;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-between;

BIN
static/vip/grade1.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
static/vip/grade2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
static/vip/grade3.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB