From d91b706d0b3d7bb9d44e4f0afbaf1ba655c60b3d Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 27 Apr 2017 14:44:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=9B=BE=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/plugs/aui/aui.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/static/plugs/aui/aui.css b/static/plugs/aui/aui.css index 93e07e1d2..5d634cca9 100644 --- a/static/plugs/aui/aui.css +++ b/static/plugs/aui/aui.css @@ -13,10 +13,10 @@ html { } html, body { - -webkit-touch-callout: none; +/* -webkit-touch-callout: none; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -webkit-user-select: none; + -webkit-user-select: none;*/ width: 100%; } @@ -557,7 +557,7 @@ img.aui-img-round { /*基本容器*/ .aui-content { - -webkit-overflow-scrolling: touch; + /*-webkit-overflow-scrolling: touch;*/ overflow-x: hidden; word-break: break-all; } @@ -566,7 +566,7 @@ img.aui-img-round { margin: 0.75rem; position: relative; word-break: break-all; - -webkit-overflow-scrolling: touch; + /*-webkit-overflow-scrolling: touch;*/ } /*栅格类*/ @@ -953,14 +953,14 @@ input[type="search"]::-webkit-search-cancel-button { .aui-scroll-x { position: relative; overflow-y: auto; - -webkit-overflow-scrolling: touch; + /*-webkit-overflow-scrolling: touch;*/ } .aui-scroll-y { position: relative; width: 100%; overflow-x: auto; - -webkit-overflow-scrolling: touch; + /*-webkit-overflow-scrolling: touch;*/ } ::-webkit-scrollbar {