2021-06-28 15:56:48 +08:00
|
|
|
.head-nav ul#header-nav li:hover a, .head-nav ul#header-nav li.active a{
|
2022-03-01 15:52:02 +08:00
|
|
|
color: #466AFF;
|
2021-06-28 15:56:48 +08:00
|
|
|
}
|
|
|
|
|
.head-nav ul#header-nav li.active a::after{
|
|
|
|
|
content: "";
|
|
|
|
|
width: 100%;
|
|
|
|
|
height:2px;
|
2022-03-01 15:52:02 +08:00
|
|
|
background-color: #466AFF;
|
2021-06-28 15:56:48 +08:00
|
|
|
left:0px;
|
|
|
|
|
bottom: 12px;
|
|
|
|
|
position: absolute;
|
2022-03-01 15:52:02 +08:00
|
|
|
margin-left: 0;
|
2021-11-10 14:30:48 +08:00
|
|
|
}
|
2021-12-16 09:27:14 +08:00
|
|
|
.login-box{
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|