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)值有关
时间: 2024-10-24 12:43:58