This commit is contained in:
kbing1981 2024-07-20 13:20:36 +08:00
parent b2ea695c9f
commit d3fe689aa8
4 changed files with 14 additions and 14 deletions

View File

@ -49,17 +49,17 @@
<view class="keyuyue"> <view class="keyuyue">
<view class="flex"> <view class="flex">
<image class="timea-img"></image> <image class="timea-img"></image>
<view class="timea-fu">{{order.status == 1?"可服务":"休息中"}}</view> <view class="timea-fu">{{item.status == 1?"可服务":"休息中"}}</view>
<view class="timea-time" v-if="order.status == 1">{{order.time}}</view> <view class="timea-time" v-if="item.status == 1">{{item.time}}</view>
</view> </view>
</view> </view>
<view class="keyuyue"> <!--<view class="keyuyue">
<view class="flex"> <view class="flex">
<image class="timea-img"></image> <image class="timea-img"></image>
<view class="timea-fu">{{item.state == 1?"可服务":item.state == 2?"今日可约":"休息中"}}</view> <view class="timea-fu">{{item.state == 1?"可服务":item.state == 2?"今日可约":"休息中"}}</view>
<view v-if="item.status == 1 && item.time">{{ item.time}}</view> <view v-if="item.status == 1 && item.time">{{ item.time}}</view>
</view> </view>
</view> </view>-->
</view> </view>
</view> </view>
</view> </view>
@ -90,7 +90,7 @@
<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" > <view class="flex align-center" >
<image style="width: 24rpx; height: 26rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image> <!--<image style="width: 24rpx; height: 26rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image>-->
<view class="therapist-bottom-dingwei-text"> <view class="therapist-bottom-dingwei-text">
{{ item.distance }} {{ item.distance }}
</view> </view>
@ -1292,9 +1292,9 @@ import permision from "@/components/permission.js";
} }
.touxiang-frame{ .touxiang-frame{
position: absolute; position: absolute;
width: 110rpx; width: 100rpx;
height: 43rpx; height: 38rpx;
left: 44rpx; left: 46rpx;
bottom:5rpx; bottom:5rpx;
} }
@ -1333,14 +1333,14 @@ import permision from "@/components/permission.js";
margin-right:3px; margin-right:3px;
} }
.therapist-bottom-img{ .therapist-bottom-img{
width: 30rpx; width: 26rpx;
height: 30rpx; height: 26rpx;
margin-right:3px; margin-right:3px;
margin-top: 5rpx margin-top: 5rpx
} }
.therapist-mian-bottom-text{ .therapist-mian-bottom-text{
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 26rpx;
color: #222222; color: #222222;
} }
.therapist-mian-bottom{ .therapist-mian-bottom{
@ -1439,7 +1439,7 @@ import permision from "@/components/permission.js";
} }
.list-right-top-view image{ .list-right-top-view image{
width: 168.75rpx; //width: 168.75rpx;
height: 40.97rpx; height: 40.97rpx;
} }
.list-right-top-view{ .list-right-top-view{
@ -1523,7 +1523,7 @@ import permision from "@/components/permission.js";
} }
.touxiang-left-view{ .touxiang-left-view{
width: 100%; width: 100%;
height: 130px; height: 126px;
border-radius: 18rpx; border-radius: 18rpx;
align-items: flex-start; align-items: flex-start;
background: #fff; background: #fff;
@ -1597,7 +1597,7 @@ import permision from "@/components/permission.js";
height: 40rpx; height: 40rpx;
} }
.localName{ .localName{
width: 100rpx; width: 160rpx;
margin-left: 4rpx; margin-left: 4rpx;
font-weight: bold; font-weight: bold;
font-size: 28rpx; font-size: 28rpx;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 17 KiB