You need to sign in before continuing.

Commit 2e86cfc1c8df6742d2ade556a9944f77ba7a734c

Authored by Andy
2 parents 8290ca9b 90f9c3a1

Merge branch 'branch' of http://192.168.1.195:9998/web_developers/javaplatform into branch

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">