Commit accc026b by 高淑倩

modify: textarea_style

parent c304341e
...@@ -99,6 +99,7 @@ ...@@ -99,6 +99,7 @@
<textarea <textarea
bindblur="bindTextAreaBlur" bindblur="bindTextAreaBlur"
placeholder="请填写真实收件地址" placeholder="请填写真实收件地址"
placeholder-style="color:#999;font-size:13px;"
name="address" name="address"
auto-height auto-height
maxlength='30' maxlength='30'
......
...@@ -91,7 +91,7 @@ page{ ...@@ -91,7 +91,7 @@ page{
.right-input { .right-input {
width: 100%; width: 100%;
color: #666; color: #999;
} }
.form-label{ .form-label{
...@@ -112,7 +112,7 @@ textarea { ...@@ -112,7 +112,7 @@ textarea {
} }
.form-input { .form-input {
color: rgb(112, 112, 112); color: #999;
font-size: 26rpx; 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