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

This commit is contained in:
yiqiu
2025-12-25 22:44:34 +08:00
parent eb91bf74ff
commit 26851b9d5a

View File

@@ -697,12 +697,12 @@
@media (max-width: 768px) {
/* 调整 banner 高度 - 进一步缩小 */
/* 调整 banner 高度 - 移动端优化 */
.banner-cont .swiper-slide {
height: 100px;
/* Reduced from 240px to 200px */
height: 180px;
/* 调整为合适的高度 */
padding-top: 56px;
/* Compensate for sticky header overlap if needed, or if under header */
/* 补偿顶部导航栏高度 */
margin-top: 0;
/* Mobile Background Optimization */
@@ -4935,6 +4935,8 @@ html {
/* Mobile Overrides for Index Page */
/* 注释掉重复的 banner 样式,统一使用第 698 行的移动端样式 */
/*
@media (max-width: 768px) {
/* Banner Adjustment */
@@ -4943,6 +4945,7 @@ html {
/* min-height: 400px; */
height: 50px !important;
padding-bottom: 60px;
width: 50%;
/* Space for pagination */
}