多单位版国产化地质资料管理系统
zhai
2025-12-13 fc0cc9fff4b4cbdc7cbb52b4a96c947530fcbba0
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
/*
    Styles used for the video tag demo page.
    
    None of these styles are needed to make html5media work... they're just here
    to make the demo page look nice!
    
    Developed by Dave Hall <dave@etianen.com>.
    
    <http://www.etianen.com/>
*/
 
* {
    font-size: 100%;
    margin: 0;
}
 
body {
    font: 14px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    color: #333;
    background: black;
}
 
header,
hgroup,
article,
footer,
video,
audio {
    display: block;
}
 
.grid_8,
.grid_4 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}
 
.grid_8 {
    width: 620px;
}
 
.grid_4 {
    width: 300px;
}
 
.alpha {
    margin-left: 0;
}
 
.omega {
    margin-right: 0;
}
 
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
 
#header {
    display: block;
    color: #ddd;
}
 
#header hgroup {
    width: 940px;
    margin: 0 auto;
    padding: 27px 10px 0 10px;
    display: block;
    position: relative;
}
 
#header h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 0 0;
}
 
#header h1 a {
    color: #FF782F;
    text-decoration: none;
}
 
#header h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 27px 0;
}
 
#header p {
    line-height: 2;
    font-size: 16px;
}
 
#header ul {
    margin: 0 0 18px 0;
    padding: 0;
}
 
#header li {
    margin: 0 0 18px 0;
    padding: 0 0 0 25px;
    list-style: none;
    background: url(tick.png) 0 4px no-repeat;
}
 
#header .audio {
    position: absolute;
    bottom: 0;
    left: 650px;
}
 
.videos {
    width: 960px;
    padding: 0;
    margin: 0 auto 36px auto;
    position: relative;
    height: 349px;
}
 
p {
    margin-bottom: 18px;
}
 
code {
    margin-bottom: 18px;
    padding: 9px;
    background: #eee;
    display: block;
}
 
#content {
    background: white;
    padding-bottom: 18px;
}
 
article {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 940px;
    padding: 24px 10px 0 10px;
}
 
article header {
    background: transparent;
    border-bottom: none;
}
 
article h1,
article h2 {
    font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    margin: 0 0 9px 0;
}
 
article a {
    color: #BF3604;
    text-decoration: none;
}
 
article a:hover {
    text-decoration: underline;
}
 
.video,
.audio {
    display: block;
    background: black;
}
 
.video {
    border: 1px #333 solid;
}
 
.audio {
    width: 300px;
}
 
footer {
    padding: 27px 0 36px 0;
    display: block;
    color: #ddd;
    position: relative;
}
 
#footer-content {
    width: 940px;
    margin: 0 auto 0 auto;
    padding: 12px 10px 0 10px;
    position: relative;
}
 
footer a {
    color: #7ABED0;
    text-decoration: none;
}
 
footer a:hover {
    text-decoration: underline;
}