去除ios在网页上的双击选择编辑事件

2017-01-22  本文已影响0人  卖萌可爱啊

*{

margin: 0;

padding: 0;

-webkit-touch-callout:none;

-webkit-user-select:none;

-khtml-user-select:none;

-moz-user-select:none;

-ms-user-select:none;

user-select:none;

}

上一篇 下一篇

猜你喜欢

热点阅读