作者 mxd

学员访谈记录

... ... @@ -552,7 +552,7 @@
textarea {
width: 100%;
height: 230;
height: 230rpx;
background: #F5F6F8;
padding: 20rpx;
box-sizing: border-box;
... ...
... ... @@ -50,7 +50,9 @@
{{item.title}}
</view>
<view class="cell-content">
{{item.content}}
<view class="textarea-view">
{{item.content}}
</view>
</view>
</view>
</view>
... ... @@ -516,7 +518,7 @@
textarea {
width: 100%;
height: 230;
height: 230rpx;
background: #F5F6F8;
padding: 20rpx;
box-sizing: border-box;
... ... @@ -524,6 +526,16 @@
:deep(.textarea-placeholder) {
color: #979797;
}
.textarea-view {
width: 100%;
background: #F5F6F8;
padding: 20rpx;
box-sizing: border-box;
font-size: 26rpx;
font-family: PingFang SC;
font-weight: 400;
color: #646464;
}
.add_diy{
font-size: 28rpx;
... ...