no message

This commit is contained in:
DESKTOP-BM6RJU5\wyanh 2023-03-19 13:45:25 +08:00
parent 2e95071f41
commit 24a30235ae
2 changed files with 13 additions and 0 deletions

View File

@ -12,6 +12,16 @@ body{
position: relative;
/* 100%窗口宽度 */
width: 100vw;
display: flex;
}
.main{
flex: 1;
height: calc(100vh - 43px);
position: relative;
top: 43px;
display: flex;
justify-content: center;
align-items: center;
}
#checkbox{
/* 隐藏复选框 */

View File

@ -53,6 +53,9 @@
</a>
</li>
</ul>
<div class="main">
我是内容区
</div>
</div>
</body>