Compare commits
3 Commits
8d2bdea66b
...
47d8479cb1
Author | SHA1 | Date |
---|---|---|
|
47d8479cb1 | |
|
57d358312f | |
|
fc78a27c8b |
|
@ -1518,7 +1518,7 @@
|
|||
border-radius:5rpx;
|
||||
padding: 0 14rpx;
|
||||
line-height:34rpx;
|
||||
border: 1px solid #9b7a6e;
|
||||
border: 1px solid #eadfdb;
|
||||
font-size: 22rpx;
|
||||
margin-right: 10rpx;
|
||||
margin-top: 5px;
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
</view>
|
||||
<view class="flex thera-lin thera-bottom">
|
||||
<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">
|
||||
{{ item.distance }}
|
||||
</view>
|
||||
|
@ -1396,8 +1396,8 @@
|
|||
color: #848485;
|
||||
}
|
||||
.therapist-bottom-dingwei{
|
||||
width: 26rpx;
|
||||
height: 30rpx;
|
||||
width:20rpx;
|
||||
height:24rpx;
|
||||
margin-right:3px;
|
||||
}
|
||||
.therapist-bottom-img{
|
||||
|
|
Loading…
Reference in New Issue