From 039ad420251c35aba08d81361ee96dd32ad52f6d Mon Sep 17 00:00:00 2001 From: hz4th_coder Date: Tue, 18 Aug 2026 00:08:29 +0800 Subject: [PATCH] =?UTF-8?q?v1.2.10=20=E6=AF=94=E8=B5=9B=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=E5=8A=A0=E5=A4=A750%(280=E2=86=92420px?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E5=88=97=E5=AE=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index cf817c0..2c0c51a 100644 --- a/static/style.css +++ b/static/style.css @@ -134,7 +134,7 @@ main { flex: 1; width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px 16 .pager span { margin: 0 4px; } /* ---------- 比赛网格卡片(固定宽度,宽度足够一行多个) ---------- */ -.games-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); align-items: stretch; } +.games-grid { grid-template-columns: repeat(auto-fill, 420px); align-items: stretch; } .games-grid .list-item { display: flex; flex-direction: column; justify-content: space-between; gap: 8px; height: 100%; padding: 14px 16px; } .card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 14px 16px; cursor: pointer; transition: .18s; } .card:hover { transform: translateY(-3px); border-color: var(--orange2); box-shadow: 0 6px 20px rgba(0,0,0,.35); }