美文网首页
iview input 输入自动填充背景

iview input 输入自动填充背景

作者: Mylovesunshine | 来源:发表于2020-11-27 14:52 被阅读0次

    设置黄色背景变成白色背景:

    input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
    }
    input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px white inset !important;
    }

    设置透明:
    input:-internal-autofill-previewed,
    input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s !important;
    }

    相关文章

      网友评论

          本文标题:iview input 输入自动填充背景

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