zhuguifei
2026-03-10 2c1fd10c6fbabb8e9f0e9f07fe66fb36c008e883
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
body { font-size: 12px; padding: 0; margin: 0; overflow: hidden; }
.top-bar { position: absolute; width: 100%; height: 52px; top: 0; left: 0; }
.top-bar-left { position: absolute; width: 500px; height: 52px; }
.top-bar-right { position: absolute; width: 243px; height: 60px; right:0; }
.top-bar-right #timerSpan { position: absolute; padding-top: 5px; right: 10px; }
.top-bar-right #themeSpan { position: absolute; width: 350px; top: 24px; right: 5px; text-align: right; }
 
.top-toolbar { position: absolute; font-weight: normal; padding: 0; width: 100%; height: 28px; top: 69px; left: 0; border-top-width: 1px; border-bottom-width: 0; z-index: 100; }
.top-toolbar-topmost { top: 0px; height: 27px; border-top-width: 0px; border-bottom-width: 1px; }
.top-toolbar #infobar { position: absolute; height: 26px; line-height: 26px; left: 10px; }
.top-toolbar #searchbar { position: absolute; height: 25px; right: 400px;text-align:left;line-height: 25px; }
.top-toolbar #buttonbar { position: absolute; height: 26px; right: 5px; padding-top: 1px; text-align: right; }
 
#navMenu_list { padding: 0px; margin: 0px; }
#navMenu_list>li { line-height: 26px; list-style-type: none; }
#navMenu_list>li>div.panel-header { height: 26px; line-height: 26px; padding: 0; margin: 0; font-weight: normal; border-top-width: 1px; border-bottom-width: 0; }
#navMenu_list>li:first-child>div.panel-header { border-top-width: 0;cursor: pointer;  }
#navMenu_list>li>div.panel-header a { width: 100%; height: 100%; color: inherit; text-decoration: none; display: inline-block; padding: 0; margin: 0; }
 
.nav-menu { vertical-align: middle; }
.nav-menu>* { padding-left: 10px; }
.nav-menu-icon { padding-left: 25px; background-position: left center; }
 
.tabs-container .tabs-header .tabs-scroller-left { border-top-width: 0; border-left-width: 0; }
.tabs-container .tabs-header .tabs-scroller-right { border-top-width: 0; border-right-width: 0; }
.tabs-container .tabs-tool { border-top-width: 0; border-right-width: 0; }
.tabs-tool table { border-width: 0; border-collapse: collapse; border-spacing: 0; }
.tabs-tool table td { padding: 0; }
 
 
/*ÏÞÖÆ easyui-tabs Ñ¡ÏҳǩµÄ¿í¶È*/
/*.tabs-container .tabs-header .tabs-wrap .tabs li a.tabs-inner { max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }*/
 
 
#eastLayout>div.layout-panel-center>div.panel-header { border-top-width: 0; }
 
.portlet-list { padding-left: 20px; margin: 5px; line-height: 20px; }
 
.donate-name {
    font-weight: bold; line-height: 14px; background-color: rgb(70, 136, 71); color: #fff;
    padding-top: 2px; padding-bottom: 2px; padding-left: 4px; padding-right: 4px; border-radius: 3px;
}
.donate-date { padding: 5px; }
.donate-total { font-weight: bold; color: Red; }
 
ul.link-list>li>a { padding-left: 10px; white-space: nowrap; }
 
div.hidden { visibility: hidden; overflow: hidden; }
 
.icon-round{background:url('../img/round.gif') no-repeat center center;}