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;