no message

Former-commit-id: eb3c3dd8dfec3bd9a88a114af3db44847f1d8643
Former-commit-id: 541fb1af65045b53a5683f99f1ee88f1f3ababb9
Former-commit-id: 6f819bc1ba1fc2836bf2e663bc2e017561915a09
Former-commit-id: b8b9b3b39bf13a8084237eca938127023b363c6e
This commit is contained in:
liyang
2018-06-12 00:45:40 +08:00
parent 4ec60af5f1
commit e171fbfca5
7 changed files with 16 additions and 1 deletions

View File

@@ -4,8 +4,10 @@ $theme-name: 'd2';
$theme-bg-color: $color-bg;
// 主题背景图片
// $theme-bg-image: '/static/image/bg/xxx.jpg';
// container组件
$theme-container-background-color: rgba(#FFF, 1);
$theme-container-header-footer-background-color: rgba(#FFF, .6);
$theme-container-border-inner: 1px solid $color-border-2;
$theme-container-border-outer: 1px solid $color-border-1;