|
|
@@ -213,6 +213,14 @@ a:hover {
|
|
213
|
213
|
box-sizing:border-box;
|
|
214
|
214
|
}
|
|
215
|
215
|
|
|
|
216
|
+.event-item2 {
|
|
|
217
|
+ width:480px;
|
|
|
218
|
+ height:90px;
|
|
|
219
|
+ max-height:90px !important;
|
|
|
220
|
+ margin-top:10px;
|
|
|
221
|
+ box-sizing:border-box;
|
|
|
222
|
+}
|
|
|
223
|
+
|
|
216
|
224
|
.event-date {
|
|
217
|
225
|
width:50px;
|
|
218
|
226
|
height:50px;
|
|
|
@@ -234,7 +242,18 @@ a:hover {
|
|
234
|
242
|
}
|
|
235
|
243
|
|
|
236
|
244
|
.event-content {
|
|
237
|
|
- width:370px;
|
|
|
245
|
+ width:400px;
|
|
|
246
|
+ height:90px;
|
|
|
247
|
+ float:left;
|
|
|
248
|
+ background-color:#333333;
|
|
|
249
|
+ margin-top:0px;
|
|
|
250
|
+ padding:5px 5px 5px 5px;
|
|
|
251
|
+ border-radius:2px;
|
|
|
252
|
+ box-sizing:border-box;
|
|
|
253
|
+}
|
|
|
254
|
+
|
|
|
255
|
+.event-content2 {
|
|
|
256
|
+ width:420px;
|
|
238
|
257
|
height:90px;
|
|
239
|
258
|
float:left;
|
|
240
|
259
|
background-color:#333333;
|
|
|
@@ -256,7 +275,7 @@ a:hover {
|
|
256
|
275
|
|
|
257
|
276
|
.event-left {
|
|
258
|
277
|
padding:10px 10px 10px 10px;
|
|
259
|
|
- width:250px;
|
|
|
278
|
+ width:270px;
|
|
260
|
279
|
float:left;
|
|
261
|
280
|
font-size:12px;
|
|
262
|
281
|
font-weight:normal;
|
|
|
@@ -266,6 +285,32 @@ a:hover {
|
|
266
|
285
|
height:70px;
|
|
267
|
286
|
}
|
|
268
|
287
|
|
|
|
288
|
+.event-left2 {
|
|
|
289
|
+ padding:10px 10px 10px 10px;
|
|
|
290
|
+ width:350px;
|
|
|
291
|
+ float:left;
|
|
|
292
|
+ font-size:12px;
|
|
|
293
|
+ font-weight:normal;
|
|
|
294
|
+
|
|
|
295
|
+ text-overflow: ellipsis;
|
|
|
296
|
+ overflow: hidden;
|
|
|
297
|
+ height:90px;
|
|
|
298
|
+}
|
|
|
299
|
+
|
|
|
300
|
+.event-left2 h1 {
|
|
|
301
|
+ max-width:200px;
|
|
|
302
|
+ overflow:hidden;
|
|
|
303
|
+ white-space: nowrap;
|
|
|
304
|
+ overflow: hidden;
|
|
|
305
|
+ text-overflow: ellipsis;
|
|
|
306
|
+}
|
|
|
307
|
+
|
|
|
308
|
+.event-con {
|
|
|
309
|
+ width:400px;
|
|
|
310
|
+ margin-left:50px;
|
|
|
311
|
+}
|
|
|
312
|
+
|
|
|
313
|
+
|
|
269
|
314
|
.event-left h1 {
|
|
270
|
315
|
max-width:250px;
|
|
271
|
316
|
overflow:hidden;
|
|
|
@@ -281,10 +326,28 @@ a:hover {
|
|
281
|
326
|
font-size:10px;
|
|
282
|
327
|
}
|
|
283
|
328
|
|
|
|
329
|
+.event-image {
|
|
|
330
|
+ width:125px;
|
|
|
331
|
+ height:70px;
|
|
|
332
|
+ float:left;
|
|
|
333
|
+ margin-right:10px;
|
|
|
334
|
+ margin-top:-5px;
|
|
|
335
|
+}
|
|
|
336
|
+
|
|
|
337
|
+.event-image img {
|
|
|
338
|
+ width:125px;
|
|
|
339
|
+ height:70px;
|
|
|
340
|
+}
|
|
|
341
|
+
|
|
|
342
|
+
|
|
284
|
343
|
.event-right {
|
|
285
|
344
|
float:left;
|
|
286
|
345
|
}
|
|
287
|
346
|
|
|
|
347
|
+.event-right2 {
|
|
|
348
|
+ float:right;
|
|
|
349
|
+}
|
|
|
350
|
+
|
|
288
|
351
|
.event-right a:before {
|
|
289
|
352
|
content: "";
|
|
290
|
353
|
padding-right: 3px;
|
|
|
@@ -292,6 +355,13 @@ a:hover {
|
|
292
|
355
|
font-size:13px;
|
|
293
|
356
|
}
|
|
294
|
357
|
|
|
|
358
|
+.event-right2 a:before {
|
|
|
359
|
+ content: "";
|
|
|
360
|
+ padding-right: 3px;
|
|
|
361
|
+ color:#0093a1;
|
|
|
362
|
+ font-size:13px;
|
|
|
363
|
+}
|
|
|
364
|
+
|
|
295
|
365
|
.event-right button {
|
|
296
|
366
|
width:90px;
|
|
297
|
367
|
height:25px;
|
|
|
@@ -302,6 +372,20 @@ a:hover {
|
|
302
|
372
|
margin-top:30%;
|
|
303
|
373
|
}
|
|
304
|
374
|
|
|
|
375
|
+.event-right2 .arrow {
|
|
|
376
|
+ margin-top:50%;
|
|
|
377
|
+ width:25px;
|
|
|
378
|
+ float:right;
|
|
|
379
|
+}
|
|
|
380
|
+
|
|
|
381
|
+.event-right2 .arrow a {
|
|
|
382
|
+ text-align:center;
|
|
|
383
|
+ color:red;
|
|
|
384
|
+ font-size:25px;
|
|
|
385
|
+ padding:10px;
|
|
|
386
|
+ float:right;
|
|
|
387
|
+}
|
|
|
388
|
+
|
|
305
|
389
|
.eventextra {
|
|
306
|
390
|
height:80px;
|
|
307
|
391
|
}
|