anxiao_web/pages/hikVideo/css/index.css

31 lines
570 B
CSS
Raw Normal View History

2024-07-24 09:22:32 +08:00
@import url("./mainCenter.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% - 103px);
margin:0 5px;
position: absolute;
top:88px;
overflow: hidden;
}