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浏览器记住密码强加的样式的主要内容,如果未能解决你的问题,请参考以下文章