|
@@ -47,6 +47,10 @@ a {
|
|
|
font-size: 16px !important;
|
|
font-size: 16px !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.f18 {
|
|
|
|
|
+ font-size: 18px !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
[ng-click] {
|
|
[ng-click] {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
}
|
|
}
|
|
@@ -67,11 +71,6 @@ a {
|
|
|
padding: 0px 5px;
|
|
padding: 0px 5px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.container {
|
|
|
|
|
- padding-left: 0px;
|
|
|
|
|
- padding-right: 0px;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.ellipsis{
|
|
.ellipsis{
|
|
|
width: 80px;
|
|
width: 80px;
|
|
|
overflow:hidden;
|
|
overflow:hidden;
|
|
@@ -107,6 +106,10 @@ a {
|
|
|
padding: 4px 5px;
|
|
padding: 4px 5px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.text-default {
|
|
|
|
|
+ color: #56a022;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.text-num {
|
|
.text-num {
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
font-family: verdana;
|
|
font-family: verdana;
|
|
@@ -124,6 +127,18 @@ a {
|
|
|
color: #333;
|
|
color: #333;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.text-bold {
|
|
|
|
|
+ font-weight: 700;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.text-light {
|
|
|
|
|
+ color: #666;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.text-simple {
|
|
|
|
|
+ color: #aaa;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.expand {
|
|
.expand {
|
|
|
border-top: solid 2px #339999;
|
|
border-top: solid 2px #339999;
|
|
|
border-left: solid 2px #339999;
|
|
border-left: solid 2px #339999;
|
|
@@ -134,6 +149,47 @@ a {
|
|
|
background-color: #339999;
|
|
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 */
|
|
|
.top {
|
|
.top {
|
|
|
height: 30px;
|
|
height: 30px;
|
|
@@ -160,11 +216,12 @@ a {
|
|
|
/*loading*/
|
|
/*loading*/
|
|
|
.loading {
|
|
.loading {
|
|
|
display: none;
|
|
display: none;
|
|
|
- position: absolute;
|
|
|
|
|
|
|
+ position: fixed;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 300px;
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
left: 0;
|
|
left: 0;
|
|
|
|
|
+ z-index: 1000;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.loading.in {
|
|
.loading.in {
|