css修改input自動提示的黃色背景

css修改input自動提示的黃色背景

input:-webkit-autofill {
    background-color: #FAFFBD;
    background-image: none;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
相關文章
相關標籤/搜索