调整修复一些问题

This commit is contained in:
唐明明
2022-12-27 09:17:32 +08:00
parent 1f3f6b230a
commit 8344496487
16 changed files with 484 additions and 101 deletions

View File

@@ -39,7 +39,17 @@
</block>
<view class="schemes-tips">
<view class="schemes-tips-title">须知</view>
<text>{{scheme.business_type.notic}}</text>
<u-read-more
:toggle="true"
showHeight="200rpx"
:shadowStyle="shadowStyle"
closeText="阅读全文"
color="#446EFE"
textIndent="0em"
>
<text>{{scheme.business_type.notic}}</text>
</u-read-more>
<!-- <rich-text :nodes="content"></rich-text> -->
</view>
</view>
</view>
@@ -57,6 +67,11 @@
return {
user : { name : '', sex: '' },
scheme: '',
shadowStyle: {
backgroundImage: "linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #F6F6F6 80%)",
paddingTop: "50px",
marginTop: "-50px",
}
};
},
created() {
@@ -186,6 +201,9 @@
color: #111;
padding-bottom: 20rpx;
}
text{
line-height: 40rpx;
}
}
}
}