IntelligentRecognition/ah-jjsp-web/.svn/pristine/17/177379a1682249f83e03dad3aca...

16 lines
268 B
Plaintext

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;
}