You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 lines
2.5 KiB

@import '~antd/es/style/themes/default.less';
.mapChart {
height: 452px;
padding-top: 24px;
img {
display: inline-block;
max-width: 100%;
max-height: 437px;
}
}
.pieCard :global(.pie-stat) {
font-size: 24px !important;
}
@media screen and (max-width: @screen-lg) {
.mapChart {
height: auto;
}
}
.treeStyle{
padding: 1rem;
font-size: 0.875rem;
}
.operSpanStyle{
border-bottom: 1px solid #ccc;
padding-bottom: 0.5rem;
font-weight: bold;
padding-left: 1rem;
}
.operSensing{
padding-top: 1rem;
.sensingItem{
width: 10rem;
min-height: 6rem;
display: flex;
flex-direction: column;
text-align: center;
.sensingImg{
width: 100%;
height: 3rem;
margin-bottom: 0.5rem;
}
.sensingValue{
width: 100%;
margin-bottom: 0;
margin-top: 0;
}
}
}
.equipmentList{
width: 100%;
padding-top: 1.5rem;
.equItem{
min-height: 9rem;
border-radius: 0.2rem;
display: inline-block;
margin-right: 2rem;
margin-bottom: 1rem;
.equItemTop{
width: 100%;
line-height: 3rem;
color: #555;
font-weight: bold;
border-bottom: 1px solid #ccc;
}
.equContent{
width: 100%;
display: flex;
justify-content: space-around;
padding-top: 1.2rem;
.equImgs{
width: 3rem;
height: 3rem;
}
.equOffOn{
color:'#00DB00';
font-size:1.8rem;
cursor:pointer;
margin-top: 0.7rem;
}
}
}
}
.allOperStyle{
display: flex;
flex-direction: column;
margin-right:8rem;
cursor: pointer;
}
.operButtonStyle{
margin-top: 1rem;
padding-bottom: 1rem;
padding-left:6rem;
}
.classDiv{
display: flex;
margin-top: 2rem;
}
.classItem{
width: 20%;
min-height: 20rem;
border-radius: 0.2rem;
margin-bottom: 1rem;
.classItemTitle{
width: 100%;
height: 6rem;
border-bottom: 1px solid #ccc;
border-top-left-radius: 0.2rem;
border-top-right-radius: 0.2rem;
}
.classItemContent{
width: 100%;
border-bottom: 1px solid #ccc;
min-height: 9rem;
padding-bottom: 1rem;
.tempStyle{
padding-top: 1rem;
padding-left: 1rem;
color: #999;
margin-bottom: 0;
}
}
.classItemButton{
width: 100%;
display: flex;
justify-content: space-around;
padding-top: 1rem;
.itemOperStyle{
width: 30%;
display: flex;
flex-direction: column;
text-align: center;
cursor: pointer;
}
}
}