38 lines
773 B
CSS
38 lines
773 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;
|
|
}
|
|
.structural4-top .sel1 {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
background: #fff;
|
|
font-size: 14px;
|
|
color: #6c6c6c;
|
|
border: 1px solid #c4c6cf;
|
|
cursor: pointer;
|
|
padding: 0 8px;
|
|
position: absolute;
|
|
border:none;
|
|
z-index: 2;
|
|
}
|