60 lines
1.1 KiB
CSS
60 lines
1.1 KiB
CSS
|
@import url("./reset.css");
|
||
|
@import url("./mainHeader.css");
|
||
|
@import url("./mainLeft.css");
|
||
|
@import url("./mainCenter.css");
|
||
|
@import url("./mainRight.css");
|
||
|
@import url("./public.css");
|
||
|
@import url("./layuireset.css");
|
||
|
@import url("./alarmEvent.css");
|
||
|
html,body,#cityManageContent{
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
background:#032357;
|
||
|
color:#fff;
|
||
|
font-size:14px;
|
||
|
}
|
||
|
#mainHeader{
|
||
|
text-align:center;
|
||
|
position: absolute;
|
||
|
width:100%;
|
||
|
top:0;
|
||
|
}
|
||
|
.systemNameUpdate:hover{
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
#mainContent{
|
||
|
width:calc(100% - 10px);
|
||
|
height:calc(100% - 98px);
|
||
|
margin:0 5px;
|
||
|
position: absolute;
|
||
|
top:88px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
#mainLeft,
|
||
|
#mainRightTop{
|
||
|
color:#fff;
|
||
|
z-index:10001;
|
||
|
}
|
||
|
#mainLeft,
|
||
|
#mainRight{
|
||
|
position: absolute;
|
||
|
width:360px;
|
||
|
height:100%;
|
||
|
box-sizing: border-box;
|
||
|
border:1px solid rgb(56,125,191);
|
||
|
box-shadow:0 0 5px 2px #3765b8 inset;
|
||
|
}
|
||
|
|
||
|
#mainCenter{
|
||
|
position: absolute;
|
||
|
height:100%;
|
||
|
width:calc(100% - 730px);
|
||
|
margin:0 5px;
|
||
|
left:360px;
|
||
|
top:0;
|
||
|
}
|
||
|
|
||
|
#mainRight{
|
||
|
right:0px;
|
||
|
}
|