ah_jjzhgd_webscreen/css/newDataAnalysis/projectProgress.css

31 lines
415 B
CSS
Raw Normal View History

.tap-box {
margin-top: 30px;
padding: 0 10px;
display: flex;
}
.tap-box div {
padding: 4px 10px;
border-radius: 5px;
cursor: pointer;
border: 1px solid #e0e0e0;
}
.tap-box div:last-child {
margin-left: 10px;
}
.active {
background-color: #0052cc;
}
.chart-box {
padding: 10px;
display: flex;
}
.chart-box-left,
.chart-box-right {
width: 50%;
height: 400px;
}