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的主要内容,如果未能解决你的问题,请参考以下文章
HTML5中input背景提示文字(placeholder)的CSS美化