调整文本输入框placeholder的颜色等样式

input::-webkit-input-placeholder{
    color: white !important;
}
input:-moz-placeholder{
    color: white !important;
}
input::-moz-placeholder{
    color: white !important;
}
input:-ms-input-placeholder{
    color: white !important;
}

 

note: 一些手机上闪烁的光标的高度与当前的输入框的行高(line-height)值有关

posted @ 2016-08-19 16:11  wifix  阅读(340)  评论(0编辑  收藏  举报