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 @@