|
1 |
|
2 .start-head, .start-second-line { |
|
3 clear: both; |
|
4 } |
|
5 |
|
6 .start-head { |
|
7 margin-top: 8px; |
|
8 } |
|
9 |
|
10 .title-block { |
|
11 float: left; width: 248px; margin: 0 0 8px 8px; |
|
12 } |
|
13 |
|
14 .start-head h1 { |
|
15 font-size: 38px; line-height: 66px; |
|
16 } |
|
17 |
|
18 .play-block { |
|
19 width: 248px; height: 66px; |
|
20 } |
|
21 |
|
22 .play-button { |
|
23 float: left; margin: 8px; font-size: 44px; |
|
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: 494px; height: 66px; padding: 0 5px; |
|
33 } |
|
34 |
|
35 .explain-block h3 { |
|
36 font-size: 18px; line-height: 32px; |
|
37 } |
|
38 |
|
39 .keyword-search { |
|
40 line-height: 30px; padding: 0 5px; border: 1px solid #000000; width: 300px; font-size: 18px; |
|
41 background: #666666; color: #FFFFFF; |
|
42 } |
|
43 ::-webkit-input-placeholder { |
|
44 color: #cccccc; font-style: italic; |
|
45 } |
|
46 :-moz-placeholder { |
|
47 color: #cccccc; font-style: italic; |
|
48 } |
|
49 |
|
50 .ui-autocomplete { |
|
51 background: #666666; font-size: 14px; |
|
52 } |
|
53 |
|
54 .ui-autocomplete a { |
|
55 color: #ffffff; |
|
56 } |
|
57 |
|
58 .shadow-block { |
|
59 float: left; background: #333333; /*box-shadow: 1px 1px 2px #000;*/ margin: 0 8px 8px 0; |
|
60 } |
|
61 |
|
62 .description-block { |
|
63 width: 240px; height: 166px; margin-left: 8px; |
|
64 } |
|
65 |
|
66 .description-block p { |
|
67 margin: 8px; font-size: 12px; |
|
68 } |
|
69 |
|
70 .topwords-block { |
|
71 width: 748px; height: 154px; overflow: hidden; padding: 6px; |
|
72 } |
|
73 |
|
74 .topwords-list { |
|
75 |
|
76 } |
|
77 |
|
78 .topwords-list li, .topic-words li { |
|
79 display: inline-block; color: #fff; padding: 0 6px; margin-right: 3px; |
|
80 font-size: 14px; line-height: 26px; |
|
81 } |
|
82 |
|
83 .topwords-block li { |
|
84 cursor: pointer; |
|
85 } |
|
86 |
|
87 .topwords-block li:hover, .topwords-block li.selected, .topic-words li.selected { |
|
88 color: #000000; background: #FFFFFF; |
|
89 } |
|
90 |
|
91 .topwords-block li.selected:hover { |
|
92 background: #999; color: #fff; |
|
93 } |
|
94 |
|
95 .start-bottom { |
|
96 position: absolute; top: 256px; bottom: 0; overflow: hidden; width: 100%; |
|
97 } |
|
98 |
|
99 .start-dataviz { |
|
100 float: left; height: 100%; width: 240px; position: relative; margin-left: 8px; |
|
101 } |
|
102 |
|
103 .start-svg { |
|
104 position: absolute; left: 0; top: 0; width: 100%; height: 100%; |
|
105 } |
|
106 |
|
107 .topics-block { |
|
108 float: left; width: 768px; padding-left: 8px; |
|
109 } |
|
110 |
|
111 .topic-column { |
|
112 float: left; width: 256px; |
|
113 } |
|
114 |
|
115 .topic { |
|
116 width: 236px; padding: 6px; cursor: pointer; background: #333333; |
|
117 } |
|
118 |
|
119 .highlight { |
|
120 color: #333333; background: #ffff00; |
|
121 } |