...
|
...
|
@@ -5,14 +5,25 @@ |
|
|
}
|
|
|
|
|
|
section {
|
|
|
padding: 0 30px;
|
|
|
border-top: 1px solid #ddd;
|
|
|
padding: 40px 80px;
|
|
|
|
|
|
.box {
|
|
|
.graph-box {
|
|
|
margin-top: 80px;
|
|
|
width: 100%;
|
|
|
min-height: 600px;
|
|
|
height: 600px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.top-box > select {
|
|
|
float: right;
|
|
|
z-index: 9;
|
|
|
}
|
|
|
|
|
|
.table-module {
|
|
|
padding: 40px;
|
|
|
}
|
|
|
|
|
|
.table-box {
|
|
|
margin-top: 80px;
|
|
|
} |
...
|
...
|
|