anxiao_web/pages/intelligenceEarlyWarning/css/mainRight.css

35 lines
521 B
CSS
Raw Permalink Normal View History

2024-07-24 09:22:32 +08:00
.mainContentR{
float:left;
width:470px;
height:100%;
box-sizing: border-box;
border:1px solid #5397F0;
border-radius:2px;
}
.alarmPersonInfo{
height:300px;
}
.handlePersonInfo{
height: calc(100% - 300px);
}
.schoolWarnAlarmList{
height:100%;
}
.schoolInfoBox{
height:130px;
}
.schoolInfoBox>div>p{
line-height:30px;
height:30px;
}
.schoolInfoBox>div:nth-child(2)>p,
.schoolInfoBox>div:nth-child(3)>p{
width:50%;
float:left;
line-height:30px;
height:30px;
}
.schoolAlarmInfo{
height:calc(100% - 220px);
}