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

This commit is contained in:
yiqiu
2025-12-25 23:08:21 +08:00
parent 4d7cc25f57
commit cd134c323e

View File

@@ -728,8 +728,14 @@
background: linear-gradient(180deg, rgba(248, 250, 252, 0.95) 0%, rgba(224, 242, 254, 0.9) 100%);
}
/* 移动端文字内容居中对齐 */
/* 移动端文字内容居中对齐 - 覆盖桌面端绝对定位 */
.banner-cont .swiper-slide .section-content {
position: relative !important;
/* 覆盖桌面端的 absolute */
top: auto !important;
left: auto !important;
transform: none !important;
/* 移除桌面端的 transform */
text-align: center;
padding: 0 20px;
height: 100%;