-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhr.css
173 lines (166 loc) · 3 KB
/
hr.css
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
.slider img{
width: 674px;
height: 195px;
display: inline-block;
margin: 0 auto;
/*overflow: hidden;*/
/*float: left;*/
}
.slider{
width: 712px;
/*height: 196px;*/
margin-top: 20px;
text-align: center;
float: left;
position: relative;
}
.slider .ctrl{
position: absolute;
bottom: 13px;
right: 35px;
display: inline-block;
}
.slider .ctrl span{
display: inline-block;
width: 12px;
height: 12px;
background-color: white;
margin-left: 4px;
}
.slider .ctrl span:hover{
background-color: #415CA2;
}
.news_list{
width: 712px;
margin-top: 20px;
float: left;
}
.news_list li{
width: 683px;
height: 30px;
padding-left: 3px;
padding-right: 17px;
background: url("image/news/news_listyle.gif") no-repeat left bottom;
line-height: 30px;
}
.news_list li a{
background: url("image/news/a_style.gif") no-repeat left center;
padding-left: 15px;
}
.news_list li span{
float: right;
}
.c_right table{
table-layout: fixed;
}
.c_right table tr td,
.news_list li span,
.news_list li a{
color: #858585;
line-height: 30px;
font-family: "宋体,Arial,Verdana, Geneva, sans-serif";
font-size: 12px;
}
.c_right table td{
text-align: center;
}
.c_right table tr td{
height: 30px;
line-height: 30px;
font-size: 12px;
}
.c_right table{
border-collapse: separate;
border-spacing: 2px;
border-color: grey;
}
.c_right table thead{
background-color: url(image/tab_bg.png) repeat-x;
}
.c_right table thead td{
font-size: 14px;
color: #8d8b8b;
}
.c_right table thead td:nth-child(1){
width: 157px;
padding-left: 25px;
}
.c_right table thead td:nth-child(2){
width: 86px;
}
.c_right table thead td:nth-child(3){
width: 86px;
}
.c_right table thead td:nth-child(4){
width: 172px;
}
.c_right table thead td:nth-child(5){
width: 173px;
}
#container{
background: url(image/news/dfc.gif) no-repeat left bottom;
}
.new_info{
margin-top: 30px;
padding: 10px 5px;
}
.new_info legend{
font-size: 14px;
font-family: "Microsoft Yahei";
margin-left: 40px;
}
.new_info input[type="text"]{
display: inline-block;
width: 90px;
}
#mask{
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(0,0,0,.5);
z-index: 99;
top: 0;
bottom: 0;
display: none;
}
#mask .off{
font-size: 50px;
font-family: monospace;
position:absolute;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: rgba(0,0,0,.5);
right: 0;
top: 0;
/*right: 325px; */
/*top:235px;*/
color:red;
z-index: 100;
text-align: center;
}
#mask .off a{
color: red;
line-height: 50px;
}
#mask .formInfo form{
width: 720px;
margin:0 auto;
position: relative;
top: 200px;
color: pink;
}
#mask .formInfo form legend{
background-color: #812;
}
.sub{
width: 40px;
display: inline-block;
border: 1px solid #808080;
background-color: #004320;
color: white;
}
#container{
background-color: white;
}