Fix:5095 【商城小程序】体验店详情页,项目详情、备注、使用须知文本内容的文字大小统一
This commit is contained in:
@@ -128,7 +128,7 @@
|
|||||||
<view class="section" v-if="project.detailText || project.remark">
|
<view class="section" v-if="project.detailText || project.remark">
|
||||||
<view class="section-title" v-if="project.detailText">详情</view>
|
<view class="section-title" v-if="project.detailText">详情</view>
|
||||||
<view class="detail-list">
|
<view class="detail-list">
|
||||||
<view>
|
<view class="v12-font-26" style="color:#666">
|
||||||
<u-parse :content="project.detailText"></u-parse>
|
<u-parse :content="project.detailText"></u-parse>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -443,6 +443,11 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="less">
|
<style scoped lang="less">
|
||||||
|
.section-content {
|
||||||
|
font-size: 26rpx;
|
||||||
|
color: #666;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
.experience-project-page {
|
.experience-project-page {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
|
|||||||
Reference in New Issue
Block a user