input{
-webkit-appearance:none;
}
或
input{
border:none;
-webkit-appearance:none;/*去除阴影边框*/
outline: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
}
input{
-webkit-appearance:none;
}
或
input{
border:none;
-webkit-appearance:none;/*去除阴影边框*/
outline: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
}
转载于:https://www.cnblogs.com/lvxisha/p/10698771.html
455
1772
1557

被折叠的 条评论
为什么被折叠?