Browse Source

导航栏和底部栏设置最小宽度

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1289 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 10 years ago
parent
commit
01eb5c10e0

+ 10 - 0
src/main/webapp/resources/css/index.css

@@ -7,6 +7,16 @@ body {
 	background-color: #eff2f9;
 }
 
+#top, #header, #footer {
+	min-width: 1170px;
+}
+
+#top>.container, #header>.container, #footer>.container {
+	width: 1170px;
+	margin: 0 auto;
+	padding: 0 15px;
+}
+
 h1,h2,h3 {
 	font-size: 20px;
 	font-weight: 400;

+ 10 - 0
src/main/webapp/resources/css/public.css

@@ -7,6 +7,16 @@ body {
 	background-color: #eff2f9;
 }
 
+#top, #header, #footer {
+	min-width: 1170px;
+}
+
+#top>.container, #header>.container, #footer>.container {
+	width: 1170px;
+	margin: 0 auto;
+	padding: 0 15px;
+}
+
 h1,h2,h3 {
 	font-size: 20px;
 	font-weight: 400;

+ 10 - 0
src/main/webapp/resources/css/register.css

@@ -6,6 +6,16 @@ body {
 	font-size: 14px;
 }
 
+#top, #header, #footer {
+	min-width: 1170px;
+}
+
+#top>.container, #header>.container, #footer>.container {
+	width: 1170px;
+	margin: 0 auto;
+	padding: 0 15px;
+}
+
 h1,h2,h3 {
 	font-size: 20px;
 	font-weight: 400;

+ 10 - 0
src/main/webapp/resources/css/serve.css

@@ -7,6 +7,16 @@ body {
 	background-color: #eff2f9;
 }
 
+#top, #header, #footer {
+	min-width: 1170px;
+}
+
+#top>.container, #header>.container, #footer>.container {
+	width: 1170px;
+	margin: 0 auto;
+	padding: 0 15px;
+}
+
 h1,h2,h3 {
 	font-size: 20px;
 	font-weight: 400;

+ 10 - 0
src/main/webapp/resources/css/signin.css

@@ -6,6 +6,16 @@ body {
 	font-size: 14px;
 }
 
+/* #top, #header, #footer, #banner{
+	min-width: 1170px;
+}
+
+#top>.container, #header>.container, #footer>.container, #banner>.container {
+	width: 1170px;
+	margin: 0 auto;
+	padding: 0 15px;
+} */
+
 h1,h2,h3 {
 	font-size: 20px;
 	font-weight: 400;