You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
824 B
42 lines
824 B
//引入全局配置
|
|
@import "c/conf";
|
|
@import "c/mx";
|
|
@import "c/f";
|
|
@import "a/c";
|
|
|
|
.u-textarea {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
width: 688rpx;
|
|
padding: 20rpx;
|
|
border-radius: 10rpx;
|
|
background-color: #f7f7f7;
|
|
|
|
.input-length-hint {
|
|
box-sizing: border-box;
|
|
line-height: 40rpx;
|
|
text-align: right;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: rgba(153, 153, 153, 1);
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
textarea {
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 180rpx;
|
|
font-size: $fz4;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: $fc1;
|
|
|
|
.z-ph {
|
|
font-size: $fz4;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: $fc3;
|
|
}
|
|
}
|
|
}
|
|
|