行业大拿 去掉 距离

This commit is contained in:
Mr.jiang 2024-08-22 16:00:16 +08:00
parent 1753c8ae2b
commit 7325b6d931
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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>