ios input阴影 去除


/* ios input阴影 */
input {
outline: none;
-webkit-appearance: none;
/*去除系统默认的样式*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* 点击高亮的颜色*/
}


//IOS点击阴影
select{
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select:none;
}

posted on 2017-07-19 13:44  金彪  阅读(233)  评论(0编辑  收藏  举报

导航