This commit is contained in:
Hunlongyu
2019-11-29 17:51:27 +08:00
parent 632f8778a1
commit dfc16d4441
13 changed files with 274 additions and 90 deletions

View File

@@ -0,0 +1,7 @@
.dark{
.sider,.header,.content{
background-color: #000;
color: #eee;
border: 1px solid #ccc;
}
}

View File

@@ -0,0 +1,24 @@
.light{
.sider,.header,.content{
background-color: #fff;
color: #000;
}
.sider{
border-right: 1px solid #dcdee2;
.sider-box{
color: #808695;
i{
&:hover{
color: #515a6e;
background-color: #efefef;
border-right: 1px solid #808695;
}
&.active{
color: #515a6e;
background-color: #efefef;
border-left: 2px solid #515a6e;
}
}
}
}
}