From 44b0089aa20d6c99246f6bce79b73a8d284aaeef Mon Sep 17 00:00:00 2001 From: peijunlei Date: Mon, 7 Sep 2026 19:50:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(css):=20=E6=9B=B4=E6=96=B0=E9=9B=86?= =?UTF-8?q?=E5=9B=A2=E6=88=90=E5=91=98logo=E5=88=87=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/dist_static/static/css/about.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/public/themes/dist_static/static/css/about.css b/public/themes/dist_static/static/css/about.css index 8172910..72213f9 100644 --- a/public/themes/dist_static/static/css/about.css +++ b/public/themes/dist_static/static/css/about.css @@ -499,14 +499,21 @@ min-width: 12.5rem; } .ab-members__logos { - display: grid; - grid-template-columns: repeat(5, minmax(0, 1fr)); + display: flex; + flex-wrap: nowrap; + align-items: center; gap: 1rem; + overflow-x: auto; + overflow-y: hidden; + -webkit-overflow-scrolling: touch; + overscroll-behavior-x: contain; + scrollbar-width: thin; } .ab-members__logo { display: flex; align-items: center; justify-content: center; + flex: 0 0 auto; width: 10rem; height: 6.25rem; padding: 0; @@ -764,9 +771,6 @@ .ab-history__slide { width: 300Px; } - .ab-members__logos { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } .ab-culture__item { flex-direction: column; gap: 16Px; @@ -801,9 +805,6 @@ padding: 24Px; min-height: 0; } - .ab-members__logos { - grid-template-columns: repeat(2, minmax(0, 1fr)); - } .ab-members__name { font-size: 24Px; line-height: 32Px;