From cf375ab7aefc3c18374a310f751b16d6636b4750 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Fri, 24 Oct 2025 11:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=88=91=E7=9A=84=E8=87=AA?= =?UTF-8?q?=E9=80=89=E5=8A=A0=E5=85=A5=E5=85=8D=E8=B4=A3=E5=A3=B0=E6=98=8E?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 59a7259..e06b8fa 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -115,7 +115,8 @@ {{report.status}} - 查看更多 >> + 查看更多 >> + 免责声明:以上数据由AI生成,不作为最终投资建议,决策需独立! @@ -706,6 +707,13 @@ export default { height: 60px; } +/* 免责声明样式 */ +.disclaimer-text { + font-size: 8px; + color: #999999; + text-align: center; +} + /* 底部导航 */ .static-footer { position: fixed;