美文网首页
解决chrome浏览器下 input输入框有黄色背景的问题

解决chrome浏览器下 input输入框有黄色背景的问题

作者: Marven_ | 来源:发表于2017-02-04 15:19 被阅读0次

    使用css解决:

    input:-webkit-autofill,

    textarea:-webkit-autofill,

    select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }

    input[type=text]:focus, input[type=password]:focus, textarea:focus {

    outline: 0;

    }

    相关文章

      网友评论

          本文标题:解决chrome浏览器下 input输入框有黄色背景的问题

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