This commit is contained in:
李志鹏
2026-06-01 11:18:35 +08:00
parent ad0f4f65e5
commit bf5c27d857
12 changed files with 54 additions and 22 deletions

View File

@@ -28,6 +28,7 @@
> section {
width: 100%;
height: auto;
min-height: 50vw;
}
> section.bgw {
position: relative;
@@ -40,5 +41,8 @@
position: absolute;
}
}
> .section-footer {
min-height: 0;
}
}
</style>