safari中input、textarea无法输入的问题

网址:https://www.cnblogs.com/xiayu25/p/6832748.html

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
outline: none;
}

*:not(input,textarea) {
-webkit-touch-callout: none;
-webkit-user-select: none;
}

posted @ 2018-03-06 16:20  js初学者  阅读(947)  评论(0编辑  收藏  举报