common.css
3.84 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
@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:80px !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:55px;
/* width:1920px;
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: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:500px; */
}
.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(../images/subpage/radio_check.png) no-repeat;
height:16px;
line-height:16px;
padding-left:25px;
cursor: pointer;
}
input[type="radio"]:disabled+label{
cursor: auto;
background:url(../images/subpage/radio_check_disabled.png) no-repeat;
}
input[type="radio"]:checked + label {
background:url(../images/subpage/radio_checked.png) no-repeat;
}
input[type="radio"]:checked:disabled + label {
cursor: auto;
background:url(../images/subpage/radio_checked_disabled.png) no-repeat;
}
/* .highlight{ */
/* color: red; */
/* } */
input::-webkit-input-placeholder { /* WebKit browsers */
/*font-style:italic;*/
}
/*input内的提示内容颜色*/
.hoderclass::-webkit-input-placeholder {
color: #ccc;
}
#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%;
}