forms/textarea/cTextArea.scss
@@ -1,22 +1,32 @@ /** * image picker * textarea * @author Tevin */ @import "../../common/sassMixin"; .c-textarea { .at-input__input { .weui-input { .at-input__container { .weui-input, input { display: none; } .textarea { flex: 1; width: 100%; height: 2rem; height: 94px; padding-right: 18rpx; font-size: 32px; textarea { resize: none; @include flexbox(flex, center center); } .textarea-placeholder { color: #ccc; } } } .at-input__icon { display: none; } }