fix new theme

This commit is contained in:
smallwei 2019-03-06 14:37:47 +08:00
parent f9abf2254b
commit d9d3f0145b
3 changed files with 20 additions and 11 deletions

View File

@ -3,6 +3,9 @@
.el-menu--popup{
.el-menu-item{
background-color: #20222a;
i{
margin-right: 5px;
}
i,span{
color:hsla(0,0%,100%,.7);
}
@ -56,6 +59,9 @@
background-color: rgba(0,0,0,.4);
}
.el-menu-item,.el-submenu__title{
i{
margin-right: 5px;
}
i,span{
color:hsla(0,0%,100%,.7);
}

View File

@ -4,7 +4,7 @@
background-color: #ebf1f6;
box-shadow: none;
.avue-logo_title{
font-size: 24px;
font-size: 22px;
font-weight: 400;
}
}

View File

@ -4,16 +4,19 @@
box-shadow: none;
text-align: center;
.avue-logo_title{
padding: 5px 8px 8px 8px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
font-size: 25px;
color:#fff;
font-weight: 500;
display: inline;
background-color: #409EFF;
div{
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
font-size: 22px;
color:#fff;
font-weight: 500;
margin: 10px auto;
width: 180px;
height: 45px;
background-color: #409EFF;
}
}
}
.avue-tags{