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
113
@color-yellow:#eb8c00;
@color-orange:#dc6900;
@color-pink:#db536a;
@color-light-red:#e0301e;
@color-red:#a32020;
@color-deep-red:#602320;
@color-grey:#968c6d;
@color-black:#3f3f40;
@color-gray:#939598;
@color-light-gray:#c7c8ca;
/*@color-white-smoke:#e7e7e8;*/
@color-white-smoke:whitesmoke;
@color-white:#FFFFFF;
@color-background:@color-white;
@color-selected-row:@color-gray;
@color-border:@color-light-gray;
@color-odd-row:@color-white;
@color-even-row:@color-white-smoke;
@color-a-active-color:@color-light-red;
@color-a-hover-color:@color-orange;
@color-light-gray-f3: #F3F3F3;
@color-light-gray-d9: #D9D9D9;
@font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
@font-size-small:12px;
@font-size-normal:14px;
@font-size-big:18px;
@font-size-sub-header:24px;
@font-size-header:30px;
@thin-border:1px;
@normal-border:2px;
@thick-border:3px;
.template-1-button{
}
.template-2-button{
}
.template-3-button{
}
.template-4-button{
}
.template-1-dropdown-button{
}
.template-2-dropdown-button{
}
.template-3-dropdown-button{
}
.template-4-dropdown-button{
}
.template-add-button{
}
.template-edit-button{
}
.template-delete-button{
}
.template-add-button-noborder{
}
.template-edit-button-noborder{
}
.template-delete-button-noborder{
}
@nav-left-color:#ffd800;
.nav-left{
background-color:@nav-left-color;
}
.scroller {
/*white-space: pre-line;*/
overflow-y: hidden;
position: relative;
height:100%;
}
.icon-delete {
color: #d35412 !important;
cursor: pointer;
}