修改登录时填写缓存用户名时的默认背景颜色

input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
background-color:#fff;
background-image: none;
transition: background-color 50000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
}
input {
background-color:#fff;
color: #333;
}

 

posted @ 2018-07-26 11:53  亦心晗  阅读(335)  评论(0编辑  收藏  举报