Browse Source

Merge branch 'video-tcplayer' into online

lex 1 year ago
parent
commit
c7dbf8cb4d
1 changed files with 13 additions and 1 deletions
  1. 13 1
      src/views/attend-class/component/tools/pen.module.less

+ 13 - 1
src/views/attend-class/component/tools/pen.module.less

@@ -54,6 +54,18 @@
   img {
     width: 100%;
     height: 100%;
+    -moz-user-select: none;
+    /* 火狐浏览器 */
+    -webkit-user-drag: none;
+    /* 谷歌、Safari和Opera浏览器 */
+    -webkit-user-select: none;
+    /* 谷歌、Safari和Opera浏览器 */
+    -ms-user-select: none;
+    /* IE10+浏览器 */
+    user-select: none;
+    /* 通用 */
+    -webkit-touch-callout: none;
+    /* iOS Safari */
   }
 
 }
@@ -65,4 +77,4 @@
   width: 100%;
   height: 100%;
   display: block;
-}
+}