直接行代碼:
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
-webkit-text-fill-color: #000 !important;
background-color:transparent;
background-image: none;
transition: background-color 50000s linear 0s; //背景色透明 生效時(shí)長(zhǎng) 過(guò)渡效果 啟用時(shí)延遲的時(shí)間
}
input {
outline: none;
border: none;
background-color:transparent;
}
親測(cè)有效 o v o