纸通宝小程序
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.
 

20 lines
351 B

.textarea {
min-height: 280rpx;
font-size: 14px;
position: relative;
display: block;
box-sizing: border-box;
width: 100%;
margin: 0;
line-height: 1.2;
text-align: left;
background-color: initial;
border: 0;
resize: none;
color: #323233;
color: var(--field-input-text-color, #323233);
}
.wux-label{
border-radius: 25px;
}