1
Surpriseplus
2022-10-14 6d536dea3cec157947947aa075bebde4305f29b9
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
 
      html, body {height: 100%; width: 100%; margin: 0px; border:0px;} 
      body{font-family: "Trebuchet MS"; background-color:#1b3566; }
      #header {height:86px;}
      #header .topbg {height: 76px;  }
      #leftPane{padding:0px;color:#3f3f3f;width:0px; height:100%; float:left;}
      #right {margin:0px;border:0px #224a54;padding:0 0 0 0;height:100%;float:right;}
      #center{ width:100%;}
      #tabs{padding:5px;}
      .button{height:16px;}
      #titlePane{width:240px;}
   .img
   {
        margin-top:0px;
       }
 
       #Resize{cursor:e-resize;}
    * { margin: 0; padding: 0; overflow:hidden; }
    .none { display: none; }
       
    a { font-size:12px;text-decoration:none;}   
    a:link {color:Black; text-decoration:none;}    
    a:active:{color: Black;text-decoration:none; } 
    a:visited {color:Black;text-decoration:none;} 
    a:hover {color: Black; text-decoration:none;}
    .toolsa
    {
         padding-top:0px;
         
        margin: auto;
        }
#cameraTitle a {color:#000; text-decoration:none; line-height:32px; display:block; padding:0 20px; width:100px;}
#cameraTitle a:hover {color:#fff; text-decoration:none; background:#062723 url(../images/slide-panel_03.png) 0 0 repeat-x;}
 
 
 
body,div,ul,li,p,h1,h2{ margin:0; padding:0; border:0; background:#FAFAFA; font-family:Arial, Helvetica, sans-serif,"宋体"}
 
li{ list-style:none}
.rolinList{ width:182px; height:auto; margin:20px auto 0 auto; text-align:left}
.rolinList li{margin-bottom:1px;border:1px solid #DADADA}
.rolinList li h2{ width:180px; height:40px; background-image:url("../images/ha-header.jpg");  background:#fff; font-size:14px; line-height:40px; padding-left:0px; color:#333; cursor:pointer}
.content{ height:150px;width:180px;  background:#fff;  background:#FAFAFA}
.content p{ margin:12px}
.titlemenu
{
    color:White;width:50px;
    }
    
    #Gadget
    {
    font:12px verdana, arial, sans-serif; 
  margin:0 0 0 10px;
    
    }
#Gadget li
{
    list-style:none; /* 将默认的列表符号去掉 */
    padding:0 0 0 0px; /* 将默认的内边距去掉 */
    margin:0; /* 将默认的外边距去掉 */
    float:left; /* 往左浮动 */
    width:100px;
    height:35px;
    }
    #Gadget li a {
display:block; /* 将链接设为块级元素 */
padding:8px 0 0 32px; /* 设置内边距 */
color:#000; /* 设置文字颜色 */
text-decoration:none; /* 去掉下划线 */
height:35px;
 
}
 
.leftMenu
{
    text-align: left;
    font-size: 14px;
    background-color:white;
    width: 220px;
    padding: 0px 0px 0px 0px;    
    margin: auto;
}
.leftMenu li
{
    list-style-type: none;
    background: url(../images/MenuMainBullet.gif) no-repeat;
    background-position: 3px center;
    padding: 4px 0px 4px 14px;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
    border-bottom: solid 1px #D1D1D1;
}
 
.leftMenu a
{
    font-family:微软雅黑;    
    font-size: 16px;
    color: #0c212b;
    display: block;
}
 
.leftBtn
{
    text-align: left;
    font-size: 12px;
    background-color: White;
    width: 170px;
    padding: 0px 0px 0px 0px;
    
    margin: auto;
}
.leftBtn li
{
    list-style-type: none;
    
    background-position: 3px center;
    padding: 4px 0px 4px 24px;
    margin: auto;
    margin-left: 4px;
    margin-right: 4px;
    border-bottom: solid 1px #D1D1D1;
}
.leftBtn a
{
    font-size: 12px;
    color: Black;
    display: block;
}