Solve the browser to remember the password - automatically fill the yellow background

/* Solve the browser to remember the password -- automatically fill the yellow background */

For solid color backgrounds:

 input:-webkit-autofill {

-webkit-box-shadow: 0 0 0px 1000px #262333 inset !important;//About solving the background color of the input box

-webkit-text-fill-color: rgba(255,255,255,1)!important;//About the text color of the input box

}  

 

For transparent backgrounds:

 

:-webkit-autofill {

  -webkit-text-fill-color: #fff !important;

  transition: background-color 5000s ease-in-out 0s;

}

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325477195&siteId=291194637