2018-06-11 13:29:06 +08:00
|
|
|
// 主题名称
|
|
|
|
|
$theme-name: 'd2';
|
|
|
|
|
// 主题背景颜色
|
2018-06-27 22:21:36 +08:00
|
|
|
$theme-bg-color: #ebf1f6;
|
2018-06-15 22:49:03 +08:00
|
|
|
// 主题背景图片遮罩
|
|
|
|
|
$theme-bg-mask: rgba(#000, 0);
|
2018-06-12 00:45:40 +08:00
|
|
|
|
2018-06-12 00:33:06 +08:00
|
|
|
// container组件
|
|
|
|
|
$theme-container-background-color: rgba(#FFF, 1);
|
2018-06-12 00:45:40 +08:00
|
|
|
$theme-container-header-footer-background-color: rgba(#FFF, .6);
|
2018-06-28 15:23:42 +08:00
|
|
|
$theme-container-border-inner: 1px solid #cfd7e5;
|
|
|
|
|
$theme-container-border-outer: 1px solid #cfd7e5;
|
2018-06-28 17:04:59 +08:00
|
|
|
$theme-multiple-page-control-border-color: red;
|
2018-06-11 13:29:06 +08:00
|
|
|
|
|
|
|
|
// 顶栏和侧边栏中展开的菜单 hover 状态下
|
|
|
|
|
$theme-menu-item-color-hover: #293849;
|
|
|
|
|
$theme-menu-item-background-color-hover: #ecf5ff;
|
|
|
|
|
|
|
|
|
|
// 顶栏上的文字颜色
|
|
|
|
|
$theme-header-item-color: $color-text-normal;
|
|
|
|
|
$theme-header-item-background-color: transparent;
|
|
|
|
|
// 顶栏上的项目在 hover 时
|
2018-06-27 22:21:36 +08:00
|
|
|
$theme-header-item-color-hover: #2f74ff;
|
|
|
|
|
$theme-header-item-background-color-hover: rgba(#FFF, .5);
|
2018-06-11 13:29:06 +08:00
|
|
|
// 顶栏上的项目在 focus 时
|
2018-06-27 22:21:36 +08:00
|
|
|
$theme-header-item-color-focus: #2f74ff;
|
|
|
|
|
$theme-header-item-background-color-focus: rgba(#FFF, .5);
|
2018-06-11 13:29:06 +08:00
|
|
|
// 顶栏上的项目在 active 时
|
2018-06-27 22:21:36 +08:00
|
|
|
$theme-header-item-color-active: #2f74ff;
|
|
|
|
|
$theme-header-item-background-color-active: rgba(#FFF, .5);
|
2018-06-11 13:29:06 +08:00
|
|
|
|
|
|
|
|
// 侧边栏上的文字颜色
|
|
|
|
|
$theme-aside-item-color: $color-text-normal;
|
|
|
|
|
$theme-aside-item-background-color: transparent;
|
|
|
|
|
// 侧边栏上的项目在 hover 时
|
2018-06-27 22:21:36 +08:00
|
|
|
$theme-aside-item-color-hover: #2f74ff;
|
|
|
|
|
$theme-aside-item-background-color-hover: rgba(#FFF, .5);
|
2018-06-11 13:29:06 +08:00
|
|
|
// 侧边栏上的项目在 focus 时
|
2018-06-27 22:21:36 +08:00
|
|
|
$theme-aside-item-color-focus: #2f74ff;
|
|
|
|
|
$theme-aside-item-background-color-focus: rgba(#FFF, .5);
|
2018-06-11 13:29:06 +08:00
|
|
|
// 侧边栏上的项目在 active 时
|
2018-06-27 22:21:36 +08:00
|
|
|
$theme-aside-item-color-active: #2f74ff;
|
|
|
|
|
$theme-aside-item-background-color-active: rgba(#FFF, .5);
|
2018-06-13 13:53:28 +08:00
|
|
|
|
|
|
|
|
// 侧边栏菜单为空的时候显示的元素
|
|
|
|
|
$theme-aside-menu-empty-icon-color: $color-text-normal;
|
|
|
|
|
$theme-aside-menu-empty-text-color: $color-text-normal;
|
2018-06-13 13:58:12 +08:00
|
|
|
$theme-aside-menu-empty-background-color: rgba(#000, .03);
|
2018-06-13 13:53:28 +08:00
|
|
|
$theme-aside-menu-empty-icon-color-hover: $color-text-main;
|
|
|
|
|
$theme-aside-menu-empty-text-color-hover: $color-text-main;
|
2018-06-13 13:58:12 +08:00
|
|
|
$theme-aside-menu-empty-background-color-hover: rgba(#000, .05);
|