Преглед изворни кода

Merge branch 'master' of http://192.168.32.253:3000/Software/android-cloud-H5

heyang пре 3 година
родитељ
комит
9df1e47056
1 измењених фајлова са 13 додато и 1 уклоњено
  1. 13 1
      screenIos/css/WXtrialInterface.css

+ 13 - 1
screenIos/css/WXtrialInterface.css

@@ -490,4 +490,16 @@ ul, li {
 	top: 0;
 	left: 0;
 	z-index: 4;
-}
+}
+*{
+	-webkit-touch-callout: none;  /*系统默认菜单被禁用*/
+	-webkit-user-select: none; /*webkit浏览器*/
+	-khtml-user-select: none; /*早期浏览器*/
+	-moz-user-select: none;/*火狐*/
+	-ms-user-select: none; /*IE10*/
+	user-select: none;
+}
+input,textarea {
+	-webkit-user-select: auto; /*webkit浏览器*/
+	outline: none;
+}