Commit 04ed10f4 by yanju

修改默认样式

parent affa52e4
......@@ -9,6 +9,8 @@ textarea{
box-sizing:border-box;
border:none;
resize: none;
color:#333!important;
}
/* 清除默认样式 start */
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
......@@ -40,13 +42,26 @@ input {
input::-webkit-input-placeholder {
color: #999!important;
}
input::-moz-input-placeholder {
input::-moz-placeholder {
color: #999!important;
}
input::-ms-input-placeholder {
color: #999!important;
}
textarea::-webkit-input-placeholder {
color: #999!important;
}
textarea::-moz-placeholder {
color: #999!important;
}
textarea::-ms-input-placeholder {
color: #999!important;
}
fieldset, img {
border: 0;
}
......
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