多单位版国产化地质资料管理系统
zs
2026-02-04 fe02f176b512a9d6a4e12437d929e04e99bb7567
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
@charset "utf-8";
/* -------------------- CSS Document ---------------------*/
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,select,table,th,td{margin:0px; padding:0px;}
body{font-size:12px; font-family:"SimSun";}
i,em{font-style:normal;}
li{list-style:none;}
a{text-decoration:none; color:#5c5c5c;}
a:hover{color:#5c82db;}
img{border:none; vertical-align:top;}
table{border-collapse:collapse;}
textarea{resize:none; overflow:auto;}
.hide{display:none;}
*:focus{outline:none;}
.clear{*zoom:1;}
.clear:after{content:""; display:block; clear:both;}
 
body{}
.container{padding:30px 40px 10px 40px;}
.top-search{height: 32px; line-height: 32px; width:740px; margin:0 auto 30px auto;}
.text-search{float: left; height: 30px; line-height: 30px; border:1px solid #e6e6e6; background:#fff url(images/search/icon-search.png) 10px center no-repeat; width:500px;}
.text-search input{width:450px; font-size: 12px; font-family:"SimSun"; margin-left:36px; color:#5c5c5c; border:0 none;}
.btn-search{height: 32px; line-height: 32px; color:#fff; border:0 none; padding:0 16px; font-size: 12px; font-family:"SimSun"; margin:0 0 0 6px; float: left; cursor: pointer; *padding:0 6px;}
.btn-green{background: #a4d04a;}
.btn-blue{background: #4eb4e6;}
.btn-orange{background: #f6ba62;}
.btn-search:hover{opacity: 0.85;}
 
.con{position: relative;}
.left-search{ margin-right: 350px;}
.right-search{width:320px; position: absolute; right:0; top:0;}
 
.selector{border-bottom:1px solid #f0f0f0; padding:0 0 12px 0; margin:0 0 12px 0;}
.s-li{ line-height: 32px; position: relative; margin-bottom: 2px;}
.s-key{display:block; height: 32px; line-height: 32px; background: #f7ffff; color:#5cb3e5; font-weight: bold; width:84px; margin-right:16px; text-align: center; position: absolute; left:0; top:0;}
.s-value{margin-left:100px;}
.s-value a{padding:0 13px; display: inline-block; line-height: 24px; color:#55b2e0;}
.s-value a:hover{color:#3ed26a;}
.s-first{background: #f7f7ff; padding:0 13px; display: inline-block; line-height: 24px; color:#55b2e0;}
.s-value a.s-first{ color:#7490e0;}
.s-hover{background: #6ebee6; color:#fff;}
.s-value a.s-hover{color:#fff;}
.s-value .s-more{position: absolute; right:0; top:0; line-height: 32px; color:#cccccc; cursor: pointer;}
.s-value .s-more:hover{color:#989898;}
 
.s-sub-li{border:1px solid #c8e6f5; padding:4px 6px 4px 12px; margin:6px 0;}
.s-bold{font-weight: bold; color: #55b2e0; float: left; line-height: 26px;}
.s-value .s-sub-li a{ line-height: 26px; float: left;}
 
.keyword{margin-bottom: 16px; }
.keyword em{color:#999;}
.keyword span{color:#5cb4e6; padding:0 13px; background:#f0faff; margin-right:6px; display: inline-block; height: 24px; line-height: 24px;}
 
.sort{}
.sort span{display: inline-block; border:1px solid #dceff9; height: 26px; line-height: 26px; padding:0 13px 0 25px; color:#6ebee6; cursor: pointer; background: url(images/search/sort.png) no-repeat;}
.sort span:hover, .sort span.sorthot{background: #6ebee6 url(images/search/sort-hover.png) no-repeat; color:#fff; border:1px solid #6ebee6;}
.sort span.drop{background-position: 10px 8px;}
.sort span.rise{background-position: 10px -12px;}
 
.showlist{}
.s-listabout{margin-bottom: 22px;}
.show-title{line-height: 32px; font-size:14px;}
.show-title h5{color:#4caae0; font-weight: bold; float: left; font-size:14px; line-height: 32px; margin-right: 16px;}
.show-title span{float: left; color:#f09218;}
.show-con{position: relative;}
.show-con img{width: 134px; height: 134px; position: absolute; left:0; top:0;}
.show-con .text{margin-left:150px;}
.show-con .text p{line-height: 24px; height: 94px; overflow:hidden; text-indent: 2em; padding:8px 0;}
.showlist em{color: #f00;}
.text-btn{float: right;}
.text-btn a{display: inline-block; height: 26px; line-height: 26px;  padding:0 8px 0 35px;}
.text-btn-blue{background:#f6f8fa url(images/search/text-btn1.png) no-repeat; border:1px solid #92cdeb; color:#92cdeb;}
.text-btn-red{background:#f6f8fa url(images/search/text-btn2.png) no-repeat; border:1px solid #e0a88c; color:#e0a88c;}
.text-btn-orange{background:#f6f8fa url(images/search/text-btn3.png) no-repeat; border:1px solid #f0c082; color:#f0c082;}
.text-btn-green{background:#f6f8fa url(images/search/text-btn4.png) no-repeat; border:1px solid #badc80; color:#badc80;}
 
.sr-list{}
.sr-title{border-bottom: 1px solid #f0f0f0;}
.sr-title span{font-weight: bold; font-size: 14px; display: inline-block; padding:0 16px 12px 36px;}
 
.sr-con{ margin:8px 0 16px 0; }
.sr-con p{height: 26px; line-height: 26px; overflow: hidden; background: url(images/search/d4.gif) 20px center no-repeat; padding:0 22px 0 36px; position: relative; white-space: nowrap; text-overflow: ellipsis;}
.sr-btn{display: inline-block; width:20px; height: 20px; background:#f7fcff url(images/search/sr-btn.png) center center no-repeat; position: absolute; top:3px; right:0;}
 
.sr-list-red .sr-title span{border-bottom: 1px solid #ffc3c3; color:#ff7a7a; background: url(images/search/sr-title1.png) 16px top no-repeat;}
.sr-list-red .sr-con span{color:#ff7a7a;}
.sr-list-red p:hover{background: #fffafa url(images/search/d1.gif) 20px center no-repeat; color:#ff7a7a;}
.sr-list-red p:hover a{ color:#ff7a7a;}
.sr-list-orange .sr-title span{border-bottom: 1px solid #f6d197; color:#f0ae2b; background: url(images/search/sr-title2.png) 16px top no-repeat;}
.sr-list-orange .sr-con span{color:#f0ae2b;}
.sr-list-orange p:hover{background: #fefcf7 url(images/search/d1.gif) 20px center no-repeat; color:#f0ae2b;}
.sr-list-orange p:hover a{ color:#f0ae2b;}
.sr-list-green .sr-title span{border-bottom: 1px solid #c0e6b8; color:#71cc5a; background: url(images/search/sr-title3.png) 16px top no-repeat;}
.sr-list-green .sr-con span{color:#70cc5a;}
.sr-list-green p:hover{background: #f9fdf9 url(images/search/d1.gif) 20px center no-repeat; color:#70cc5a;}
.sr-list-green p:hover a{ color:#70cc5a;}
.sr-num{display: inline-block; padding:0 4px; height: 20px; line-height: 20px; background:#f7fcff; position: absolute; top:3px; right:0; color:#6ebee6; border-radius: 3px; /* font-weight: bold; */}
 
/* --------------------- retrieve ---------------------- */
.retrieve{padding:40px 0px; width: 650px; margin:0 auto;}
.retrieve-title{font-size: 20px; font-weight: bold; font-family: "SimHei"; margin-bottom: 24px; text-align: center; color:#2da5e0; letter-spacing: 2px; }
.retrieve-title h3{padding:0 78px 0 0; background: url(images/search/retrieve-title-r.png) right center no-repeat; display: inline-block;}
.retrieve-title span{background: url(images/search/retrieve-title-l.png) left center no-repeat; display: inline-block; width: 78px; height: 16px;}
.retrieve .top-search{width: 650px; margin:0; height: auto;}
.retrieve .top-search .btn-search{*padding:0 6px;}
.option{margin:6px 0;} 
.option input[type="radio"]{margin:9px 6px 0 20px; vertical-align: top; *margin:0 6px 0 20px; *vertical-align: middle;}
.explain {margin:20px 0 0 0;}
.explain h5{color:#2da5e0; font-weight: bold; font-size: 12px; margin-bottom: 10px;}
.explain p{line-height: 26px; color:#5c5c5c;}
 
/* ----------------------page----------------------- */
.page{margin:16px 0 10px 0;}
.pagination{float: right; font-size: 13px;}
.pagination a{text-decoration: none; border: 1px solid #e6e6e6; color: #999999;}
.pagination a, .pagination span{display: inline-block; padding: 0.3em 0.6em; margin-right: 5px; margin-bottom: 5px;}
.pagination .current{background: #4caae0; color: #fff; border: 1px solid #4caae0;}
.pagination .current.prev, .pagination .current.next{ color: #999; border-color: #4caae0; background: #fff;}
 
 
/* ------------------ popup ---------------- */
#layer{width:100%;height:100%;position:absolute;top:0;left:0;display:none;z-index:102;background-color:#000;opacity:0.7;filter:alpha(opacity=70);-moz-opacity:0.7;}
.popup{width:700px; height: 400px; background-color:#fff; position:absolute;top:0;left:0; display:none; z-index:120; border-radius:4px; color: #666; padding-bottom: 26px; overflow:auto;}
 
.popup .close_btns{display:inline-block; width:13px; height:13px; margin-right: 20px; background:url(images/search/close_btn.png) no-repeat; float:right; margin-top: 15px; }
 
.popup-title{border-bottom: 1px solid #f1f1f1; margin:15px; line-height: 30px; padding-left:20px; color:#6ebee6; font-size: 14px; font-weight: normal;}
.popup-con{padding: 0 36px;}
.popup-con h5{text-align: center; font-size: 14px; font-weight: bold; line-height: 26px;}
.popup-con h6{text-align: center; font-size: 12px; font-weight: bold; line-height: 26px;}
.popup-orange{color:#f09218;}
.popup-green{color:#62cc83;}
.popup-blue{color:#4caae0;}
.popup-con p{line-height: 26px; text-indent: 2em;}