大法多大啊发生的啊
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 00:15:06 +08:00
parent fe91863743
commit 1d4799663e

View File

@@ -20,7 +20,12 @@
box-shadow: 0 4px 24px rgba(15, 23, 42, 0.4); box-shadow: 0 4px 24px rgba(15, 23, 42, 0.4);
} }
/* 首页导航文字颜色 */ /* 首页导航与轮播图文案、banner-list 保持左对齐 */
#index .nav-header {
max-width: 1440px;
margin: 0 auto;
padding: 0 20px;
}
#index .nav-menu .nav-item { #index .nav-menu .nav-item {
color: #E5E7EB; color: #E5E7EB;
border-bottom-color: transparent; border-bottom-color: transparent;
@@ -183,17 +188,25 @@
} }
*/ */
/* 轮播文字层:左侧排列z-index确保在遮罩之上 */ /* 轮播文字层:使用与 section-content 相同的左边距计算 */
.banner-cont .swiper-slide .section-content { .banner-cont .swiper-slide .section-content {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 8%; left: 50%;
transform: translateY(-50%); transform: translate(-50%, -50%);
max-width: 650px; width: 100%;
max-width: 1440px;
padding: 0 20px;
box-sizing: border-box;
z-index: 10; z-index: 10;
text-align: left; text-align: left;
} }
/* 文字内容容器,实际的左对齐内容 */
.banner-cont .swiper-slide .section-content > * {
max-width: 650px;
}
.banner-cont .swiper-slide h1 { .banner-cont .swiper-slide h1 {
font-size: 58px; font-size: 58px;
line-height: 1.2; line-height: 1.2;
@@ -1381,9 +1394,9 @@ html {
font-size: 44px; font-size: 44px;
} }
.banner-cont .swiper-slide .section-content { /* 小屏幕下保持左对齐布局 */
.banner-cont .swiper-slide .section-content > * {
max-width: 500px; max-width: 500px;
left: 5%;
} }
/* 已废弃:背景图不需要宽度设置 /* 已废弃:背景图不需要宽度设置
@@ -1435,10 +1448,13 @@ html {
} }
.banner-cont .swiper-slide .section-content { .banner-cont .swiper-slide .section-content {
left: 50%;
transform: translate(-50%, -50%);
text-align: center; text-align: center;
}
.banner-cont .swiper-slide .section-content > * {
max-width: 90%; max-width: 90%;
margin-left: auto;
margin-right: auto;
} }
.banner-tags { .banner-tags {