Compare commits
3 Commits
8d2bdea66b
...
47d8479cb1
Author | SHA1 | Date |
---|---|---|
|
47d8479cb1 | |
|
57d358312f | |
|
fc78a27c8b |
|
@ -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;
|
||||||
|
|
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue