提交代码

This commit is contained in:
duan
2024-06-12 14:50:03 +08:00
parent 3abfa4658a
commit 84b5632d23
3 changed files with 11 additions and 5 deletions

View File

@@ -130,11 +130,11 @@
$base: #555; // 基础颜色
.page {
position: absolute;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 50vh;
height: 100%;
background-color: #FFFFFF;
}