common2.css
4.83 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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
@CHARSET "UTF-8";
/*共公样式*/
* {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-family: "雅黑宋体", "微软雅黑", "新宋体", "宋体";
/*font-weight: 500;*/
font-size:14px;
}
html { overflow-x:hidden; }
#nav{width:100%;z-index:999;position: fixed;}
.button-fix{margin-left:15px !important;padding:16px !important;background: white !important;}
.padd-top-150{padding-top:150px !important;}
.padd-top-80{padding-top:40px !important;}
.padd-top-88{padding-top:120px !important;}
.m-b-0{margin-bottom:0 !important;}
.btn-info[disabled]
{
cursor: inherit !important;
}
.glyphicon{
font-family:'Glyphicons Halflings'
}
body {
color:#555555;
margin:0;
padding:0;
}
label {
font-weight:500;
}
.clearboth {
clear:both;
}
input[type="text"]:focus{
outline: none;
}
/*阴影*/
.shadow-z-1 {
box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}
/*链接样式*/
a {
color:#555555;
text-decoration:none;
}
a:hover {
color:#1386c9;
}
/*字体颜色*/
.font-key {
cursor:pointer;
color:#e44545;
}
/*第三级页面头部和版权样式*/
.headbg {
top:0;
/* height:100px; */
/* height:55px; */
height:55px; /* hyh 修改 高度自适应*/
/* background:url(../../image/index/headbg01.png) repeat-x #0894e5; */
background:url(../../image/index/headbg01.png) no-repeat #0894e5; /* hyh 修改 将 repeat-x改为no-repeat2017、9、26 */
margin-bottom:16px;
/* background-color: #179bf0; *//*hyh 修改 将背景换成图片 2017、9、19*/
background-size: 100% 100%;/* hyh 新增 将背景图铺满 2017、9、26 */
}
/*查询头部*/
.seachheadbg {
top:0;
height:100px;
/* background:url(../images/index/headbg.png) repeat-x #0894e5; */
margin-bottom:1px;
background-color: #179bf0;
}
.headbg-logo {
/*background:url(../images/index/headbg-logo.png) no-repeat ;*/
/* height:100px; hyh 将100px改成55px*/
height:55px;
padding:0;
}
.head-logo {
float:left;
margin-top:22.5px;
margin-bottom:12px;
margin-left:12px;
}
.div-head-title{
float:left;
/* margin-top:31px;
margin-bottom:17px;
margin-left:13px; */
}
.div-copyright {
margin:0px 8px;
text-align: center;
font-size: 16px;
color: #a1a1a1;
background-color:white;
}
.copyright-margintop{
margin-top:280px;
}
.btn-search{
height: 31px;
}
#searchInput{
width: 340px;
height: 29px;
}
.div-search{
/* width: 280px; */
/* height: 31px; */
/* margin-left: 10px; */
}
/*单选按钮样式*/
/* input[type='radio'] {
opacity:0;
display:inline-block;
height:16px;
} */
input[type="radio"]+label {
background:url(../../image/officedocument/icon/radio_check.png) no-repeat;
height:16px;
line-height:16px;
padding-left:25px;
cursor: pointer;
}
input[type="radio"]:disabled+label{
cursor: auto;
background:url(../../image/officedocument/icon/radio_check_disabled.png) no-repeat;
}
input[type="radio"]:checked + label {
background:url(../../image/officedocument/icon/radio_checked.png) no-repeat;
}
input[type="radio"]:checked:disabled + label {
cursor: auto;
background:url(../../image/officedocument/icon/radio_checked_disabled.png) no-repeat;
}
/* .highlight{ */
/* color: red; */
/* } */
input::-webkit-input-placeholder { /* WebKit browsers */
/*font-style:italic;*/
}
/*input内的提示内容颜色*/
.hoderclass::-webkit-input-placeholder {
color: #ff0000;
}
#timeInterval{
color:#ffcc00;
font-size:50px;'
}
.div-relate-document-attachment{
margin-top:10px;
/* border-bottom:1px solid #d3d3d5;*/
}
.div-relate-document-attachment label{
color: #337ab7;
}
.div-remind-legend{
cursor:pointer;
}
.div-remind-legend:HOVER {
/* background-color: #66d2fe; */
color: #1386c9;
}
.gw-list{
table-layout: fixed;
}
/*公文打印的时候超出内容添加滚动条*/
.gw-print{
overflow-y: scroll;
}
input[type=checkbox]{
/* zoom:150%; *//* hyh 注释,150的勾选框太大了 2017、9、13 */
}
.submenuitem {
width: 100%;
height: 50px;
line-height: 50px;
padding-left: 40px;
cursor: pointer;
font-size: 15px;
}
.submenuitem:hover {
color: #1998e1;
background-color: #cfe1fc;
}
.submenuitem img {
height: 32px;
margin-right: 16px;
}
.submenuitem-selected {
background-color: #d5e4fa;
}
/* hyh 新增 2017、9、8 图文一体化管理系统样式*/
.ghjbz{
float:left;
height:auto;
/* font-size: 30px; */
font-size: 24px;
color: white;
margin-left: 10px;
/* margin-top: 5px; */
margin-top: 10px;
}
/* hyh 新增 2017、9、8 图文一体化管理系统样式*/
.headbg-logo img{
margin-top: 5px;
/* height: 40px;
width: 40px; *//* hyh 因更换图标而注释掉 2017、9、19 */
}
#searchbtn img{
margin-top: 0px;
height: 19px;
width: 19px;
margin-left: 5px;
}
.documentFormDetail{
margin-left: 15px;
}