h5 中修改input中 placeholder的颜色

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;

}

posted @ 2020-02-12 11:17  kgwei  阅读(915)  评论(0)    收藏  举报