Add the following code to CSS to make the browser color change after 5000 seconds
:-WebKit-AutoFill{-WebKit-text-fill-color:# Fff! Important;Transition:Background-color 5000 S extract-in-out 0 s;}
Under normal circumstances, you can solve the problem by using the above method. If the problem persists
You can add the following code to the head label to completely solve the problem.
<SCRIPT type = "text/JavaScript"> If (navigator. useragent. tolowercase (). indexof ("Chrome")> = 0){$ (Window). Load (function () {$ ('input:-WebKit-AutoFill '). Each (function () {var text = $ (this). Val ();VaR name = $ (this ). ATTR ('name'); $ (this ). after (this. outerhtml ). remove (); $ ('input [name = '+ name +'] '). val (text );}) ;}) ;}</SCRIPT>
Free video resource Website: www.sousuohou.com
After Google remembers the password, the background of the input box turns yellow.