微信h5长按图片会有弹窗,长按禁用复制

img{
  pointer-events: none;
}
body {

-webkit-touch-callout:none;/*系统默认菜单被禁用*/

-webkit-user-select:none;/*webkit浏览器*/

-khtml-user-select:none;/*早起浏览器*/

-moz-user-select:none;/*火狐浏览器*/

-ms-user-select:none;/*IE浏览器*/

user-select:none;/*用户是否能够选中文本*/

}

 

posted @ 2024-12-24 16:13  unique-yb  阅读(145)  评论(0)    收藏  举报