美文网首页
修改Chrome浏览器下input输入框背景

修改Chrome浏览器下input输入框背景

作者: 咸鱼plus | 来源:发表于2019-10-17 10:33 被阅读0次

    Chrome浏览器下input输入框背景会自动填充变成黄色,如果觉得不好看想要去掉,可以试试使用下面CSS:

    input:-webkit-autofill {  
        -webkit-box-shadow: inset 0 0 0 1000px #fff; 
        background-color: transparent; 
    } ​​​​
    

    相关文章

      网友评论

          本文标题:修改Chrome浏览器下input输入框背景

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