标签:input 黄色 image fill round 默认 inpu 文本 表单
chrome表单自动填充后,input文本框的背景会变成偏黄色的,这是由于chrome会默认给自动填充的input表单加上input:-webkit-autofill私有属性,然后对其赋予以下样式:
input:-webkit-autofill {
background-color: #FAFFBD;
background-image: none;
color: #000;
}
标签:input 黄色 image fill round 默认 inpu 文本 表单
原文地址:https://www.cnblogs.com/zhangym118/p/9060325.html