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