css 更改输入的占位符颜色
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 更改输入的占位符颜色相关的知识,希望对你有一定的参考价值。
.privy-email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family: "CenturyGothic" !important;
}
.privy-email-input::-moz-placeholder { /* Firefox 19+ */
font-family: "CenturyGothic" !important;
}
.privy-email-input:-ms-input-placeholder { /* IE 10+ */
font-family: "CenturyGothic" !important;
}
.privy-email-input:-moz-placeholder { /* Firefox 18- */
font-family: "CenturyGothic" !important;
}
以上是关于css 更改输入的占位符颜色的主要内容,如果未能解决你的问题,请参考以下文章
Tailwind CSS 更改占位符选项的文本颜色
在 Edge 浏览器上,如何使用 CSS 更改输入占位符文本颜色?
如何更改焦点上的占位符颜色?
更改信用卡占位符颜色
输入占位符css在IE9中不起作用[重复]
仅更改输入占位符 * 颜色