Fork me on GitHub

修改Input输入框中Autocomplete样式

 

 

input:
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  // border: 1px solid black;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

 

posted on 2021-08-09 16:25  康心志  阅读(531)  评论(0编辑  收藏  举报

导航