html iOS端去除Input的边框样式和阴影
2019-11-06 本文已影响0人
高阳刘
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;
}