|
@@ -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;
|