Compare commits

...

3 Commits

Author SHA1 Message Date
kbing1981 47d8479cb1 修改 2024-08-20 09:51:38 +08:00
kbing1981 57d358312f Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_user 2024-08-20 09:45:56 +08:00
kbing1981 fc78a27c8b 修改 2024-08-20 09:45:50 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -1518,7 +1518,7 @@
border-radius:5rpx; border-radius:5rpx;
padding: 0 14rpx; padding: 0 14rpx;
line-height:34rpx; line-height:34rpx;
border: 1px solid #9b7a6e; border: 1px solid #eadfdb;
font-size: 22rpx; font-size: 22rpx;
margin-right: 10rpx; margin-right: 10rpx;
margin-top: 5px; margin-top: 5px;

View File

@ -77,7 +77,7 @@
</view> </view>
<view class="flex thera-lin thera-bottom"> <view class="flex thera-lin thera-bottom">
<view class="flex align-center" v-if="item.distance"> <view class="flex align-center" v-if="item.distance">
<image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image> <view><image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image></view>
<view class="therapist-bottom-dingwei-text"> <view class="therapist-bottom-dingwei-text">
{{ item.distance }} {{ item.distance }}
</view> </view>
@ -1396,8 +1396,8 @@
color: #848485; color: #848485;
} }
.therapist-bottom-dingwei{ .therapist-bottom-dingwei{
width: 26rpx; width:20rpx;
height: 30rpx; height:24rpx;
margin-right:3px; margin-right:3px;
} }
.therapist-bottom-img{ .therapist-bottom-img{