This commit is contained in:
parent
cccb2af340
commit
a8c1ba8b3f
|
@ -3947,17 +3947,62 @@ html>body #ajax-indicator {
|
|||
padding-right:40px;
|
||||
}
|
||||
|
||||
.downMenus{
|
||||
background: #ffffff;
|
||||
box-shadow: 0px 10px 16px 0px #cecece;
|
||||
border-radius: 6px;
|
||||
position: absolute;
|
||||
z-index: 999;
|
||||
left: -20px;
|
||||
top: -15px;
|
||||
padding: 20px;
|
||||
line-height: 1.5;
|
||||
min-width: 105px;
|
||||
}
|
||||
.downMenus li{
|
||||
cursor: pointer;
|
||||
}
|
||||
.downMenus li:hover aside{
|
||||
color: #165dff!important;
|
||||
}
|
||||
.namediv{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.head-nav ul#header-nav li a {
|
||||
display: block;
|
||||
/* display: block;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
font-size: 16px; */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
}
|
||||
#header-nav li .namediv i{
|
||||
font-size: 14px!important;
|
||||
display: inline-block;
|
||||
color: #979797;
|
||||
margin:0px 3.58px 0px 3px;
|
||||
transform: translateY(0.5px);
|
||||
}
|
||||
|
||||
.head-nav ul#header-nav li a:hover,.head-nav ul#header-nav li.active a {
|
||||
color: #5091FF;
|
||||
}
|
||||
#header-nav li.active a::before{
|
||||
content: '';
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #c5c5c5;
|
||||
position: absolute;
|
||||
bottom: 17px;
|
||||
left: 0;
|
||||
border-radius: 1px;
|
||||
}
|
||||
|
||||
.head-nav ul#header-nav li:last-child {
|
||||
margin-right: 0px
|
||||
|
|
Loading…
Reference in New Issue