2024年03月31日 css修改input提示语 input提示语颜色 placeholder颜色 修改placeholder颜色 共享博客
<style>
/* Safari,Chrome WebKit browsers */
input::-webkit-input-placeholder {
color: #ccc;
}
/* 火狐 Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
color: #ccc;
}
/* 火狐 Mozilla Firefox 19+ */
input::-moz-placeholder {
color: #ccc;
}
/* Internet Explorer 10+ */
input:-ms-input-placeholder {
color: #ccc;
}
</style>市场主流五大浏览器内核 https://www.lmcjl.com/post/14.html
本文链接:http://so.lmcjl.com/news/794/