xinyb
2024-03-12 a724cc9cb339f5ec0a13d5fae58e3edecfd6ff4b
提交 | 用户 | age
a6a76f 1 body
F 2 {
3     font: normal 12px arial, tahoma, helvetica, sans-serif;
4     margin:0;
5     padding:20px;
6 }
7 .simpleTree
8 {
9     
10     margin:0;
11     padding:0;
12     /*
13     width: 250px;
14     height:350px;
15     overflow:auto;
16     border: 1px solid #444444;
17     */
18 }
19 .simpleTree li
20 {
21     list-style: none;
22     margin:0px;
23     padding:0 0 0 34px;
24     line-height: 14px;
25     white-space: nowrap;
26     
27 }
28 .simpleTree li span
29 {
30     display:inline;
31     display:inline-block\9;
32     padding-left:2px\9;
33     margin-left:2px;
34     line-height: 14px;
35     clear: left;
36     white-space: nowrap;
37     margin-top:0px;
38 }
39 .simpleTree ul
40 {
41     margin:0; 
42     padding:0;
43 }
44 .simpleTree .root
45 {
46     margin-left:-16px;
47     /** hq delete css**/
48 }
49 .simpleTree .line
50 {
51     margin:0 0 0 -19px;/**hq update old 16px**/
52     padding:0;
53     line-height: 3px;
54     height:3px;
55     font-size:3px;
56     background: url(/images/treeImg/line_bg.gif) 0 0 no-repeat transparent;
57 }
58 .simpleTree .line-last
59 {
60     margin:0 0 0 -19px;/**hq update old 16px**/
61     padding:0;
62     line-height: 3px;
63     height:3px;
64     font-size:3px;
65     background: url(/images/treeImg/spacer.gif) 0 0 no-repeat transparent;
66 }
67 .simpleTree .line-over
68 {
69     margin:0 0 0 -19px;/**hq update old 16px**/
70     padding:0;
71     line-height: 3px;
72     height:3px;
73     font-size:3px;
74     background: url(/images/treeImg/line_bg_over.gif) 0 0 no-repeat transparent;
75 }
76 .simpleTree .line-over-last
77 {
78     margin:0 0 0 -19px;/**hq update old 16px**/
79     padding:0;
80     line-height: 3px;
81     height:3px;
82     font-size:3px;
83     background: url(/images/treeImg/line_bg_over_last.gif) 0 0 no-repeat transparent;
84 }
85 .simpleTree .folder-open
86 {
87     margin-left:-16px;
88     background: url(/images/treeImg/collapsable.gif) 0 3px no-repeat #fff;
89 }
90 .simpleTree .folder-open-last
91 {
92     margin-left:-19px;/**hq update old 16px**/
93     background: url(/images/treeImg/collapsable-last.gif) 0 2px no-repeat #fff;/*-2 update to 2*/
94 }
95 .simpleTree .folder-close
96 {
97     margin-left:-16px;
98     background: url(/images/treeImg/expandable.gif) 0 3px no-repeat #fff;
99 }
100 .simpleTree .folder-close-last
101 {
102     margin-left:-19px;/**hq update old 16px**/
103     background: url(/images/treeImg/expandable-last.gif) 0 2px no-repeat #fff;/*-2 update to 2*/
104 }
105 .simpleTree .doc
106 {
107     margin-left:-19px;/**hq update old 16px**/
108     background: url(/images/treeImg/leaf.gif) 0 1px no-repeat #fff;
109 }
110 .simpleTree .doc-last
111 {
112     margin-left:-19px;/**hq update old 16px**/
113     background: url(/images/treeImg/leaf-last.gif) 0 1px no-repeat #fff;
114 }
115 .simpleTree .ajax
116 {
117     background: url(/images/treeImg/spinner.gif) no-repeat 0 0 #ffffff;
118     height: 16px;
119     display:none;
120 }
121 .simpleTree .ajax li
122 {
123     display:none;
124     margin:0; 
125     padding:0;
126 }
127 .simpleTree .trigger
128 {
129     display:inline;
130     margin-left:-32px;
131     width: 28px;
132     height: 11px;
133     cursor:pointer;
134 }
135 .simpleTree .treetext
136 {
137     cursor: default;
138 }
139 .simpleTree .active
140 {
141     margin-top:-1px\9;
142     cursor: default;
143     background-color:#F7BE77;
144     padding:1px 3px;
145     border: 1px dashed #444;
146     line-height: 14px;
147 }
148 #drag_container
149 {
150     background:#ffffff;
151     color:#000;
152     font: normal 11px arial, tahoma, helvetica, sans-serif;
153     border: 1px dashed #767676;
154     z-index: 9;
155 }
156 #drag_container ul
157 {
158     list-style: none;
159     padding:0;
160     margin:0;
161 }
162
163 #drag_container li
164 {
165     list-style: none;
166     background-color:#ffffff;
167     line-height:18px;
168     white-space: nowrap;
169     padding:1px 1px 0px 16px;
170     margin:0;
171 }
172 #wrapper {  
173     width:300px;  
174     height: 1300px;  
175     position: relative;  
176     z-index: 1;  
177     overflow: auto;   
178 }  
179 #scroller {  
180     height: 1600px;  
181      z-index: 1;
182     position:relative;  
183     overflow: hidden;     
184
185 #drag_container li span
186 {
187     padding:0;
188 }
189
190 #drag_container li.doc, #drag_container li.doc-last
191 {
192     background: url(/images/treeImg/leaf.gif) no-repeat -17px 0 #ffffff;
193 }
194 #drag_container .folder-close, #drag_container .folder-close-last
195 {
196     background: url(/images/treeImg/expandable.gif) no-repeat -17px 0 #ffffff;
197 }
198
199 #drag_container .folder-open, #drag_container .folder-open-last
200 {
201     background: url(//images/treeImg/collapsable.gif) no-repeat -17px 0 #ffffff;
202 }
203 .contextMenu
204 {
205     display:none;
206 }