merge
This commit is contained in:
commit
a446c45bff
|
|
@ -3959,80 +3959,29 @@ html>body #ajax-indicator {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-nav ul#header-nav {
|
.head-nav ul#header-nav{
|
||||||
position: absolute;
|
overflow: hidden;
|
||||||
top: 0px;
|
white-space: nowrap;
|
||||||
z-index: 3;
|
overflow-x: auto;
|
||||||
height: 58px;
|
display: flex;
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-nav ul#header-nav li {
|
.head-nav ul#header-nav li{
|
||||||
float: left;
|
|
||||||
height: 58px;
|
height: 58px;
|
||||||
line-height: 58px;
|
line-height: 58px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: relative;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
padding-right:40px;
|
padding-right:40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-nav ul#header-nav li a {
|
.head-nav ul#header-nav a {
|
||||||
display: block;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 16px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-nav ul#header-nav li a:hover,.head-nav ul#header-nav li.active a {
|
.head-nav ul#header-nav li a:hover,.head-nav ul#header-nav li.active a {
|
||||||
color: #5091FF;
|
color: #5091FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.head-nav ul#header-nav li:last-child {
|
|
||||||
margin-right: 0px
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.head-nav ul#header-nav li p:hover {
|
|
||||||
color: #cccccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.head-nav ul#header-nav li p {
|
|
||||||
display: block;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
color: #fff
|
|
||||||
}
|
|
||||||
|
|
||||||
/* .head-nav ul#header-nav li.active div ul li a {
|
|
||||||
color: #000 !important;
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* .head-nav ul#header-nav li.active div ul li a:hover {
|
|
||||||
color: #FFF !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.head-nav ul#header-nav li.active ul li a {
|
|
||||||
color: #000 !important;
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* .head-nav ul#header-nav li.active ul li a:hover {
|
|
||||||
color: #FFF !important;
|
|
||||||
} */
|
|
||||||
|
|
||||||
/* .head-nav ul#header-nav li.active:after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
left: 0px;
|
|
||||||
top: auto;
|
|
||||||
bottom: 10px;
|
|
||||||
right: auto;
|
|
||||||
height: 2px;
|
|
||||||
width: 32px;
|
|
||||||
background-color: #459be5;
|
|
||||||
} */
|
|
||||||
|
|
||||||
.head-right {
|
.head-right {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue