完成footer部分

This commit is contained in:
2025-09-12 10:43:05 +08:00
parent b3b125bf43
commit 01fcc938a4
5 changed files with 160 additions and 6 deletions

View File

@@ -4,6 +4,11 @@
/* 基础缩进量 */
}
/* 设置首页的高度 */
#VPContent.VPContent.is-home {
height: 980px !important;
}
/* 侧边栏 */
.VPSidebar {
background-color: white !important;
@@ -51,6 +56,7 @@ img.VPImage.image-src {
margin-right: 20px !important;
}
.VPHero .text {
font-size: 50px !important;
}