From 07fc21d514f9ada134e0cf71b2effac36e00689a Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 28 Aug 2026 09:37:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5logo=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/frontend/event-site.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/public/frontend/event-site.html b/public/frontend/event-site.html index e005939..f88e8b4 100644 --- a/public/frontend/event-site.html +++ b/public/frontend/event-site.html @@ -5395,6 +5395,21 @@ .roadmap .timeline { align-items: stretch; } + /* 预选赛说明不换行:四列时加宽第三卡 */ + @media (min-width: 981px) { + .roadmap .timeline { + grid-template-columns: minmax(0,1fr) minmax(0,1fr) minmax(0,1.72fr) minmax(0,1fr); + } + .roadmap .step:nth-child(3) { + padding-left: 20px; + padding-right: 20px; + } + } + @media (min-width: 681px) { + .roadmap .step:nth-child(3) p { + white-space: nowrap; + } + } .roadmap .step { display: flex !important; flex-direction: column;