行业大拿 去掉 距离
This commit is contained in:
parent
1753c8ae2b
commit
7325b6d931
|
@ -1829,7 +1829,7 @@
|
|||
|
||||
.index-taocan-view-nav-text{
|
||||
font-weight: bold;
|
||||
font-size: 30rpx;
|
||||
font-size: 16px;
|
||||
}
|
||||
.index-taocan-view-nav-jie{
|
||||
font-weight: 400;
|
||||
|
|
|
@ -86,12 +86,12 @@
|
|||
</view>
|
||||
</view>
|
||||
<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 class="therapist-bottom-dingwei-text">
|
||||
{{ item.distance }}
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="flex" v-if="item.consortiaName">
|
||||
<image class="therapist-bottom-img" src="../../static/dituzhaoren5.png"></image>
|
||||
<view v-if="item.consortiaName" class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
|
||||
|
|
Loading…
Reference in New Issue