#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;
}

相关文章:

  • 2022-02-18
  • 2021-12-10
  • 2022-01-21
  • 2022-03-01
  • 2022-03-02
  • 2022-01-21
  • 2021-12-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-15
  • 2022-01-20
  • 2022-03-08
  • 2022-02-09
相关资源
相似解决方案