58 lines
890 B
CSS
58 lines
890 B
CSS
|
.mainContentL{
|
||
|
float:left;
|
||
|
width:300px;
|
||
|
height:100%;
|
||
|
box-sizing: border-box;
|
||
|
border:1px solid #5397F0;
|
||
|
border-radius: 2px;
|
||
|
display: none;
|
||
|
}
|
||
|
.mainContentL_sInfo>p{
|
||
|
width:100%;
|
||
|
height:37px;
|
||
|
line-height:32px;
|
||
|
background: url("../image/bar.png") center center no-repeat;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.orgCamera{
|
||
|
height:230px;
|
||
|
}
|
||
|
.orgbox{
|
||
|
width:calc(100% - 20px);
|
||
|
height: calc(100% - 45px);
|
||
|
padding:10px;
|
||
|
}
|
||
|
.orgTree{
|
||
|
height: calc(100% - 58px);
|
||
|
margin-top:10px;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
.orgCamera>div>form
|
||
|
{
|
||
|
float:right;
|
||
|
}
|
||
|
.orgCamera>div:nth-child(1){
|
||
|
padding:0 20px;
|
||
|
}
|
||
|
.orgCameraBox{
|
||
|
width:calc(100% - 20px);
|
||
|
height:calc(100% - 57px);
|
||
|
display: flex;
|
||
|
flex:1;
|
||
|
padding:10px;
|
||
|
}
|
||
|
.orgCameraBox>ul{
|
||
|
width:120px;
|
||
|
height:100%;
|
||
|
}
|
||
|
.orgCameraBox>ul>li{
|
||
|
height:30px;
|
||
|
line-height:30px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
.orgCameraListSelect{
|
||
|
border:1px solid #5FA3F8;
|
||
|
border-radius: 2px;
|
||
|
}
|
||
|
|