input::placeholder {
    font-size: 12px;
    letter-spacing: 1px;
    color: #A8C9FF !important;
}
input::-webkit-input-placeholder {
    font-size: 12px;
    letter-spacing: 1px;
    color: #A8C9FF !important;
}
input::-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 1px;
    color: #A8C9FF !important;
}
input::-moz-placeholder {
    font-size: 12px;
    letter-spacing: 1px;
    color: #A8C9FF !important;
}

相关文章:

  • 2021-04-09
  • 2022-02-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2021-05-17
相关资源
相似解决方案