forgeplus-react/src/modules/tpm/css/headerExcess.css

17 lines
313 B
CSS
Raw Normal View History

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