hdw
2018-10-24 c73e68680f1884ed9e2260ea9c5dcde8e4d48615
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
/* 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;
}
 
.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;
}