add ui config server

This commit is contained in:
加里
2014-09-11 10:22:08 +08:00
parent bc5659b14f
commit b51236d678
14 changed files with 604 additions and 40 deletions

View File

@@ -2,10 +2,13 @@
background: #000;
height: 42px;
position: relative;
-webkit-box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.75);
}
.topHead h1{
color: rgb(204,204,204);
color: #CCCCCC;
display: inline-block;
}
@@ -17,6 +20,17 @@
color: #777;
}
.ruleDesc{
background: #88C4FE;
border-bottom: 1px solid #333;
}
.ruleDesc h4{
color: #333;
line-height: 25px;
margin: 0;
}
.mainTableWrapper{
margin-top: 0;
}