30
30
}
31
31
32
32
a {
33
- color : # 0395d0 ;
33
+ color : # 000 ;
34
34
text-decoration : none;
35
35
}
36
36
a : hover {
@@ -51,44 +51,43 @@ a:hover{
51
51
52
52
53
53
54
- nav {
54
+ body > nav {
55
55
height : 60px ;
56
- border-bottom : 1px solid # eee ;
57
- background-color : rgba (63 , 147 , 192 , 1 );
58
- background : linear-gradient ( 160deg , rgba (63 , 147 , 192 , 1 ), rgba (63 , 147 , 192 , 0.7 ));
56
+ background : # fff ;
59
57
}
60
- nav .logo {
58
+ body > nav .logo {
61
59
display : block;
62
60
float : left;
63
61
height : 60px ;
64
62
text-decoration : none;
65
63
font : normal 2 em/60px Consolas;
66
- color : # fff ;
64
+ color : # 000 ;
67
65
}
68
- nav ul {
66
+ body > nav .logo img {
67
+ float : left;
68
+ height : 100% ;
69
+ margin-right : .5em ;
70
+ }
71
+ body > nav ul {
69
72
position : absolute;
70
73
top : 0 ;
71
74
right : 0 ;
72
75
padding : 20px 0 ;
73
76
}
74
- nav li {
77
+ body > nav li {
75
78
list-style : none;
76
79
display : inline-block;
77
80
height : 20px ;
78
81
line-height : 20px ;
79
82
vertical-align : middle;
80
83
margin-left : 20px ;
81
84
}
82
- nav li a {
83
- color : # fff ;
84
- }
85
85
86
86
footer {
87
87
padding : 20px 0 ;
88
88
}
89
89
footer .copyright {
90
90
line-height : 20px ;
91
- text-align : center;
92
91
color : # 999 ;
93
92
font-size : 80% ;
94
93
}
@@ -137,7 +136,7 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
137
136
138
137
139
138
140
- .page-single .container : not (nav ){
139
+ .page-single .container : not (body > nav ){
141
140
max-width : 640px ;
142
141
font-size : 1.2em ;
143
142
line-height : 1.8em ;
@@ -151,49 +150,92 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
151
150
font-size : 90% ;
152
151
}
153
152
153
+ .page-list {
154
+ background : # f0f0f0 ;
155
+ }
156
+ .page-list main {
157
+ margin-top : 20px ;
158
+ }
159
+ .page-list aside .block {
160
+ padding : 10px ;
161
+ background : # fff ;
162
+ }
163
+ .page-list aside nav .btn-add {
164
+ display : block;
165
+ border : 1px solid # 999 ;
166
+ border-radius : 4px ;
167
+ vertical-align : middle;
168
+ line-height : 48px ;
169
+ font-size : 1.2em ;
170
+ text-align : center;
171
+ }
172
+ .page-list aside nav .btn-add i {
173
+ margin-right : .5em ;
174
+ }
175
+ .page-list aside nav .btn-add : hover {
176
+ text-decoration : none;
177
+ color : # 000 ;
178
+ }
179
+ .page-list aside nav .btn-add : hover i {
180
+ font-size : 1.2em ;
181
+ }
154
182
155
- .page-list # issue -list li {
183
+ .page-list # label -list li {
156
184
list-style : none;
157
- position : relative;
185
+ margin-top : 10px ;
186
+ }
187
+ .page-list # label-list a {
188
+ display : block;
189
+ border-radius : 4px ;
158
190
padding : 10px ;
159
- border-top : 1 px solid # f3f3f3 ;
191
+ color : # fff ;
160
192
}
161
- .page-list # issue -list li . label- 活动 {
162
- border-left : 3 px solid # CE2C7C
193
+ .page-list # label -list . fa-tag {
194
+ margin-right : .5 em ;
163
195
}
164
- .page-list # issue-list li .label- 招聘 {
165
- border-left : 3px solid # FCCB00
196
+
197
+ .page-list # issue-list {
198
+ background : # fff ;
166
199
}
167
- .page-list # issue-list li .label- 技术 {
168
- border-left : 3px solid # 82B5ED
200
+ .page-list # issue-list li {
201
+ list-style : none;
202
+ position : relative;
203
+ min-height : 70px ;
204
+ padding : 10px 10px 10px 70px ;
205
+ border-bottom : 1px solid # eee ;
206
+ border-left : 2px solid transparent;
169
207
}
170
- .page-list # issue-list li .label- 求职 {
171
- border-left : 3px solid # BEE6BE
208
+ .page-list # issue-list li .loading ,
209
+ .page-list # issue-list li .gotowork {
210
+ padding : 50px 10px ;
211
+ text-align : center;
212
+ font-size : 200% ;
172
213
}
173
- .page-list # issue-list li .label- 组织发展 {
174
- border-left : 3 px solid # 000 ;
214
+ .page-list # issue-list li .hidden {
215
+ display : none ;
175
216
}
176
217
.page-list # issue-list figure {
177
- width : 48px ;
178
- height : 48px ;
179
- display : inline-block;
180
- border-radius : 50% ;
181
218
position : absolute;
182
219
top : 10px ;
183
220
left : 10px ;
184
- overflow : hidden;
221
+ width : 48px ;
222
+ height : 48px ;
185
223
}
186
224
.page-list # issue-list figure img {
187
225
max-width : 100% ;
226
+ border-radius : 4px ;
188
227
}
189
- .page-list # issue-list .title {
190
- padding-left : 70px ;
191
- }
192
- .page-list # issue-list h4 {
228
+ .page-list # issue-list h4 {
193
229
margin : 0 ;
194
230
line-height : 1.5em ;
195
231
font-size : 110% ;
196
232
}
233
+ .page-list # issue-list h4 a {
234
+ color : # 666 ;
235
+ }
236
+ .page-list # issue-list h4 a : visited {
237
+ color : # 999 ;
238
+ }
197
239
.page-list # issue-list p {
198
240
margin : 0 ;
199
241
line-height : 1.5em ;
@@ -208,27 +250,21 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
208
250
font-size : 13px ;
209
251
}
210
252
211
- .page-list aside {
212
- padding : 10px ;
213
- }
214
- .page-list aside .btn-add {
215
- display : inline-block;
216
- height : 48px ;
217
- width : 48px ;
218
- margin-right : 22px ;
219
- background-color : # eee ;
220
- font-size : 48px ;
221
- text-align : center;
222
- vertical-align : middle;
223
- border-radius : 50% ;
224
- color : # 999
253
+ @media (min-width : 1024px ) {
254
+ .page-list # issue-list {
255
+ width : 74% ;
256
+ }
257
+ .page-list aside {
258
+ float : right;
259
+ width : 24% ;
260
+ }
225
261
}
226
262
227
263
@media (max-width : 640px ) {
228
- nav .logo * : not (img ){
264
+ body > nav .logo * : not (img ){
229
265
display : none;
230
266
}
231
- nav iframe {
267
+ body > nav iframe {
232
268
display : none;
233
269
}
234
270
.page-single article .container {
0 commit comments