This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user