Commit 90f9c3a15ce45db451e8d48b583e4272b2edaa19
1 parent
0af12f02
首页
Showing
2 changed files
with
6 additions
and
0 deletions
css/libCss/common.css
@@ -2,6 +2,7 @@ body{ | @@ -2,6 +2,7 @@ body{ | ||
2 | position: relative; | 2 | position: relative; |
3 | } | 3 | } |
4 | body,html{ | 4 | body,html{ |
5 | + overflow: hidden; | ||
5 | width: 100%; | 6 | width: 100%; |
6 | height: 100%; | 7 | height: 100%; |
7 | } | 8 | } |
@@ -23,4 +24,6 @@ section{ | @@ -23,4 +24,6 @@ section{ | ||
23 | width: 100%; | 24 | width: 100%; |
24 | height: 100%; | 25 | height: 100%; |
25 | padding-left: 100px; | 26 | padding-left: 100px; |
27 | + /* padding-top: 100px; */ | ||
28 | + margin-top: -100px; | ||
26 | } | 29 | } |
27 | \ No newline at end of file | 30 | \ No newline at end of file |
index.html
@@ -6,6 +6,9 @@ | @@ -6,6 +6,9 @@ | ||
6 | <meta name="renderer" content="ie-comp"> | 6 | <meta name="renderer" content="ie-comp"> |
7 | <meta name="renderer" content="ie-stand"> | 7 | <meta name="renderer" content="ie-stand"> |
8 | <meta name="google" content="notranslate" /> | 8 | <meta name="google" content="notranslate" /> |
9 | + <meta http-equiv="pragma" content="no-cache"> | ||
10 | + <meta http-equiv="cache-control" content="no-cache"> | ||
11 | + <meta http-equiv="expires" content="0"> | ||
9 | <title>首页</title> | 12 | <title>首页</title> |
10 | <link rel="stylesheet" href="css/libCss/common.css"> | 13 | <link rel="stylesheet" href="css/libCss/common.css"> |
11 | <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> | 14 | <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> |