mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
增加小草绿1
This commit is contained in:
parent
28f8c23c94
commit
cbd49abf60
@ -39,6 +39,7 @@ class Config extends Controller
|
||||
'red-1' => '玫瑰红1',
|
||||
'blue-1' => '深空蓝1',
|
||||
'black-1' => '精典黑1',
|
||||
'green-1' => '小草绿1',
|
||||
'red-2' => '玫瑰红2',
|
||||
'blue-2' => '深空蓝2',
|
||||
'black-2' => '精典黑2',
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 645 KiB |
25
public/static/theme/css/_layout_1_green.less
Normal file
25
public/static/theme/css/_layout_1_green.less
Normal file
@ -0,0 +1,25 @@
|
||||
@charset "UTF-8";
|
||||
@import "_config.less";
|
||||
|
||||
.layui-layout-theme-green-1 {
|
||||
@mainActiveBack: #098 !important;
|
||||
@mainNormalBack: rgba(0, 0, 0, 0.1) !important;
|
||||
|
||||
@mainActionText: #FFFFFF !important;
|
||||
@mainNormalText: #EEEEEE !important;
|
||||
|
||||
@headNormalBackColor: @mainActiveBack;
|
||||
@headActiveBackColor: @mainNormalBack;
|
||||
|
||||
@headNormalTextColor: @mainNormalText;
|
||||
@headActionTextColor: @mainActionText;
|
||||
|
||||
@leftNormalTextColor: @mainNormalText;
|
||||
@leftActiveTextColor: @mainActionText;
|
||||
|
||||
@leftBackColor: #344058 !important;
|
||||
@leftNormalBackColor: @mainNormalBack;
|
||||
@leftActiveBackColor: @mainActiveBack;
|
||||
|
||||
@import (multiple)"_layout_1.less";
|
||||
}
|
@ -17,7 +17,7 @@
|
||||
@leftNormalTextColor: @mainNormalText;
|
||||
@leftActiveTextColor: @mainActionText;
|
||||
|
||||
@leftBackColor: #20222A !important;
|
||||
@leftBackColor: #344058 !important;
|
||||
@leftNormalBackColor: @mainNormalBack;
|
||||
@leftActiveBackColor: @mainActiveBack;
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -70,6 +70,7 @@ body {
|
||||
@import '_layout_1_red.less';
|
||||
@import '_layout_1_blue.less';
|
||||
@import '_layout_1_black.less';
|
||||
@import '_layout_1_green.less';
|
||||
|
||||
@import '_layout_2_red.less';
|
||||
@import '_layout_2_blue.less';
|
||||
|
Loading…
x
Reference in New Issue
Block a user