25 lines
513 B
CSS
25 lines
513 B
CSS
.statistics-bottom .page-box .content {
|
|
padding: 20px 0 10px;
|
|
}
|
|
.statistics-bottom .page-box .content .header {
|
|
padding: 0 20px;
|
|
}
|
|
.statistics-bottom .two-page-box {
|
|
display: flex;
|
|
}
|
|
.statistics-bottom .two-page-box .page-box {
|
|
flex: 1;
|
|
width: 49%;
|
|
margin-right: 10px;
|
|
}
|
|
.statistics-bottom .two-page-box .page-box:last-child {
|
|
margin-right: 0;
|
|
}
|
|
.statistics-bottom .page-box .content .chart-wrap .chart {
|
|
width: 100%;
|
|
}
|
|
|
|
.cloudRelative{
|
|
justify-content: flex-end !important;
|
|
}
|