no message

Former-commit-id: 1685e45104c35f4132d485576253bc7891138a9c
Former-commit-id: 4a54bba4eb5971341718c239a10cfe4647cfbbb5
Former-commit-id: 1834cd06c20dd8a1c9d342528351913c29f0e549
This commit is contained in:
liyang
2018-06-05 14:53:21 +08:00
parent dcceb29e2b
commit 39e7d2ca3c

View File

@@ -6,10 +6,12 @@ $theme-bg-image: '/static/image/bg/star.jpg';
$theme-container-full-border-color: #d8dfea; $theme-container-full-border-color: #d8dfea;
.theme-#{$theme-name} { .theme-#{$theme-name} {
background-color: $theme-bg-color; .theme {
background-image: url($theme-bg-image); background-color: $theme-bg-color;
background-size: cover; background-image: url($theme-bg-image);
background-position: center; background-size: cover;
background-position: center;
}
// 菜单项目 // 菜单项目
@mixin theme-menu-hover-style { @mixin theme-menu-hover-style {
background-color: #eff4f8; background-color: #eff4f8;