标签:firefox ref net 修改 int webkit web xpl input
input::-webkit-input-placeholder{
color:blue;
}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */
color:blue;
}
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
color:blue;
}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
color:blue;
}
标签:firefox ref net 修改 int webkit web xpl input
原文地址:https://www.cnblogs.com/kgwei520blog/p/12298264.html