From 840c6b40f8841067426a40260c513c4d509ad847 Mon Sep 17 00:00:00 2001 From: jekkinoopy Date: Wed, 17 Jun 2026 13:12:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A1=AB=E5=85=A5=E5=90=84=E6=88=90?= =?UTF-8?q?=E5=93=A1=E7=B6=9C=E8=97=9D=E6=95=B8=E9=87=8F=E8=88=87=E4=BB=A3?= =?UTF-8?q?=E8=A1=A8=E4=BD=9C=EF=BC=8C=E8=A8=88=E7=AE=97=E7=B5=90=E6=9E=9C?= =?UTF-8?q?=E9=A1=AF=E7=A4=BA=E6=98=8E=E7=B4=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- variety/bangxiao.html | 162 +++++++++++++++++++++++++++++++++--------- 1 file changed, 130 insertions(+), 32 deletions(-) diff --git a/variety/bangxiao.html b/variety/bangxiao.html index 1af1c8c..b0995b1 100644 --- a/variety/bangxiao.html +++ b/variety/bangxiao.html @@ -103,25 +103,84 @@ /* 結果區塊 */ .bangxiao-page .checker-result { - min-height: 52px; - display: flex; - align-items: center; - justify-content: center; - padding: 14px 20px; + display: block; + padding: 18px 20px; border-radius: 12px; background: var(--color-surface-soft); border: 1px solid rgba(255, 204, 0, 0.25); - font-size: 1.05rem; - font-weight: 700; - color: var(--color-brand-dark); - letter-spacing: 0.02em; - transition: opacity 0.2s ease; } .bangxiao-page .checker-result:empty { display: none; } + .bangxiao-page .result-headline { + text-align: center; + font-size: 1.05rem; + font-weight: 700; + color: var(--color-brand-dark); + margin: 0 0 0.5rem; + } + + .bangxiao-page .result-headline strong { + font-size: 1.25rem; + } + + .bangxiao-page .result-group { + text-align: center; + font-size: 0.85rem; + color: var(--color-text-muted); + margin: 0 0 0.75rem; + } + + .bangxiao-page .result-members { + display: flex; + flex-direction: column; + gap: 8px; + margin-top: 0.85rem; + } + + .bangxiao-page .result-member { + display: grid; + grid-template-columns: auto auto 1fr; + gap: 0 10px; + align-items: baseline; + padding: 8px 12px; + background: rgba(255, 204, 0, 0.1); + border-radius: 8px; + } + + .bangxiao-page .result-member__name { + font-weight: 800; + font-size: 0.95rem; + color: var(--color-text-dark); + white-space: nowrap; + } + + .bangxiao-page .result-member__count { + font-weight: 700; + font-size: 0.88rem; + color: var(--color-brand-dark); + white-space: nowrap; + } + + .bangxiao-page .result-member__works { + font-size: 0.82rem; + color: var(--color-text-muted); + line-height: 1.5; + } + + @media (max-width: 540px) { + .bangxiao-page .result-member { + grid-template-columns: auto auto; + grid-template-rows: auto auto; + } + + .bangxiao-page .result-member__works { + grid-column: 1 / -1; + } + } + @media (max-width: 540px) { .bangxiao-page .member-grid { grid-template-columns: repeat(2, 1fr); @@ -173,32 +232,32 @@ 我是團飯!!六顆都要 @@ -227,14 +286,34 @@