1
|
1 |
body { |
|
2 |
font-family: "DIN 1451 Std Mittelschrift", Arial, sans-serif |
|
3 |
} |
|
4 |
|
|
5 |
.start-head, .start-second-line { |
|
6 |
clear: both; |
|
7 |
} |
|
8 |
|
|
9 |
.title-block { |
|
10 |
float: left; width: 258px; margin: 8px 0 0 8px; |
|
11 |
} |
|
12 |
|
|
13 |
.start-head h1 { |
|
14 |
font-size: 38px; line-height: 66px; |
|
15 |
} |
|
16 |
|
|
17 |
.play-block { |
|
18 |
width: 242px; height: 66px; |
|
19 |
} |
|
20 |
|
|
21 |
.play-button { |
|
22 |
float: left; margin: 8px; font-size: 38px; color: #fff; |
|
23 |
background: #aaa; border-radius: 5px; padding: 0 8px 0 10px; |
|
24 |
line-height: 50px; |
|
25 |
} |
|
26 |
|
|
27 |
.duration { |
|
28 |
float: right; font-size: 36px; margin: 0 8px; line-height: 66px; |
|
29 |
} |
|
30 |
|
|
31 |
.explain-block { |
|
32 |
width: 492px; height: 66px; |
|
33 |
} |
|
34 |
|
|
35 |
.explain-block h3 { |
|
36 |
text-align: center; font-size: 18px; line-height: 66px; |
|
37 |
} |
|
38 |
|
|
39 |
.shadow-block { |
|
40 |
float: left; background: #DDDDDD; box-shadow: 1px 1px 2px #000; margin: 8px 0 0 8px; |
|
41 |
} |
|
42 |
|
|
43 |
.video-block { |
|
44 |
float: left; background: #000000; width: 266px; height: 166px; margin-top: 8px; |
|
45 |
} |
|
46 |
|
|
47 |
.description-block { |
|
48 |
width: 242px; height: 166px; |
|
49 |
} |
|
50 |
|
|
51 |
.description-block p { |
|
52 |
margin: 8px; font-size: 12px; |
|
53 |
} |
|
54 |
|
|
55 |
.topwords-block { |
|
56 |
width: 492px; height: 166px; overflow: hidden; text-align: center; |
|
57 |
} |
|
58 |
|
|
59 |
.topwords-block li, .topic-words li { |
|
60 |
display: inline-block; background: #999; color: #fff; padding: 6px; margin: 6px 0 0 6px; font-size: 14px; border-radius: 4px; |
|
61 |
} |
|
62 |
|
|
63 |
.start-bottom { |
|
64 |
position: absolute; top: 248px; bottom: 0; overflow: hidden; |
|
65 |
} |
|
66 |
|
|
67 |
.start-dataviz { |
|
68 |
float: left; height: 100%; width: 266px; |
|
69 |
} |
|
70 |
|
|
71 |
.topics-block { |
|
72 |
float: left; width: 750px; |
|
73 |
} |
|
74 |
|
|
75 |
.topic-column { |
|
76 |
float: left; width: 250px; |
|
77 |
} |
|
78 |
|
|
79 |
.topic { |
|
80 |
width: 242px; text-align: center; |
|
81 |
} |