16 lines
268 B
Plaintext
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;
|
||
|
|
}
|