anxiao_web/pages/newIntelligenceEarlyWarning/css/mainRight.css

33 lines
449 B
CSS

.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;
display: flex;
}
.schoolInfoBox>img{
height:100%;
}
.schoolInfoBox>div{
margin-left:10px;
}
.schoolInfoBox>div>p{
width:100%;
line-height:30px;
height:30px;
}