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