禁止右击选中

body{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select:none;
-moz-user-select: none;
-ms-user-select: none;
user-select:none;
}

猜你喜欢

转载自www.cnblogs.com/wensx/p/12027435.html