@@ -503,3 +503,6 @@ input,textarea {
-webkit-user-select: auto; /*webkit浏览器*/
outline: none;
}
+img {
+ pointer-events:none;
+}