美文网首页
消除input自动填充的背景色

消除input自动填充的背景色

作者: 记忆是条狗 | 来源:发表于2022-07-19 10:07 被阅读0次
    
    /* 消除自动填充的input背景色 */
    input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px transparent inset;
      transition: background-color 5000s ease-in-out 0s;
    }
    
    

    相关文章

      网友评论

          本文标题:消除input自动填充的背景色

          本文链接:https://www.haomeiwen.com/subject/dqyeirtx.html