Browse Source

index.php

洪海涛 8 years ago
parent
commit
a2b5ea9920
1 changed files with 8 additions and 1 deletions
  1. 8 1
      www/protected/modules/o2o/views/web/index.php

+ 8 - 1
www/protected/modules/o2o/views/web/index.php

@@ -9,7 +9,10 @@
   <meta http-equiv="Pragma" content="no-cache">
   <meta http-equiv="Pragma" content="no-cache">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <style media="screen">
   <style media="screen">
-    html {
+    html, body {
+      height: 100%;
+      width: 100%;
+      overflow-x: hidden;
       font-size: 120%;
       font-size: 120%;
     }
     }
 
 
@@ -17,6 +20,10 @@
       margin: 0;
       margin: 0;
       padding: 0;
       padding: 0;
     }
     }
+
+    a {
+      text-decoration: initial;
+    }
   </style>
   </style>
 
 
   <!--vue-->
   <!--vue-->