main_wev8.css
2.01 KB
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
body{
text-align:center;
font-size: 9pt;
background:#E7E7E7;
min-width:880px;
margin:0;
}
div{
/*border:1px solid #663366;*/
}
#wrapper{
width:880px;
height:100%;
text-align:left;
background:#ffffff;
margin:0px;
}
#divHead{
margin:auto,10;
}
#divFlash{
margin:auto,10;
height:115px;
clear:both;
}
#divLogo{
margin:10,0,0,5;
width:179px;
float:left;
height:75px;
}
#divFooter{
height:86px;
/*background:url('images/footer_wev8.gif') no-repeat;*/
border-top: 1px solid #CACACA;
margin:auto,10;
clear:both;
}
#divFooter a{
color:#0064A6;
}
#divTopMenu{
margin:0,5,0,0;
float:right;
height:75px;
}
#divSearch{
margin:10,0,0,0;
text-align:right;
}
#divSearch span{
font-size:12px;
border-right: 1px solid #464646;
margin: 0,2;
}
#divNavImg{
/*border:1px solid #660000; */
width:190px;
height:55px;
}
#divLeftMenu{
/*border:1px solid #660000; */
margin:0,0,0,5;
width:190px;
float:left;
height:80%;
border-right:1px solid #CACACA;
}
#divContent{
/*border:1px solid #660000;*/
float:right;
height:68%;
margin:0,10,0,10;
}
#navgate {
height:23px;
background:url('images/nav_bg_wev8.gif')
border:1px solid #93D3F2;
padding: 3;
margin:0,0,10,0;
}
#navgate a{
color:#297DC2;
}
#navgate font{
font-family:webdings;
font-size:12px;
padding: 3;
}
#leftmenu {
/*MARGIN: 15px 20px 0px 15px; 定义层的外边框距离
PADDING:15px; 定义层的内边框为15px
BACKGROUND: #dfdfdf; 定义背景颜色
border: 1px solid #ccc;
*/
PADDING:0px;
COLOR: #666; /*定义字体颜色*/
WIDTH:180px; /*定义内容的宽度为160px*/
float:left;
margin:-3,0,0,5;
text-align:left;
height:72%;
border-right:1px solid #ccc;
}