no message

Former-commit-id: 92b430b7bc92e6207b77fa78e49825f6b8d0b26a
Former-commit-id: b47caa67a46dc037d37a94a0541642d81d7140ce
Former-commit-id: b7f3f72c8a966c4cc3ce7563c8bab27a68b325fe
This commit is contained in:
liyang
2018-06-04 15:13:29 +08:00
parent 91b03b1026
commit a28d8f246b
6 changed files with 75 additions and 55 deletions

View 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;
}
}
}
}
}