Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1231 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

suntg 10 years ago
parent
commit
8daf2c1a66
1 changed files with 65 additions and 0 deletions
  1. 65 0
      src/main/webapp/resources/css/register.css

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

@@ -12,6 +12,71 @@ h1,h2,h3 {
 	font-style: normal;
 	font-style: normal;
 }
 }
 
 
+.f12 {
+	font-size: 12px;
+}
+
+.f13 {
+	font-size: 13px;
+}
+
+.f14 {
+	font-size: 14px;
+}
+
+.f15 {
+	font-size: 15px;
+}
+
+.f16 {
+	font-size: 16px;
+}
+
+.f18 {
+	font-size: 18px;
+}
+
+.f20 {
+	font-size: 20px;
+}
+
+.text-default {
+	color: #56a022;
+}
+
+.text-inverse {
+	color: #f40 !important
+}
+
+.text-muted {
+	color: #888 !important;
+}
+
+.text-light {
+	color: #666;
+}
+
+.text-simple {
+	color: #aaa;
+}
+
+.text-num {
+	font-style: normal;
+	font-family: verdana;
+}
+
+.text-small {
+	font-size: 10px;
+	font-family: "microsoft yahei";
+	-webkit-transform: scale(0.83);
+	-o-transform: scale(0.83);
+	transform: scale(0.83);
+}
+
+.text-bold {
+	font-weight: 700;
+}
+
 @media ( min-width : 1200px) {
 @media ( min-width : 1200px) {
 	.container {
 	.container {
 		width: 990px;
 		width: 990px;