LiJun
2018-10-29 42acb64952c98e07a0b10bbc9bee4fefb8a72a79
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/* side-bar-menu模块 */
.whyc-sider-menu-container {
    overflow: hidden;
}
.whyc-sider-menu {
    height: 100%;
    background-color: #272822;
    font-size: 14px;
    overflow: hidden;
    overflow-y: auto;
}
/* first */
.whyc-sider-menu>ul>li>a>i.fa {
    margin-left: .5em;
}
/* second */
.whyc-sider-menu>ul>li>ul>li>a>i.fa {
    margin-left: 1em;
}
/* third */
.whyc-sider-menu>ul>li>ul>li>ul>li>a>i.fa {
    margin-left: 1.5em;
}
/* fourth */
.whyc-sider-menu>ul>li>ul>li>ul>li>ul>li>a>i.fa {
    margin-left: 2em;
}
.whyc-sider-menu i.fa {
    color:  #676863;
    font-size:  22px;
    vertical-align: middle;
    margin-right: .5em;
}
.sider-menu-folder, .sider-menu-file {
    display: block;
    padding: .3em 0;
    color:  #cfcfc2;
    white-space: nowrap;
}
.sider-menu-folder:hover, .sider-menu-file:hover {
    background-color:  #494a45;
    color:  #cfcfc2;
    text-decoration: none;
}
 
.sider-menu-file.active {
    color: #FFFFFF;
    background-color: #818280;
}
.sider-menu-open>a>.fa-caret-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.treeview-txt {
    display: inline-block;
    width: 100%;
}
.whyc-sider-menu>ul ul {
    display: none;
}
.whyc-sider-menu .sider-menu-open>ul {
    display: block;
}
.ui-resizable-e {
    width: 10px;
}
.whyc-sider-menu .sider-menu-open>.treeView-progressBar-container {
    display: block;
}
.whyc-sider-menu .treeView-progressBar-container {
    display: none;
}
 
/* siderbar tools */
.siderbar-tools {
    position: relative;
    height: 30px;
    background-color: #3c3f4a;
}
.siderbar-tools-right {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 16px;
}
.siderbar-tools-right i {
    margin-left: 8px;
    color: #C5C6C9;
}
.siderbar-tools-right i:hover {
    color: #FFFFFF;
}
.siderbar-tools-right i:active {
    color: #FF0000;
}
 
 
.tpl-tbl-opts-tbl {
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
}
.tpl-tbl-opts-header {
    position: relative;
}
.tpl-tbl-opts-header table {
    width: 100%;
}
.tpl-tbl-opts-header table th{
    padding-left: 8px;
    padding-right: 8px;
    line-height: 32px;
    text-align: center;
    background-image: url('../image/table_th_bg.gif');
    background-repeat: repeat-x;
    border: 1px solid #ccc;
}
.tpl-tbl-opts-header table td {
    text-align: center;
    border: 1px solid #ccc;
}
 
/* jquery ui style */
body .ui-front {
    z-index: 999999;
}
 
body .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* 防止水平滚动条 */
    overflow-x: hidden;
}