管理界面可以切换风格

This commit is contained in:
刘祥超
2021-07-12 10:21:17 +08:00
parent 9e36847397
commit 32683a2b59
12 changed files with 159 additions and 12 deletions

View File

@@ -241,7 +241,6 @@ body.expanded .main {
z-index: 1000;
overflow-x: auto;
border: 0 !important;
background: #14539A !important;
img.avatar {
width: 1.6em !important;
@@ -279,6 +278,18 @@ body.expanded .main {
}
}
.top-nav.theme1 {
background: #14539A !important;
}
.top-nav.theme2 {
background: #276AC6 !important;
}
.top-nav.theme3 {
background: #007D9C !important;
}
.top-nav::-webkit-scrollbar {
height: 2px;
}
@@ -419,16 +430,35 @@ body.expanded .main {
top: 2em;
bottom: 0;
overflow-y: auto;
background: #14539A !important;
z-index: 10;
.menu {
background: #14539A !important;
border: 0 !important;
box-shadow: none !important;
}
}
.main-menu.theme1 {
background: #14539A !important;
.menu {
background: #14539A !important;
}
}
.main-menu.theme2 {
background: #276AC6 !important;
.menu {
background: #276AC6 !important;
}
}
.main-menu.theme3 {
background: #007D9C !important;
.menu {
background: #007D9C !important;
}
}
.main-menu::-webkit-scrollbar {
width: 2px;
}