From e37ad55b0a9e4104801b1f7e42277c4a977c7f16 Mon Sep 17 00:00:00 2001 From: fengjun Date: Tue, 16 Dec 2025 10:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=A1=88=E4=BE=8B=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 4 +++- classiccase.html | 17 ++++++++--------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 68e9452..3addd7a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -7153,16 +7153,18 @@ img { /* TAB 选项卡样式调整 */ .service-tab-nav-fullwidth .service-tab-nav .service-list-widget ul { justify-content: center; + flex-wrap: nowrap; } .service-tab-nav-fullwidth .service-tab-nav .service-list-widget ul li { flex: none; - min-width: 160px; + min-width: auto; } .service-tab-nav-fullwidth .service-tab-nav .service-list-widget a { padding: 18px 20px; font-size: 15px; + white-space: nowrap; } /* 公司 Logo 样式 - 绝对定位在卡片右上角 */ diff --git a/classiccase.html b/classiccase.html index 544c62b..d087e28 100644 --- a/classiccase.html +++ b/classiccase.html @@ -72,11 +72,15 @@
@@ -202,11 +206,6 @@ // 渲染对应的卡片 renderCards(category); - - // 平滑滚动到卡片区域 - $('html, body').animate({ - scrollTop: $('.services-section').offset().top - 100 - }, 500); }); });