如何设置 input placeholder字体大小和颜色?

input::-webkit-input-placeholder { /* WebKit browsers*/
  color:#aaa;font-size:14px;
  }
input:-moz-placeholder { /* Mozilla Firefox 4 to 18*/
  color:#aaa;font-size:14px;
  }
input::-moz-placeholder { /* Mozilla Firefox 19+*/
  color:#aaa;font-size:14px;
  }
input:-ms-input-placeholder { /* Internet Explorer 10+*/
  color:#aaa;font-size:14px;
}

posted @ 2017-05-09 13:43  好卡卡卡卡  Views(3408)  Comments(0)    收藏  举报