From a06537a9daa7bef2c348e42fca05e6d4dd0d22ff Mon Sep 17 00:00:00 2001 From: liuweiwen <“529520975@qq.com> Date: Mon, 2 Dec 2019 15:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=AE=98=E7=BD=91css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Public/Mobile/css/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Public/Mobile/css/common.css b/Public/Mobile/css/common.css index 0af4f8f35..42343feb6 100644 --- a/Public/Mobile/css/common.css +++ b/Public/Mobile/css/common.css @@ -9,7 +9,7 @@ html { color:#333; overflow-x:hidden; margin: 0 auto; - max-width: 640px; + /*max-width: 640px;*/ } img { /*height: 100%;*/ @@ -39,7 +39,7 @@ body { -webkit-highlight: none; overflow:auto; -webkit-tap-highlight-color: rgba(0,0,0,0); - max-width:640px; + /*max-width:640px;*/ margin:0 auto; } .clearfix {