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