isdom

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)值有关

分类:

技术点:

相关文章:

  • 2021-11-13
  • 2021-12-15
  • 2022-03-04
  • 2021-11-13
  • 2021-09-21
  • 2021-09-27
  • 2022-03-08
  • 2021-12-17
猜你喜欢
  • 2022-02-13
  • 2021-10-12
  • 2022-01-13
  • 2021-11-13
  • 2021-12-15
  • 2021-11-13
相关资源
相似解决方案