After the input box is automatically filled with data, it becomes a light yellow background

Add the following code to the input box:

input:-webkit-autofill {

-webkit-box-shadow: 0 0 0px 1000px white inset;

border: 1px transparent #CCC!important;

H-L
Published 8 original articles · Likes5 · Visits 40,000+

Guess you like

Origin blog.csdn.net/helenwei2017/article/details/80047995