5
|
1 |
|
|
2 |
.play-head, .play-second-line { |
|
3 |
clear: both; |
|
4 |
} |
|
5 |
|
|
6 |
.play-head { |
|
7 |
margin-top: 8px; |
|
8 |
} |
|
9 |
|
|
10 |
.title-block { |
|
11 |
float: left; width: 248px; margin: 0 0 8px 8px; |
|
12 |
} |
|
13 |
|
|
14 |
.play-head h1 { |
|
15 |
font-size: 28px; line-height: 30px; |
|
16 |
} |
|
17 |
|
|
18 |
.play-block { |
|
19 |
width: 248px; height: 30px; |
|
20 |
} |
|
21 |
|
|
22 |
.play-button { |
|
23 |
float: left; margin: 5px; font-size: 18px; |
|
24 |
line-height: 20px; |
|
25 |
} |
|
26 |
|
|
27 |
.duration { |
|
28 |
float: right; font-size: 20px; margin: 0 8px; line-height: 30px; |
|
29 |
} |
|
30 |
|
|
31 |
.explain-block { |
|
32 |
width: 494px; height: 30px; padding: 0 5px; |
|
33 |
} |
|
34 |
|
|
35 |
.keyword-search { |
|
36 |
line-height: 20px; padding: 0 5px; margin-top: 4px; border: 1px solid #000000; width: 300px; font-size: 18px; |
7
|
37 |
background: #666666; |
5
|
38 |
} |
|
39 |
|
7
|
40 |
.keyword-search a { |
|
41 |
color: #FFFFFF; text-decoration: none; |
5
|
42 |
} |
|
43 |
|
7
|
44 |
a.placeholder { |
|
45 |
color: #cccccc; |
5
|
46 |
} |
|
47 |
|
|
48 |
.shadow-block { |
|
49 |
float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0; |
|
50 |
} |
|
51 |
|
|
52 |
.play-bottom { |
|
53 |
position: absolute; top: 86px; bottom: 8px; overflow: hidden; width: 100%; |
|
54 |
} |
|
55 |
|
|
56 |
.play-dataviz { |
6
|
57 |
float: left; height: 672px; width: 100%; position: relative; margin-left: 8px; overflow: hidden; |
5
|
58 |
} |
|
59 |
|
|
60 |
.play-svg { |
|
61 |
position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
|
62 |
} |
|
63 |
|
|
64 |
.topics-block { |
|
65 |
float: left; clear: both; width: 10000px; padding-left: 8px; height: 40px; |
|
66 |
} |
|
67 |
|
|
68 |
.topic { |
|
69 |
float: left; padding: 6px; cursor: pointer; background: #333333; |
|
70 |
} |
|
71 |
|
|
72 |
.topic-words li { |
|
73 |
display: inline-block; color: #fff; padding: 0 4px; |
|
74 |
font-size: 14px; line-height: 16px; |
|
75 |
} |
|
76 |
|
|
77 |
.highlight { |
|
78 |
color: #333333; background: #ffff00; |
|
79 |
} |
|
80 |
|
6
|
81 |
.play-images { |
7
|
82 |
left: 155px; position: absolute; |
6
|
83 |
} |
|
84 |
|
|
85 |
.play-images img { |
|
86 |
position: absolute; left: 0; width: 80px; height: 45px; |
|
87 |
} |
|
88 |
|
5
|
89 |
.play-localtweets { |
6
|
90 |
left: 390px; |
5
|
91 |
position: absolute; |
|
92 |
z-index: 2; |
|
93 |
} |
|
94 |
|
|
95 |
.play-localtweets .tweet { |
|
96 |
width: 320px; background: #666666; font-size: 12px; padding: 4px; |
|
97 |
} |
|
98 |
|
|
99 |
.play-localtweets img { |
|
100 |
width: 20px; height: 20px; float: left; |
|
101 |
} |
|
102 |
|
|
103 |
.play-localtweets p { |
|
104 |
margin-left: 24px; |
|
105 |
} |
7
|
106 |
|
|
107 |
.play-tagcloud { |
|
108 |
left: 720px; |
|
109 |
top: 5px; |
|
110 |
position: absolute; |
|
111 |
width: 296px; |
|
112 |
} |
|
113 |
|
|
114 |
.play-tagcloud li { |
|
115 |
float: left; width: 98px; height: 10px; |
|
116 |
line-height: 10px; |
|
117 |
text-align: center; |
|
118 |
} |
|
119 |
|
|
120 |
.play-tagcloud li:nth-child(3n+2) { |
|
121 |
margin-top: 5px; |
|
122 |
} |
|
123 |
|
|
124 |
.play-tagcloud li:nth-child(3n) { |
|
125 |
margin-top: 10px; |
|
126 |
} |
|
127 |
|