|
@@ -605,56 +605,61 @@ a.none:hover {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-nav {
|
|
.left-nav {
|
|
|
- margin-top: 10px;
|
|
|
|
|
- padding-bottom: 10px;
|
|
|
|
|
- border-bottom: 1px solid #e8e8e8;
|
|
|
|
|
|
|
+ /*margin-top: 10px;*/
|
|
|
|
|
+ background-color: #ffffff;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
.left-nav>ul>li {
|
|
.left-nav>ul>li {
|
|
|
text-indent: 15px;
|
|
text-indent: 15px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-nav>ul>li>a {
|
|
.left-nav>ul>li>a {
|
|
|
display: block;
|
|
display: block;
|
|
|
- padding: 6px 20px;
|
|
|
|
|
|
|
+ padding-left:25px;
|
|
|
clear: both;
|
|
clear: both;
|
|
|
- line-height: 1.42857143;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
|
|
+ line-height: 40px;
|
|
|
|
|
+ /*white-space: nowrap;*/
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ border-bottom:1px dashed #e1e1e1;
|
|
|
|
|
+ color:#666;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-nav>ul>li:hover,.left-nav>ul>li.active {
|
|
.left-nav>ul>li:hover,.left-nav>ul>li.active {
|
|
|
- background-color: #999;
|
|
|
|
|
|
|
+ background-color: #eee;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-nav>ul>li.active {
|
|
.left-nav>ul>li.active {
|
|
|
- background-color: #6f6f6f;
|
|
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ background-color: #eee;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.left-nav>ul>li:hover *,.left-nav>ul>li.active * {
|
|
.left-nav>ul>li:hover *,.left-nav>ul>li.active * {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
- text-decoration: none
|
|
|
|
|
|
|
+ text-decoration: none;
|
|
|
|
|
+ background-color: #6f6f6f;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.nav-label {
|
|
.nav-label {
|
|
|
- text-indent: 35px;
|
|
|
|
|
- height: 40px;
|
|
|
|
|
- line-height: 40px;
|
|
|
|
|
- color: #9ea9c0;
|
|
|
|
|
|
|
+ height: 50px;
|
|
|
|
|
+ line-height: 50px;
|
|
|
|
|
+ color: #333;
|
|
|
|
|
+ font-weight:bold;
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
- position: relative;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.nav-label>i {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- left: 15px;
|
|
|
|
|
- top: 18px;
|
|
|
|
|
- width: 0;
|
|
|
|
|
- height: 0;
|
|
|
|
|
- border-color: transparent;
|
|
|
|
|
- border-style: solid;
|
|
|
|
|
- border-width: 5px 5px 0 5px;
|
|
|
|
|
- border-top-color: #9ea9c0;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ padding:0 10px;
|
|
|
|
|
+ border-bottom:1px dashed #e1e1e1;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+/*.nav-label>i {*/
|
|
|
|
|
+ /*position: absolute;*/
|
|
|
|
|
+ /*left: 15px;*/
|
|
|
|
|
+ /*top: 18px;*/
|
|
|
|
|
+ /*width: 0;*/
|
|
|
|
|
+ /*height: 0;*/
|
|
|
|
|
+ /*border-color: transparent;*/
|
|
|
|
|
+ /*border-style: solid;*/
|
|
|
|
|
+ /*border-width: 5px 5px 0 5px;*/
|
|
|
|
|
+ /*border-top-color: #9ea9c0;*/
|
|
|
|
|
+/*}*/
|
|
|
|
|
|
|
|
.help-container,.contact-container,.new-container {
|
|
.help-container,.contact-container,.new-container {
|
|
|
padding: 15px 10px;
|
|
padding: 15px 10px;
|