Compare commits

..

No commits in common. "47d8479cb174f18baf52f52086862a18d3bd6ae0" and "8d2bdea66bee08b0864b7c431e913b08407b483e" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

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

View File

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