From 6fb38653e20c75b8c894901d0fe525679e8fbe64 Mon Sep 17 00:00:00 2001 From: Default User Date: Tue, 27 Jan 2026 15:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8E=92=E7=89=88=EF=BC=8C=E6=94=B9=E4=B8=BA=E9=9D=A0?= =?UTF-8?q?=E5=B7=A6=E4=B8=80=E6=8E=92=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/supply.html b/supply.html index 6cbe1c1..58ba09f 100644 --- a/supply.html +++ b/supply.html @@ -79,21 +79,25 @@ margin-top: 10px; font-size: 12px; color: #666; - text-align: center; - padding: 10px; + text-align: left; + padding: 8px 12px; background-color: #f5f9ff; border-radius: 8px; border: 1px solid #e6f7ff; - line-height: 1.4; + line-height: 1; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } /* 登录信息在移动端的优化 */ @media (max-width: 768px) { #currentUserInfo { - font-size: 11px; - padding: 8px; - line-height: 1.3; + font-size: 10px; + padding: 6px 10px; + white-space: normal; + line-height: 1.2; } }