改变input中placeholder默认值的样式

ゞ 浴缸里的玫瑰 2021-12-15 08:45 470阅读 0赞
  1. input::-webkit-input-placeholder{
  2. color:#4e4e4e;
  3. }
  4. input::-moz-placeholder{
  5. color:#4e4e4e;
  6. }
  7. input:-moz-placeholder{
  8. color:#4e4e4e;
  9. }
  10. input:-ms-input-placeholder{
  11. color:#4e4e4e;
  12. }

  

转载于:https://www.cnblogs.com/ly-qingqiu/p/11097473.html

发表评论

表情:
评论列表 (有 0 条评论,470人围观)

还没有评论,来说两句吧...

相关阅读