input浏览器记住密码强加的样式

Posted zph666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input浏览器记住密码强加的样式相关的知识,希望对你有一定的参考价值。

    input:-webkit-autofill {
      -webkit-text-fill-color: #141313 !important;
      -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
      background-color:transparent;
      background-image: none;
      transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
    }

参考:https://blog.csdn.net/u011752272/article/details/66973367

以上是关于input浏览器记住密码强加的样式的主要内容,如果未能解决你的问题,请参考以下文章

解决谷歌浏览器记住密码输入框颜色改变

去掉谷歌input记住账号或密码时默认出现的黄色背景

记住密码框样式修改(vue+element项目)

Vue+element 解决浏览器自动填充记住的账号密码问题

chorme 浏览器记住密码后input黄色背景处理方法(两种)

清除input输入框的密码账号 不让浏览器记住