Commit accc026b by 高淑倩

modify: textarea_style

parent c304341e
......@@ -99,6 +99,7 @@
<textarea
bindblur="bindTextAreaBlur"
placeholder="请填写真实收件地址"
placeholder-style="color:#999;font-size:13px;"
name="address"
auto-height
maxlength='30'
......
......@@ -91,7 +91,7 @@ page{
.right-input {
width: 100%;
color: #666;
color: #999;
}
.form-label{
......@@ -112,7 +112,7 @@ textarea {
}
.form-input {
color: rgb(112, 112, 112);
color: #999;
font-size: 26rpx;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment