mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-22 10:29:28 +08:00
feat hey theme
This commit is contained in:
parent
d9d3f0145b
commit
145f8ad072
@ -52,6 +52,10 @@ export default {
|
|||||||
{
|
{
|
||||||
name: "d2主题",
|
name: "d2主题",
|
||||||
value: "theme-d2"
|
value: "theme-d2"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "hey主题",
|
||||||
|
value: "theme-hey"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
45
src/styles/theme/hey.scss
Normal file
45
src/styles/theme/hey.scss
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
.theme-hey{
|
||||||
|
.avue-sidebar{
|
||||||
|
background-color: #fff;
|
||||||
|
box-shadow: 0 1px 4px rgba(0,21,41,.08);
|
||||||
|
.el-menu-item,.el-submenu__title{
|
||||||
|
i,span{
|
||||||
|
color: rgba(49,58,70,.8);
|
||||||
|
}
|
||||||
|
&:hover{
|
||||||
|
background: transparent;
|
||||||
|
i,span{
|
||||||
|
color:#409eff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.is-active {
|
||||||
|
&:before {
|
||||||
|
left:auto;
|
||||||
|
right: 0 ;
|
||||||
|
}
|
||||||
|
background-color: #f0f6ff;
|
||||||
|
i,span{
|
||||||
|
color:#409eff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.avue-logo{
|
||||||
|
background-color: #fff;
|
||||||
|
box-shadow: none;
|
||||||
|
.avue-logo_title{
|
||||||
|
color:#409eff;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.avue-tags{
|
||||||
|
background: #f3f6f8;
|
||||||
|
.el-tabs__item{
|
||||||
|
color: rgba(0,0,0,.65) !important;
|
||||||
|
}
|
||||||
|
.is-active{
|
||||||
|
background-color: #fff;
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -10,3 +10,6 @@
|
|||||||
|
|
||||||
//iview
|
//iview
|
||||||
@import './iview.scss';
|
@import './iview.scss';
|
||||||
|
|
||||||
|
//heyui
|
||||||
|
@import './hey.scss';
|
||||||
|
Loading…
Reference in New Issue
Block a user