From 3f803b662a992918c5224b7a9c4328fb4b8ed53f Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 26 Nov 2025 23:58:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E7=9A=84=E5=8A=A8?= =?UTF-8?q?=E6=95=88=E7=9A=84=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/chat/ChatTopWelcome/styles/index.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/index/components/chat/ChatTopWelcome/styles/index.scss b/src/pages/index/components/chat/ChatTopWelcome/styles/index.scss index c792e45..43b1cd7 100644 --- a/src/pages/index/components/chat/ChatTopWelcome/styles/index.scss +++ b/src/pages/index/components/chat/ChatTopWelcome/styles/index.scss @@ -3,11 +3,21 @@ } .ip { + position: relative; flex: 0 0 158px; width: 158px; height: 134px; animation: sprite-play calc(var(--ipLargeTime) * 1s) steps(var(--ipLargeImageStep)) infinite; + &::before { + content: ""; + position: absolute; + background-color: #f9fcfd; + top: 0; + left: 0; + right: 0; + height: 3px; + } } @keyframes sprite-play {