2
schangxiang@126.com
2024-08-16 b47c50a2a514def7374b32d7194b2c599cba5625
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
 
#header {
    margin: 6px 12px;
    position: relative;
}
 
    #header img.logo {
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
    }
 
    #header img.wblogo {
        position: absolute;
        top: 0;
        right: 0;
    }
 
    #header a.title {
        display: inline-block;
        font-weight: bold;
        font-size: 24px;
        text-decoration: none;
        line-height: 30px;
        margin-left: 35px;
    }
 
/*.topbar.f-toolbar {
    border-top-color: inherit;
    padding: 3px 12px;
}*/
 
 
 
#toggleheader {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(../icon/bullet_arrow_up.png);
    background-repeat: no-repeat;
    z-index: 10000;
}
 
#toggleheader.collapsed {
    background-image: url(../icon/bullet_arrow_down.png);
}
 
 
.f-theme-neptune .region-top .x-panel-body,
.f-theme-neptune .region-top {
    background-color: #005999!important;
}
 
.f-theme-neptune .region-top {
    border-color: #014A7E!important;
}
 
.f-theme-neptune .region-top span,
.f-theme-neptune .region-top ,
.f-theme-neptune .region-top a {
    color: #fff;
}
 
.f-theme-neptune .region-top  {
    border-color: #aaa;
}
 
.f-theme-neptune .region-top  {
    background-color: transparent;
    background-image: none;
    border-width: 0;
}
.f-theme-neptune .region-top ,
.f-theme-neptune .region-top  {
    background-color: #3386c2;
}
 
.highlight {
    font-weight: bold;
    color: Red;
}