Commit 2e86cfc1c8df6742d2ade556a9944f77ba7a734c
Merge branch 'branch' of http://192.168.1.195:9998/web_developers/javaplatform into branch
Showing
2 changed files
with
6 additions
and
0 deletions
css/libCss/common.css
... | ... | @@ -2,6 +2,7 @@ body{ |
2 | 2 | position: relative; |
3 | 3 | } |
4 | 4 | body,html{ |
5 | + overflow: hidden; | |
5 | 6 | width: 100%; |
6 | 7 | height: 100%; |
7 | 8 | } |
... | ... | @@ -23,4 +24,6 @@ section{ |
23 | 24 | width: 100%; |
24 | 25 | height: 100%; |
25 | 26 | padding-left: 100px; |
27 | + /* padding-top: 100px; */ | |
28 | + margin-top: -100px; | |
26 | 29 | } |
27 | 30 | \ No newline at end of file | ... | ... |
index.html
... | ... | @@ -6,6 +6,9 @@ |
6 | 6 | <meta name="renderer" content="ie-comp"> |
7 | 7 | <meta name="renderer" content="ie-stand"> |
8 | 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 | 12 | <title>首页</title> |
10 | 13 | <link rel="stylesheet" href="css/libCss/common.css"> |
11 | 14 | <link rel="stylesheet" href="css/libCss/bootstrap.min.css"> | ... | ... |