css修改input默认值颜色

input::-webkit-input-placeholder {
/* WebKit browsers */
color: #ccc;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #ccc;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #ccc;
}
input::-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #ccc;
}

posted @ 2018-11-22 16:04  nie_pengcheng  阅读(5175)  评论(0编辑  收藏  举报