2021-07-11 18:05:49 +08:00
|
|
|
.ui.message {
|
|
|
|
|
.icon {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 1em;
|
|
|
|
|
top: 1.8em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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-12 16:56:56 +08:00
|
|
|
}
|
|
|
|
|
|
2021-12-05 19:38:14 +08:00
|
|
|
.traffic-map-box {
|
|
|
|
|
height: 16em;
|
|
|
|
|
|
|
|
|
|
div::-webkit-scrollbar {
|
|
|
|
|
width: 4px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2021-07-12 16:56:56 +08:00
|
|
|
.color-span {
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
padding: 4px;
|
2021-08-22 16:34:20 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4.header {
|
|
|
|
|
a {
|
|
|
|
|
font-size: 0.85em;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2021-07-11 18:05:49 +08:00
|
|
|
}
|