forked from liweijie/education
系统风格以及部分页面样式变更
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
transition: width 0.28s;
|
||||
width: $base-sidebar-width !important;
|
||||
background-color: $base-menu-background;
|
||||
border-right: 1px solid rgba(3, 49, 40, 0.32);
|
||||
box-shadow: 4px 0 14px rgba(8, 51, 42, 0.08);
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@@ -52,14 +54,15 @@
|
||||
white-space: nowrap !important;
|
||||
height: 44px !important;
|
||||
line-height: 44px !important;
|
||||
font-weight: 600;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.2px;
|
||||
}
|
||||
|
||||
// menu hover
|
||||
.submenu-title-noDropdown,
|
||||
.el-submenu__title {
|
||||
&:hover {
|
||||
background-color: rgba(0, 0, 0, 0.06) !important;
|
||||
background-color: rgba(255, 255, 255, 0.08) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,29 +114,29 @@
|
||||
content: '';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-right: 3px solid #FFC53D;
|
||||
background-color: rgba(255, 255, 255, 0.13);
|
||||
border-left: 3px solid #d7b45a;
|
||||
pointer-events: none;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.el-submenu.is-active > .el-submenu__title {
|
||||
color: #E6F4EA !important;
|
||||
color: #ffffff !important;
|
||||
font-weight: 600;
|
||||
|
||||
&::before {
|
||||
background-color: rgba(255, 255, 255, 0.15);
|
||||
border-right: 3px solid #FFC53D;
|
||||
background-color: rgba(255, 255, 255, 0.10);
|
||||
border-left: 3px solid #d7b45a;
|
||||
}
|
||||
|
||||
.el-submenu__icon-arrow {
|
||||
color: #FFC53D !important;
|
||||
color: #e2c36f !important;
|
||||
}
|
||||
}
|
||||
|
||||
.el-submenu__title .el-submenu__icon-arrow {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
color: rgba(255, 255, 255, 0.76);
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
transition: transform 0.2s;
|
||||
|
||||
Reference in New Issue
Block a user