no message
Former-commit-id: 92b430b7bc92e6207b77fa78e49825f6b8d0b26a Former-commit-id: b47caa67a46dc037d37a94a0541642d81d7140ce Former-commit-id: b7f3f72c8a966c4cc3ce7563c8bab27a68b325fe
This commit is contained in:
41
src/assets/style/theme/star/index.scss
Normal file
41
src/assets/style/theme/star/index.scss
Normal file
@@ -0,0 +1,41 @@
|
||||
@import '../theme.scss';
|
||||
|
||||
$theme-name: 'star';
|
||||
$theme-bg-color: #EFF4F8;
|
||||
$theme-bg-image: '/static/image/bg/star.jpg';
|
||||
$theme-container-full-border-color: #d8dfea;
|
||||
|
||||
.theme-#{$theme-name} {
|
||||
background-color: $theme-bg-color;
|
||||
background-image: url($theme-bg-image);
|
||||
// [组件] dd-container-full
|
||||
.dd-container-full {
|
||||
.dd-container-full__header {
|
||||
border-bottom: 1px solid $theme-container-full-border-color;
|
||||
}
|
||||
.dd-container-full__footer {
|
||||
border-top: 1px solid $theme-container-full-border-color;
|
||||
}
|
||||
}
|
||||
.el-header {
|
||||
.toggle-aside-btn {
|
||||
i {
|
||||
color: #FFF;
|
||||
&:hover {
|
||||
color: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-menu {
|
||||
.el-menu-item {
|
||||
color: #FFF;
|
||||
&:hover {
|
||||
background-color: rgba(#000, 0.1);
|
||||
}
|
||||
&.is-active {
|
||||
border-top-color: #FFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user