2
|
1 |
@font-face { |
|
2 |
font-family: "DIN-Mittelschrift"; |
|
3 |
src: url('../font/DINMittelschriftSTD.woff') format('woff'); |
|
4 |
} |
|
5 |
|
1
|
6 |
body { |
2
|
7 |
font-family: "DIN-Mittelschrift", Arial, sans-serif |
1
|
8 |
} |
|
9 |
|
|
10 |
.start-head, .start-second-line { |
|
11 |
clear: both; |
|
12 |
} |
|
13 |
|
2
|
14 |
.start-head { |
|
15 |
margin-top: 8px; |
|
16 |
} |
|
17 |
|
1
|
18 |
.title-block { |
2
|
19 |
float: left; width: 266px; margin: 0 0 8px 8px; |
1
|
20 |
} |
|
21 |
|
|
22 |
.start-head h1 { |
|
23 |
font-size: 38px; line-height: 66px; |
|
24 |
} |
|
25 |
|
|
26 |
.play-block { |
|
27 |
width: 242px; height: 66px; |
|
28 |
} |
|
29 |
|
|
30 |
.play-button { |
|
31 |
float: left; margin: 8px; font-size: 38px; color: #fff; |
|
32 |
background: #aaa; border-radius: 5px; padding: 0 8px 0 10px; |
|
33 |
line-height: 50px; |
|
34 |
} |
|
35 |
|
|
36 |
.duration { |
|
37 |
float: right; font-size: 36px; margin: 0 8px; line-height: 66px; |
|
38 |
} |
|
39 |
|
|
40 |
.explain-block { |
|
41 |
width: 492px; height: 66px; |
|
42 |
} |
|
43 |
|
|
44 |
.explain-block h3 { |
|
45 |
text-align: center; font-size: 18px; line-height: 66px; |
|
46 |
} |
|
47 |
|
|
48 |
.shadow-block { |
2
|
49 |
float: left; background: #DDDDDD; box-shadow: 1px 1px 2px #000; margin: 0 8px 8px 0; |
1
|
50 |
} |
|
51 |
|
|
52 |
.video-block { |
2
|
53 |
float: left; background: #000000; width: 266px; height: 166px; margin: 0 8px 8px 0; |
1
|
54 |
} |
|
55 |
|
|
56 |
.description-block { |
|
57 |
width: 242px; height: 166px; |
|
58 |
} |
|
59 |
|
|
60 |
.description-block p { |
|
61 |
margin: 8px; font-size: 12px; |
|
62 |
} |
|
63 |
|
|
64 |
.topwords-block { |
2
|
65 |
width: 486px; height: 166px; overflow: hidden; text-align: center; padding-right: 6px; |
1
|
66 |
} |
|
67 |
|
|
68 |
.topwords-block li, .topic-words li { |
2
|
69 |
display: inline-block; background: #999; color: #fff; padding: 0 6px; margin: 6px 0 0 6px; |
|
70 |
font-size: 14px; border-radius: 4px; line-height: 26px; |
|
71 |
} |
|
72 |
|
|
73 |
.topwords-block li { |
|
74 |
cursor: pointer; |
|
75 |
} |
|
76 |
|
|
77 |
.topwords-block li.selected { |
|
78 |
color: #000000; background: #FFFFFF; |
1
|
79 |
} |
|
80 |
|
|
81 |
.start-bottom { |
2
|
82 |
position: absolute; top: 256px; bottom: 0; overflow: hidden; width: 100%; |
1
|
83 |
} |
|
84 |
|
|
85 |
.start-dataviz { |
2
|
86 |
float: left; height: 100%; width: 266px; position: relative; |
|
87 |
} |
|
88 |
|
|
89 |
.start-svg { |
|
90 |
position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
1
|
91 |
} |
|
92 |
|
|
93 |
.topics-block { |
2
|
94 |
float: left; width: 750px; padding-left: 8px; |
1
|
95 |
} |
|
96 |
|
|
97 |
.topic-column { |
|
98 |
float: left; width: 250px; |
|
99 |
} |
|
100 |
|
|
101 |
.topic { |
2
|
102 |
width: 236px; text-align: center; padding: 0 6px 6px 0; cursor: pointer; background: #F0f0f0; |
1
|
103 |
} |