placeholder的颜色

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

猜你喜欢

转载自www.cnblogs.com/anxiangff/p/9342455.html