Showing
3 changed files
with
37 additions
and
0 deletions
public/css/style.css
0 → 100644
1 | +.highcharts-figure, .highcharts-data-table table { | ||
2 | + min-width: 310px; | ||
3 | + max-width: 800px; | ||
4 | + margin: 1em auto; | ||
5 | +} | ||
6 | + | ||
7 | +#container { | ||
8 | + height: 600px; | ||
9 | +} | ||
10 | + | ||
11 | +.highcharts-data-table table { | ||
12 | + font-family: Verdana, sans-serif; | ||
13 | + border-collapse: collapse; | ||
14 | + border: 1px solid #EBEBEB; | ||
15 | + margin: 10px auto; | ||
16 | + text-align: center; | ||
17 | + width: 100%; | ||
18 | + max-width: 500px; | ||
19 | +} | ||
20 | +.highcharts-data-table caption { | ||
21 | + padding: 1em 0; | ||
22 | + font-size: 1.2em; | ||
23 | + color: #555; | ||
24 | +} | ||
25 | +.highcharts-data-table th { | ||
26 | + font-weight: 600; | ||
27 | + padding: 0.5em; | ||
28 | +} | ||
29 | +.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption { | ||
30 | + padding: 0.5em; | ||
31 | +} | ||
32 | +.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) { | ||
33 | + background: #f8f8f8; | ||
34 | +} | ||
35 | +.highcharts-data-table tr:hover { | ||
36 | + background: #f1f7ff; | ||
37 | +} |
public/dust_icon.jpg
0 → 100644

19.1 KB
public/temp_1.PNG
0 → 100644
53.8 KB
-
Please register or login to post a comment