css:
input{
border: none;
-moz-appearance:none;
-webkit-appearance : none ;/*解决ios上按钮的圆角问题*/
border-radius: 0;/*解决ios上输入框圆角问题*/
outline:medium;/*去掉鼠标点击的默认黄色边框*/
background-color: transparent;
}
css:
input{
border: none;
-moz-appearance:none;
-webkit-appearance : none ;/*解决ios上按钮的圆角问题*/
border-radius: 0;/*解决ios上输入框圆角问题*/
outline:medium;/*去掉鼠标点击的默认黄色边框*/
background-color: transparent;
}
本文标题:移动端清除input的默认样式
本文链接:https://www.haomeiwen.com/subject/wvoudxtx.html
网友评论