Browse Source

移动版页面结构修改

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

+ 64 - 7
src/main/webapp/resources/css/index_mobile.css

@@ -47,6 +47,10 @@ a {
 	font-size: 16px !important;
 }
 
+.f18 {
+	font-size: 18px !important;
+}
+
 [ng-click] {
 	cursor: pointer;
 }
@@ -67,11 +71,6 @@ a {
 	padding: 0px 5px;
 }
 
-.container {
-	padding-left: 0px;
-	padding-right: 0px;
-}
-
 .ellipsis{
 	width: 80px;
 	overflow:hidden;
@@ -107,6 +106,10 @@ a {
 	padding: 4px 5px;
 }
 
+.text-default {
+	color: #56a022;
+}
+
 .text-num {
 	font-style: normal;
 	font-family: verdana;
@@ -124,6 +127,18 @@ a {
 	color: #333;
 }
 
+.text-bold {
+	font-weight: 700;
+}
+
+.text-light {
+	color: #666;
+}
+
+.text-simple {
+	color: #aaa;
+}
+
 .expand {
 	border-top: solid 2px #339999;
 	border-left: solid 2px #339999;
@@ -134,6 +149,47 @@ a {
 	background-color: #339999;
 }
 
+/*header*/
+#top {
+	border-top: 4px solid #44b549;
+	border-bottom: 1px solid #afb1b8;
+}
+
+#top.navbar {
+	border-left: none;
+	border-right: none;
+	margin-bottom: 0;
+}
+
+#top .navbar-header .navbar-brand {
+	height: 50px;
+	line-height: 50px;
+}
+
+#top .navbar-header .title {
+	background: url("../img/logo/uas_gray.png") no-repeat center center;
+	width: 87px;
+	height: 50px;
+}
+
+#top .navbar-header b {
+	display: block;
+	width: 1px;
+	height: 18px;
+	margin: 18px 10px 0 11px;
+	z-index: 100;
+	float: left;
+	background: #ccc;
+}
+
+.navbar-header span {
+	float: left;
+	height: 50px;
+	line-height: 50px;
+	font-size: 20px;
+	color: #666;
+}
+
 /* top */
 .top {
 	height: 30px;
@@ -160,11 +216,12 @@ a {
 /*loading*/
 .loading {
 	display: none;
-	position: absolute;
+	position: fixed;
 	width: 100%;
-	height: 300px;
+	height: 100%;
 	top: 0;
 	left: 0;
+	z-index: 1000;
 }
 
 .loading.in {

+ 9 - 5
src/main/webapp/resources/css/signin.css

@@ -28,6 +28,14 @@ h1,h2,h3 {
 	}
 }
 
+.f16 {
+	font-size: 16px;
+}
+
+.f18 {
+	font-size: 18px;
+}
+
 .has-feedback-left {
 	position: relative;
 }
@@ -229,14 +237,10 @@ h1,h2,h3 {
 
 #login-wrap-mobile {
 	width: 100%;
-	margin-top: 120px;
-	padding: 25px 35px 20px;
+	padding: 25px 15px 20px;
 	border-radius: 2px;
 	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
-	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
-	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
-	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
 	background-color: #fff;
 }