设置input标签的placeholder的样式
Posted init-007
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置input标签的placeholder的样式相关的知识,希望对你有一定的参考价值。
设置input样式代码:
input::-webkit-input-placeholder{ /*WebKit browsers*/
color: red;
}
input::-moz-input-placeholder{ /*Mozilla Firefox*/
color: red;
}
input::-ms-input-placeholder{ /*Internet Explorer*/
color: red;
}
以上是关于设置input标签的placeholder的样式的主要内容,如果未能解决你的问题,请参考以下文章