67441a5ee1877069a8c9321db6067e8b017f0145.svn-base
3 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
body
{
margin:0px;
padding: 10px;
border:0px;
}
/*正文头部样式*/
div#header
{
margin-bottom:10px;
height:29px;
}
#title
{
font-size:22px;
font-family:Times New Roman;
color:rgb(10,36,106);/*rgb(10,36,106)*/
font-weight:bold;
margin-left:5px;
}
#shortdesc
{
font-family:Microsoft YaHei;
font-size:14px;
font-weight:normal;
margin:0px 0px 0px 20px;
color:#333;
}
/*正文表格样式*/
#contenttable
{
width:1260px;
height:500px;
margin:0px;
padding:0px;
vertical-align:top;}
#mapCon
{
width:880px;
height:inherit;}
#toolspanelCon
{
width:100px;
height:inherit;
vertical-align:top;}
/*表格中地图样式*/
#map,.olMap
{
height:inherit;
width: inherit;
margin: 0px;
border: 0px;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-left-radius:2px;
border-bottom-right-radius:2px;
box-shadow:0px 1px 3px rgb(10,36,106);/*rgba(0,0,0,0.3);*/
}
/*表格中工具面板样式*/
div#toolspanelML
{
width:inherit;
height:inherit;
border:0px;
padding-left:10px;
font-family:Microsoft YaHei;
font-size:13px;
vertical-align:top;
}
#dialogboxML
{
border:1px solid #c4e9ea;
padding:0px;
}
.blockName
{
margin:5px 5px 5px 5px;
font-size:15px;
font-weight:bold;
color:#333;}
#itembox,.itembox
{
border:1px solid #eaeaea;
margin:2px;
padding:3px 2px;
background-color:rgb(221,230,245);}
.itembox select
{
font-size:13px;
margin:0px;}
.itembox input
{
margin:5px 0px 5px 2px;
height:16px;
font-size:13px;}
.functionButton
{
width:70px;
height:40px;
border:0px;
margin:5px;
background-color:White;
border-top-left-radius:2px;
border-top-right-radius:2px;
border-bottom-left-radius:2px;
border-bottom-right-radius:2px;
box-shadow:0px 1px 3px rgba(0,0,0,0.3);
font-size:12px;
font-family:Microsoft YaHei;
background-color:rgb(221,230,245);
}
.itembox .functionButton
{
margin-left:-1px;
}
.functionButton:hover
{
border:1px solid #c4e9ea;
background-color:#c4e9ea;}
button.functionButton image /*只有IE支持CSS设置图片大小,chrome和firefox支持直接在标签上设置从而实现改变图片本身的大小*/
{
width:30px;
height:30px;}
/*查询结果板块*/
#switchBnt
{
position:absolute;
right:0px;
bottom:318px;
width:40px;
height:26px;
border:1px solid #84a0c4;
background-color:#D6DFEB;}
#switchBnt img
{
background-color:#D6DFEB;}
#tab
{
background-color:#fafafa;
position:absolute;
right:0px;
bottom:10px;
z-index:2000; }
/*专题图信息面板样式*/
.themetableInfo
{
margin: 0px;
border: 0px solid rgb(223,234,252);
border-spacing: 0px;
border-collapse: collapse;
background-color: white;
}
.themetableInfo td
{
border: 2px solid rgb(223,234,252);}