标签:firefox inter inpu put net fir nbsp javascrip bsp
少废话,上代码:
<style> input::-webkit-input-placeholder{ color:red; } input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:red; } input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:red; } input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:red; } </style>
标签:firefox inter inpu put net fir nbsp javascrip bsp
原文地址:https://www.cnblogs.com/zhangym118/p/9089139.html