36 lines
730 B
CSS
36 lines
730 B
CSS
|
@import url("./reset.css");
|
||
|
@import url("./layuireset.css");
|
||
|
@import url("./mainCenter.css");
|
||
|
@import url("./marker.css");
|
||
|
@import url("./leaflet-popup.css");
|
||
|
@import url("./clockBoxInfo.css");
|
||
|
html,body,#cityManageContent{
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
background:#01123D;
|
||
|
color:#fff;
|
||
|
font-size:14px;
|
||
|
}
|
||
|
|
||
|
#mainTop{
|
||
|
height:83px;
|
||
|
line-height:83px;
|
||
|
background-image:url("../image/headerBg.jpg");
|
||
|
background-size:auto;
|
||
|
background-repeat:no-repeat;
|
||
|
text-align: center;
|
||
|
font-size:28px;
|
||
|
}
|
||
|
#mainTop>span:nth-child(2){
|
||
|
font-size:20px;
|
||
|
}
|
||
|
#mainContent{
|
||
|
width:calc(100% - 10px);
|
||
|
height:calc(100% - 93px);
|
||
|
margin:0 5px;
|
||
|
position: absolute;
|
||
|
top:88px;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|