IntelligentRecognition/ah-jjsp-web/bns/css/uav/child/bandPro.css

16 lines
268 B
CSS
Raw Permalink Normal View History

2024-05-24 16:09:40 +08:00
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: white;
color: #000000;
}
/* 内容体样式 start*/
#content {
width: calc(100% - 20px);
height: calc(100% - 20px);
padding: 10px;
border: none;
}