调整修复一些问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user