ss-dp/src/views/Home/MapCtrl/Pops/GongShui/GsJcsj/index.less

66 lines
971 B
Plaintext
Raw Normal View History

2026-02-06 11:00:16 +08:00
.top {
display: flex;
align-items: center;
.time-type {
margin-left: 10rem;
display: flex;
div {
width: 80px;
text-align: center;
border: 1px solid #cccccc;
padding: 8px 0;
}
.active {
color: #5FB7FF;
background: #F0F7FF;
border: 1px solid #5FB7FF;
}
}
}
.mid {
margin-top: 10px;
display: flex;
justify-content: space-between;
height: 90%;
.mid-left {
border: 1px solid #eee;
width: 47%;
height: 100%;
overflow: auto;
}
.mid-right {
width: 52%;
height: 100%;
.react-chart {
width: 100%;
height: 300px;
}
}
}
.footer{
font-size: 14px;
margin-top: 40px;
.footer-row{
display: flex;
justify-content: space-between;
.footer-item{
flex: 1;
text-align: center;
.footer-name{
background: #E0EDFF ;
padding: 4px 0;
}
.footer-num{
padding: 4px 0;
}
}
}
}