Compare commits
No commits in common. "47d8479cb174f18baf52f52086862a18d3bd6ae0" and "8d2bdea66bee08b0864b7c431e913b08407b483e" have entirely different histories.
47d8479cb1
...
8d2bdea66b
|
@ -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 #eadfdb;
|
border: 1px solid #9b7a6e;
|
||||||
font-size: 22rpx;
|
font-size: 22rpx;
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
|
|
@ -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">
|
||||||
<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">
|
<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:20rpx;
|
width: 26rpx;
|
||||||
height:24rpx;
|
height: 30rpx;
|
||||||
margin-right:3px;
|
margin-right:3px;
|
||||||
}
|
}
|
||||||
.therapist-bottom-img{
|
.therapist-bottom-img{
|
||||||
|
|
Loading…
Reference in New Issue