AIManage/public/css/v2.css

44 lines
876 B
CSS
Raw Normal View History

2024-09-28 13:35:18 +08:00
#app .el-header{
background: #3894FF;
color: #fff;
height: 84px;
}
#app .el-header *{
color: #fff !important;
}
2024-10-08 21:44:49 +08:00
#app .el-header .logo-title2{
display: none;
}
#app .el-header .logo-small1{
display: none;
}
2024-09-28 13:35:18 +08:00
#app .el-header .logo-title-small{
color: #003F88 !important;
text-shadow: 1px 1px 1px #ffffff;
}
#app .el-aside{
background-color: #98C3F5;
}
#app .el-aside .el-menu{
background-color: transparent;
}
#app .el-aside .el-menu .el-menu-item{
color: #fff;
}
#app .el-aside .el-menu .el-menu-item:hover{
color: #fff;
background-color:#3894FF88;
}
#app .el-aside .el-menu .el-sub-menu__title{
color: #fff;
}
#app .el-aside .el-menu .router-link-active .el-menu-item{
background-color: #3894FF;
color: #333;
border-right-color: #fff;
}
use[aria-labelledby="icon-web"] path{
fill:red !important;
}