css修改input自动提示的黄色背景

css修改input自动提示的黄色背景

input:-webkit-autofill {
    background-color: #FAFFBD;
    background-image: none;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

  

posted @ 2018-09-14 14:01  _林冲  阅读(319)  评论(0编辑  收藏  举报