From 4edd0bac4afca3b9caa4e2af69d88c642c0dd269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E7=94=A8lww?= <“529520975@qq.com> Date: Wed, 6 Nov 2019 10:32:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Media/View/default/Index/hezuo.html | 2 +- Public/Media/css/reset.css | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Application/Media/View/default/Index/hezuo.html b/Application/Media/View/default/Index/hezuo.html index ca51313c1..0949d9e0b 100644 --- a/Application/Media/View/default/Index/hezuo.html +++ b/Application/Media/View/default/Index/hezuo.html @@ -55,7 +55,7 @@ -
+
diff --git a/Public/Media/css/reset.css b/Public/Media/css/reset.css index adf1ba54c..e43bf5523 100644 --- a/Public/Media/css/reset.css +++ b/Public/Media/css/reset.css @@ -2,16 +2,10 @@ html, body { -webkit-tap-highlight-color: rgba(0,0,0,0); - -webkit-transform-style:preserve-3d; - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - transform:translate3d(0,0,0); -webkit-backface-visibility:hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; - -webkit-perspective: 1000; -moz-perspective: 1000; -ms-perspective: 1000; perspective: 1000;