ios h5 input框自动填充会有黄色背景块(比如验证码发过来可以自动填充的时候)
取消黄色块
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-transition-delay:99999s; -webkit-transition: color 99999s ease-out, background-color 99999s ease-out; } 标签:填充,ios,h5,autofill,webkit,input From: https://www.cnblogs.com/guodadan/p/17451582.html