Fix: 登录页浏览器推荐改为简洁单行小字,去掉黄色方框

This commit is contained in:
2026-02-27 14:56:09 +08:00
parent 0e376ec1f1
commit ba4f9113ae
+6 -12
View File
@@ -374,20 +374,14 @@
</div> </div>
{{-- 推荐浏览器提示 --}} {{-- 推荐浏览器提示 --}}
<div <div style="margin-top: 10px; font-size: 11px; color: #888; text-align: center;">
style="margin-top: 14px; padding: 7px 10px; background: #fffbea; border: 1px solid #f0d060; border-radius: 4px; font-size: 11px; color: #7a5f00; text-align: center; line-height: 1.7;"> 🌐 推荐
🌐 <b>推荐使用</b>
<a href="https://www.microsoft.com/zh-cn/edge/download" target="_blank" <a href="https://www.microsoft.com/zh-cn/edge/download" target="_blank"
style="color: #1565c0; font-weight: bold; text-decoration: none;" title="下载 Microsoft Edge"> style="color: #1565c0; text-decoration: none;">Edge</a>
Microsoft Edge /
</a>
<a href="https://www.google.com/chrome/" target="_blank" <a href="https://www.google.com/chrome/" target="_blank"
style="color: #e53935; font-weight: bold; text-decoration: none;" title="下载 Google Chrome"> style="color: #c0392b; text-decoration: none;">Chrome</a>
Google Chrome 浏览器,IE 等旧版不支持聊天室
</a>
浏览器,以获得最佳聊天体验<br>
<span style="color: #999; font-size: 10px;">IE / 旧版浏览器不支持 WebSocket,将无法正常使用</span>
</div> </div>
</div> </div>