|
@@ -6,6 +6,12 @@
|
|
|
background-color: #f9f9f9;
|
|
|
border-bottom: 1px solid #eaeaea;
|
|
|
}
|
|
|
+.logo{
|
|
|
+ height: 70px;
|
|
|
+}
|
|
|
+.logo img{
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
.topNav{
|
|
|
width: 100%;
|
|
|
height: 125px;
|
|
@@ -89,21 +95,21 @@
|
|
|
}
|
|
|
|
|
|
.navHeader .logo_right {
|
|
|
- margin-top: 15px;
|
|
|
+ /* margin-top: 15px;
|
|
|
float: left;
|
|
|
padding-left: 20px;
|
|
|
width: 150px;
|
|
|
height: 70px;
|
|
|
background: url("../../../img/index/index_xuan.png") no-repeat center center;
|
|
|
margin-left: 10px;
|
|
|
- background-size:100% 100%;
|
|
|
+ background-size:100% 100%; */
|
|
|
}
|
|
|
|
|
|
.navHeader .nav {
|
|
|
float: left;
|
|
|
vertical-align: top;
|
|
|
margin-top: 16px;
|
|
|
- padding-left: 40px;
|
|
|
+ padding-left: 110px;
|
|
|
}
|
|
|
|
|
|
.navHeader .nav>ul>li {
|