美文网首页
HTML5 input placeholder 颜色修改方法

HTML5 input placeholder 颜色修改方法

作者: Maggie_77 | 来源:发表于2017-02-17 18:06 被阅读0次
    ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    

    相关文章

      网友评论

          本文标题:HTML5 input placeholder 颜色修改方法

          本文链接:https://www.haomeiwen.com/subject/oqvlwttx.html