如何改变placeholder的样式

input::-webkit-input-placeholder {
    color: #B2B2B2;
  }
  input:-moz-placeholder {
    color: #B2B2B2;
  }
  input::-moz-placeholder {
    color: #B2B2B2;
  }
  input:-ms-input-placeholder {
    color: #B2B2B2;
  }

 

posted @ 2017-11-29 17:31  明明一颗大白菜  阅读(921)  评论(0编辑  收藏  举报
<-- -->