/**
* 修改google浏览器,默认的聚焦黄色背景为白色
*/
input:-webkit-autofill,select:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input{
outline-color: invert ;
outline-style: none ;
outline-width: 0px ;
border: none ;
border-style: none ;
text-shadow: none ;
-webkit-appearance: none ;
-webkit-user-select: text ;
outline-color: transparent ;
box-shadow: none;
}
CSS去除Input的边框样式和阴影
最新推荐文章于 2025-03-29 14:45:44 发布