them.scss
2.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
$main-color:#0069FF;
$font-color:#555555;
$white-font-color:#ffffff;
$white-back-color:#ffffff;
$bodyback-color:#f5f7f9;
$border-color:#e5e5e5;
$title-color:#f4f4f4;
$title-backgroud:#f3f3f3;
$dialog-title:#3BB7FF;
$themes: (
light: (
//字体
font_color1: #fff,
font_color2: #0069ff,
whate_colr:#fff,
submenu_houver:#2d8cf0,
task_icon_color:#ccc,
runtask_color:rgba(102, 102, 102, 1),
sbtask_color:#666666,
pic_color:#555,
tabs_color:#303133,
tabs_active_color:#409EFF,
pic_info_color:#555,
pages_color:#303133,
input_color:#606266,
label_color:#606266,
tablecolor:#606266,
options_color:#555,
//背景
background_color: #fff,
header_background_color: #0069FF,
nav_bg:#fff,
menu_bg:#fff,
mian_bg:#F7F6F9,
treeboxbg:#fff,
editbtncolor: #0069ff,
taskshipintitlebg:#3bb7ff,
picbox_bg:#F1F1F1,
hometabletr_bg:#ffff,
setheader_bg:#ACC1FF,
loading_bg:rgba(255,255,255,.3),
dialog_header_bg: #3BB7FF,
pages_bg:#fff,
active_pages_bg:#0069ff,
dialog_footer_bg:#F6F6F6,
//选中导航背景颜色
active_nave_bg:rgba(0,105,255,.1),
table_tr_bg:#f4f4f4,
dialog_body_bg:#fff,
input_bg:#fff,
table_hover_bg:#f5f7fa,
//边框
border_color1: #3d414a,
table_border:#f4f4f4,
pages_border:#e5e5e5,
),
dark: (
//字体
font_color1: #939FCC,
font_color2: #007DFF,
menu_color:#939FCC,
task_icon_color:#939FCC,
whate_colr:#fff,
submenu_houver:#2d8cf0,
runtask_color:#fff,
sbtask_color:#fff,
pic_color:#939FCC,
topCon_color:#fff,
tabs_color:#939FCC,
tabs_active_color:#047DF7,
pic_info_color:#fff,
pages_color:#3c87ed,
input_color:#fff,
label_color:#9b9b9b,
tablecolor:#fff,
options_color:#939FCC,
//背景
setheader_bg:#0B1745,
background_color: #1b2531,
//头部背景
header_background_color: #0D2052,
nav_bg:#08173E,
menu_bg:#0B1643,
mian_bg:#0B122B,
editbtncolor: #0069ff,
treeboxbg: #172760,
table_th_bg:#0B1745,
taskshipintitlebg:#0D1744,
picbox_bg:#0B1745,
hometabletr_bg:#172760,
loading_bg:rgba(0,0,0,.4),
pages_bg:#0e2869,
table_bg:#666,
active_pages_bg:#095dd0,
dialog_footer_bg:#1B3285,
//选中导航背景颜色
active_nave_bg:rgba(11, 43, 106, .6),
table_tr_bg:#172760,
dialog_header_bg: #0B1745 ,
dialog_body_bg:#172760,
input_bg:#0D2152,
table_hover_bg:rgba(0,0,0,.4),
//边框
border_color1: #3d414a,
table_border:#1E2D66,
input_border: #24326B,
pages_border:#095dd0,
)
);