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

This commit is contained in:
yiqiu
2025-12-25 23:42:42 +08:00
parent ca668847bd
commit b4e4cce8d2

View File

@@ -5044,6 +5044,9 @@ html {
} }
*/ */
/* Mobile Overrides Group */
@media (max-width: 768px) {
/* Hot Products - Mobile Slider */ /* Hot Products - Mobile Slider */
.hot-products-pagination { .hot-products-pagination {
position: relative; position: relative;
@@ -5115,10 +5118,9 @@ html {
display: none; display: none;
/* Hide desktop tabs */ /* Hide desktop tabs */
} }
} }
*/ /* We might need to restructure the HTML to show all solutions stacked or use a mobile slider
/* We might need to restructure the HTML to show all solutions stacked or use a mobile slider
For now, let's assume we stack them or show a simple list. For now, let's assume we stack them or show a simple list.
Actually, if HTML structure depends on clicks to show/hide, we need JS or CSS modification. Actually, if HTML structure depends on clicks to show/hide, we need JS or CSS modification.
Let's style the active one well first, or maybe show all? Let's style the active one well first, or maybe show all?