input的placeholder的颜色、字号、边距设置

#scbar_txt::-webkit-input-placeholder { /* WebKit browsers */
    text-indent: 10px;

 font-size:16px;

   color:#e4e4e4;
 }
#scbar_txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  text-indent: 10px;

  font-size:16px;  

  color:#e4e4e4;
  }
#scbar_txt::-moz-placeholder { /* Mozilla Firefox 19+ */
  text-indent: 10px;

  font-size:16px;  

  color:#e4e4e4;
    }
#scbar_txt:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-indent: 10px;

 font-size:16px;  

 color:#e4e4e4;
}

posted @ 2017-09-12 15:43  风雨飘飘飘啊飘  阅读(3634)  评论(0)    收藏  举报