|
@@ -23,9 +23,9 @@
|
|
bottom: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
left: 0;
|
|
z-index: 1001;
|
|
z-index: 1001;
|
|
- overflow: hidden;
|
|
|
|
- -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
|
|
|
|
- box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
|
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ // -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
|
|
|
|
+ // box-shadow: 2px 0 6px rgba(0, 21, 41, .35);
|
|
|
|
|
|
// reset element-ui css
|
|
// reset element-ui css
|
|
.horizontal-collapse-transition {
|
|
.horizontal-collapse-transition {
|
|
@@ -55,9 +55,29 @@
|
|
}
|
|
}
|
|
|
|
|
|
a {
|
|
a {
|
|
- display: inline-block;
|
|
|
|
|
|
+ display: flex;
|
|
width: 100%;
|
|
width: 100%;
|
|
- overflow: hidden;
|
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ flex-direction: row;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ h1{
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ text-align: left;
|
|
|
|
+ p{
|
|
|
|
+ padding: 0px;
|
|
|
|
+ margin: 0px;
|
|
|
|
+ line-height: 20px;
|
|
|
|
+ font-size:18px ;
|
|
|
|
+ font-weight: normal;
|
|
|
|
+ }
|
|
|
|
+ span{
|
|
|
|
+ font-size:11px ;
|
|
|
|
+ color: #8e98d9;
|
|
|
|
+ line-height: 18px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.svg-icon {
|
|
.svg-icon {
|
|
@@ -67,13 +87,28 @@
|
|
.el-menu {
|
|
.el-menu {
|
|
border: none;
|
|
border: none;
|
|
height: 100%;
|
|
height: 100%;
|
|
- width: 100% !important;
|
|
|
|
|
|
+ width: 100% !important;
|
|
|
|
+ a{
|
|
|
|
+ justify-content: left;
|
|
|
|
+ display: block;
|
|
|
|
+
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.el-menu-item, .el-submenu__title {
|
|
.el-menu-item, .el-submenu__title {
|
|
overflow: hidden !important;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis !important;
|
|
text-overflow: ellipsis !important;
|
|
- white-space: nowrap !important;
|
|
|
|
|
|
+ white-space: nowrap !important;
|
|
|
|
+ margin-right: 20px;
|
|
|
|
+ height: 42px;
|
|
|
|
+ line-height: 42px;
|
|
|
|
+ i{
|
|
|
|
+ background: url("../images/sooka-on.png") no-repeat center;
|
|
|
|
+ color: rgb(144 147 153 / 3%)!important;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ right: 13px;
|
|
|
|
+ margin-top: -8px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// menu hover
|
|
// menu hover
|
|
@@ -82,10 +117,66 @@
|
|
&:hover {
|
|
&:hover {
|
|
background-color: rgba(0, 0, 0, 0.06) !important;
|
|
background-color: rgba(0, 0, 0, 0.06) !important;
|
|
}
|
|
}
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ }
|
|
|
|
+ & .theme-dark .is-active{
|
|
|
|
+ position: relative;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+ .is-active.submenu-title-noDropdown{
|
|
|
|
+ background-color: #3565e3 !important;
|
|
|
|
+ border-bottom-right-radius: 25px;
|
|
|
|
+ border-top-right-radius: 25px;
|
|
|
|
+ color: #fff !important;
|
|
|
|
+ }
|
|
|
|
+ .router-link-active{
|
|
|
|
+ position: relative;
|
|
|
|
+ &::after{
|
|
|
|
+ border-bottom: 7px solid transparent;
|
|
|
|
+ border-right: 7px solid #fff;
|
|
|
|
+ border-top: 7px solid transparent;
|
|
|
|
+ content: " ";
|
|
|
|
+ display: block;
|
|
|
|
+ height: 0;
|
|
|
|
+ margin-left: -19px;
|
|
|
|
+ width: 0;
|
|
|
|
+ position: absolute;
|
|
|
|
+ /* pointer-events: all; */
|
|
|
|
+ top: 14px;
|
|
|
|
+ right: 0px;
|
|
|
|
+ }
|
|
|
|
+ .is-active::after{
|
|
|
|
+ border-bottom:0!important;
|
|
|
|
+ border-right: 0!important;
|
|
|
|
+ border-top: 0!important;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+& .theme-dark .is-active::after{
|
|
|
|
+ border-bottom: 7px solid transparent;
|
|
|
|
+ border-right: 7px solid #fff;
|
|
|
|
+ border-top: 7px solid transparent;
|
|
|
|
+ content: " ";
|
|
|
|
+ display: block;
|
|
|
|
+ height: 0;
|
|
|
|
+ margin-left: -19px;
|
|
|
|
+ width: 0;
|
|
|
|
+ position: absolute;
|
|
|
|
+ /* pointer-events: all; */
|
|
|
|
+ top: 14px;
|
|
|
|
+ right: 0px;
|
|
|
|
+
|
|
|
|
+}
|
|
& .theme-dark .is-active > .el-submenu__title {
|
|
& .theme-dark .is-active > .el-submenu__title {
|
|
- color: $base-menu-color-active !important;
|
|
|
|
|
|
+ color: $base-menu-color-active !important;
|
|
|
|
+ background-color: #3565e3!important;
|
|
|
|
+ border-bottom-right-radius: 25px;
|
|
|
|
+ border-top-right-radius: 25px;
|
|
|
|
+ i{
|
|
|
|
+ background: url("../images/sooka-on.png") no-repeat center;
|
|
|
|
+ color: rgb(144 147 153 / 3%)!important;
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
& .nest-menu .el-submenu > .el-submenu__title,
|
|
& .nest-menu .el-submenu > .el-submenu__title,
|
|
@@ -99,7 +190,7 @@
|
|
|
|
|
|
& .theme-dark .nest-menu .el-submenu > .el-submenu__title,
|
|
& .theme-dark .nest-menu .el-submenu > .el-submenu__title,
|
|
& .theme-dark .el-submenu .el-menu-item {
|
|
& .theme-dark .el-submenu .el-menu-item {
|
|
- background-color: $base-sub-menu-background !important;
|
|
|
|
|
|
+ background-color: #082db1 !important;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
background-color: $base-sub-menu-hover !important;
|
|
background-color: $base-sub-menu-hover !important;
|