Fix(养生圣地):[#2486]养生圣地第三行文字删掉
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
<text class="v12-font-28">{{ item.areaName }}</text>
|
<text class="v12-font-28">{{ item.areaName }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t" style="height: 76rpx;">{{ item.content }}</view>
|
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t desc-txt">{{ item.content }}</view>
|
||||||
<view class="v12-justify-start v12-align-center v12-my-1">
|
<view class="v12-justify-start v12-align-center v12-my-1">
|
||||||
<view class="atr">
|
<view class="atr">
|
||||||
<image class="atr" :src="item.logo"></image>
|
<image class="atr" :src="item.logo"></image>
|
||||||
@@ -214,6 +214,10 @@ export default {
|
|||||||
border-radius: 20rpx;
|
border-radius: 20rpx;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.desc-txt {
|
||||||
|
height: 78rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
}
|
||||||
.address{
|
.address{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 30rpx;
|
left: 30rpx;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<text class="v12-font-28">{{ item.areaName }}</text>
|
<text class="v12-font-28">{{ item.areaName }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t" style="height: 76rpx;">{{ item.content }}</view>
|
<view class="v12-font-bold v12-font-28 v12-mt-1 more-t desc-txt">{{ item.content }}</view>
|
||||||
<view class="v12-justify-start v12-align-center v12-my-1">
|
<view class="v12-justify-start v12-align-center v12-my-1">
|
||||||
<view class="atr">
|
<view class="atr">
|
||||||
<image class="atr" :src="item.logo"></image>
|
<image class="atr" :src="item.logo"></image>
|
||||||
@@ -104,6 +104,10 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
.desc-txt {
|
||||||
|
height: 78rpx;
|
||||||
|
line-height: 40rpx;
|
||||||
|
}
|
||||||
.search-page{
|
.search-page{
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user