范德萨打发
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 00:27:04 +08:00
parent 0a5456f6b3
commit dbd7c5c45a
2 changed files with 225 additions and 4 deletions

View File

@@ -14,6 +14,12 @@
min-height: 100vh;
}
/* 首页 section-content 统一左右边距为 20px */
#index .section-content {
padding-left: var(--container-padding-x);
padding-right: var(--container-padding-x);
}
/* 首页 Header 深色玻璃态覆盖 */
#index #header {
background: transparent;
@@ -343,7 +349,7 @@
.banner .banner-s .banner-list {
display: flex;
flex-wrap: wrap;
padding: 0; /* 移除额外的 padding使用 section-content 的统一边距 */
padding: 0 !important; /* 移除额外的 padding使用 section-content 的统一边距 */
}
.banner-s .banner-list .banner-item {
@@ -1363,9 +1369,7 @@ html {
font-size: 64px;
}
.banner-cont .swiper-slide .section-content {
max-width: 700px;
}
/* 移除 section-content 的 max-width 限制,保持容器系统统一 */
.section-title h2 {
font-size: 44px;