157 lines
2.4 KiB
CSS
157 lines
2.4 KiB
CSS
.mainContentL{
|
|
float:left;
|
|
width:467px;
|
|
height:100%;
|
|
box-sizing: border-box;
|
|
border:1px solid #5397F0;
|
|
border-radius: 2px;
|
|
}
|
|
.mainContentL_sInfo{
|
|
height:40px;
|
|
}
|
|
.mainContentL_sEegant{
|
|
height:200px;
|
|
}
|
|
|
|
.mainContentL_sEegant_box{
|
|
width:calc(100% - 20px);
|
|
height:calc(100% - 57px);
|
|
padding:10px;
|
|
}
|
|
.mainContentL_sEegant_box>div{
|
|
float:left;
|
|
width:50%;
|
|
height:75px;
|
|
}
|
|
|
|
.mainContentL_sEegant_box>div>img{
|
|
width:90px;
|
|
height:76px;
|
|
float:left;
|
|
}
|
|
.mainContentL_sEegant_box>div>p{
|
|
width:120px;
|
|
float:left;
|
|
margin-left:10px;
|
|
line-height:30px;
|
|
}
|
|
.mainContentL_sEegant_box>div>p:nth-child(2){
|
|
font-size:24px;
|
|
color:#24DFF4;
|
|
}
|
|
|
|
.mainContentL_sInfo>p{
|
|
width:100%;
|
|
height:37px;
|
|
line-height:32px;
|
|
background: url("../image/bar.png") center center no-repeat;
|
|
text-align: center;
|
|
}
|
|
|
|
.mainContent_SchoolSafety{
|
|
height:180px;
|
|
}
|
|
.schoolSafety{
|
|
height:calc(100% - 42px);
|
|
width:calc(100% - 10px);
|
|
margin:0 auto;
|
|
}
|
|
|
|
.schoolSafety>div{
|
|
float:left;
|
|
width:225px;
|
|
height:100%;
|
|
|
|
position: relative;
|
|
}
|
|
.schoolSafety>div:last-child{
|
|
margin-left:5px;
|
|
}
|
|
|
|
.schoolSafety>div>div{
|
|
position: absolute;
|
|
text-align: center;
|
|
font-size:14px;
|
|
}
|
|
.schoolSafety>div>div:first-child{
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.schoolSafety>div>div:last-child{
|
|
width:100%;
|
|
line-height:30px;
|
|
height:30px;
|
|
background: rgba(0,0,0,.5);
|
|
bottom:0;
|
|
z-index:10;
|
|
}
|
|
.schoolSafety>div>div>img{
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
|
|
.mainContentL_sSafe{
|
|
height: calc(100% - 630px);
|
|
|
|
}
|
|
.mainContentL_sEegant>p,
|
|
.mainContent_SchoolSafety>p,
|
|
.mainContentL_sSafe>div:nth-child(1),
|
|
.mainContentL_sManage>div:nth-child(1){
|
|
padding:0 20px;
|
|
}
|
|
|
|
.mainContentL_sSafe_box{
|
|
padding:10px;
|
|
height:calc(100% - 47px);
|
|
overflow-y: auto;
|
|
display: flex;
|
|
justify-content:space-between;
|
|
flex-wrap: wrap;
|
|
flex:1;
|
|
}
|
|
|
|
.sSafe_Index_rank{
|
|
width:135px;
|
|
height:50px;
|
|
margin-bottom:5px;
|
|
box-sizing: border-box;
|
|
border:1px solid #1172F0;
|
|
border-radius: 2px;
|
|
box-shadow: 0 0 1px 1px #86b2eb inset;
|
|
}
|
|
.sSafe_Index_rank:hover{
|
|
cursor: pointer;
|
|
}
|
|
.sSafe_Index_rank_select{
|
|
background:#1172F0;
|
|
}
|
|
.sSafe_Index_rank>p{
|
|
line-height:20px;
|
|
text-align:center;
|
|
}
|
|
.sSafe_Index_rank>p:nth-child(1){
|
|
margin-top:5px;
|
|
}
|
|
.sSafe_Index_rank>p:nth-child(2){
|
|
font-size:12px;
|
|
}
|
|
.sSafe_Index_rank>p:last-child{
|
|
line-height:25px;
|
|
}
|
|
.mainContentL_sManage{
|
|
height:190px;
|
|
}
|
|
.mainContentL_sManage_box{
|
|
height:calc(100% - 17px);
|
|
}
|
|
#sManage_box_echart{
|
|
width:100%;
|
|
height:calc(100% - 10px);
|
|
}
|
|
|
|
|
|
|