Element输入框浏览器记录账号 背景颜色问题

谷歌chrome浏览器和火狐fireFox在用户登录记住密码之后通常会改变input框的背景色


登录表单.png

下面提出解决这个问题的方法之一:↓ ↓ ↓

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;[图片上传中...(登录表单.png-10a7e0-1597980479698-0)]

    background-color:transparent;
    background-image: none;
     transition: background-color 50000s ease-in-out 0s; //背景色透明  生效时长  过渡效果  启用时延迟的时间
}
input {
     background-color:transparent;
}
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。