去掉 select,input 等系统默认的样式及高亮颜色

浏览:6072 发布日期:2016/03/18 分类:用法示例 关键字: select input css
去掉 select,input 等系统默认的样式及高亮颜色
select,input{-webkit-appearance:none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   }
评论( 相关
后面还有条评论,点击查看>>