1. 程式人生 > >點擊input消除默認背景顏色

點擊input消除默認背景顏色

tex ext fill 黃色背景 背景 點擊 shadow nbsp inset

在谷歌瀏覽器會出現默認點擊input框黃色背景,如何去除?

//消除google瀏覽器黃色框
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
box-shadow:0 0 0 60px #eee inset;
-webkit-text-fill-color: #878787;
}

點擊input消除默認背景顏色