css 更改 input中 placeholder

Posted 嘴巴嘟嘟

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 更改 input中 placeholder相关的知识,希望对你有一定的参考价值。

input::-webkit-input-placeholder 
  font-size: 14px;
  font-weight: 500;
  color: #ABB0B5;
  line-height: 19px;

input::-moz-input-placeholder 
  font-size: 14px;
  font-weight: 500;
  color: #ABB0B5;
  line-height: 19px;

input::-ms-input-placeholder 
  font-size: 14px;
  font-weight: 500;
  color: #ABB0B5;
  line-height: 19px;

以上是关于css 更改 input中 placeholder的主要内容,如果未能解决你的问题,请参考以下文章

css 更改 input中 placeholder

使用 CSS 更改 HTML5 输入的占位符颜色

jQuery更改占位符文本颜色

HTML5中input背景提示文字(placeholder)的CSS美化

常用 更改input的placeholder颜色和滚动条样式更改

css: webkit-input-placeholder 背景颜色