修改input中的placeholder属性的颜色

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

 

posted @ 2018-04-26 10:36  大大大圣  阅读(396)  评论(0编辑  收藏  举报