From 0ec1a09658d830336585bd2f891ab3e4d9a87fe5 Mon Sep 17 00:00:00 2001 From: Default User Date: Tue, 27 Jan 2026 15:12:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E8=BF=94=E5=9B=9E=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=BF=94=E5=9B=9E=E5=AE=A1=E6=A0=B8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E5=B9=B6=E4=BC=98=E5=8C=96=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/supply.html b/supply.html index fb8a437..6cbe1c1 100644 --- a/supply.html +++ b/supply.html @@ -79,8 +79,22 @@ margin-top: 10px; font-size: 12px; color: #666; - text-align: right; - padding: 0 15px; + text-align: center; + padding: 10px; + background-color: #f5f9ff; + border-radius: 8px; + border: 1px solid #e6f7ff; + line-height: 1.4; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); + } + + /* 登录信息在移动端的优化 */ + @media (max-width: 768px) { + #currentUserInfo { + font-size: 11px; + padding: 8px; + line-height: 1.3; + } } /* 搜索框样式优化 */ @@ -1306,7 +1320,7 @@