前端:input 标签取消账号填充

发布时间:2024-01-02 12:44:01

input框取消自动回填

<input type="password" autocomplete="new-password"/>  

参考
input框取消自动回填账号密码等信息的解决方法

input 自动填入背景变化

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #808080;
  transition: background-color 1000s ease-out 0.5s;
}

参考文章

文章来源:https://pengshiyu.blog.csdn.net/article/details/119454569
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。