Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何阻止像 Chrome 这样的浏览器在它记住值的字段上插入淡黄色背景色?
我有一个登录表单,当 Chrome 记住用户名和密码时,它看起来很丑陋。
使用这个 CSS:
input:-webkit-autofill { color: #fff !important; }