2021-07-07 19:55:32 +08:00
|
|
|
.grid {
|
|
|
|
|
margin-top: 2em !important;
|
|
|
|
|
margin-left: 2em !important;
|
|
|
|
|
|
|
|
|
|
.column {
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
border-right: 1px #eee solid;
|
|
|
|
|
|
|
|
|
|
div.value {
|
|
|
|
|
margin-top: 1.5em;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
margin-right: 0.2em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column.no-border {
|
|
|
|
|
border-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
a {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.column:hover {
|
|
|
|
|
a {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chart-box {
|
2021-12-05 18:59:20 +08:00
|
|
|
height: 14em;
|
2021-07-07 19:55:32 +08:00
|
|
|
}
|
|
|
|
|
|
2021-12-06 09:16:23 +08:00
|
|
|
.traffic-map-box {
|
|
|
|
|
height: 16em;
|
|
|
|
|
|
|
|
|
|
div::-webkit-scrollbar {
|
|
|
|
|
width: 4px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-07-07 19:55:32 +08:00
|
|
|
h4 {
|
|
|
|
|
span {
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
color: grey;
|
|
|
|
|
}
|
|
|
|
|
}
|