单位详情页面样式修改
This commit is contained in:
@@ -25,9 +25,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="conetent-info" :class="{ expanded: isExpanded }">
|
<view class="conetent-info" :class="{ expanded: isExpanded }">
|
||||||
<view class="info-title">公司介绍</view>
|
<view class="info-title">公司介绍</view>
|
||||||
<view class="info-desirption">{{
|
<view class="info-desirption" v-html="companyInfo?.description"></view>
|
||||||
companyInfo?.description || '暂无公司介绍'
|
|
||||||
}}</view>
|
|
||||||
<!-- <view class="info-title title2">公司地址</view>
|
<!-- <view class="info-title title2">公司地址</view>
|
||||||
<view class="locationCompany"></view> -->
|
<view class="locationCompany"></view> -->
|
||||||
</view>
|
</view>
|
||||||
@@ -443,8 +441,13 @@
|
|||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
color: #495265;
|
color: #495265;
|
||||||
text-align: justified;
|
text-align: justified;
|
||||||
|
:deep(span) {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
:deep(p > span) {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.title2 {
|
.title2 {
|
||||||
margin-top: 48rpx;
|
margin-top: 48rpx;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user