Input 輸入文字時背景變色


Input 輸入文字時背景變色

解決方法:

法1.在html中為form標簽添加屬性

autocomplete="off"

例如:

<form method="post" autocomplete="off">

法2.添加css

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
-webkit-box-shadow: 0 0 0px 1000px #fff inset //背景色是什么,設置相同顏色,這里body的默認背景色是白色
}


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM