From 25398e979c1aeee9f3ed07bcf3ce6370cd58543d Mon Sep 17 00:00:00 2001 From: Default User Date: Wed, 21 Jan 2026 15:19:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=A2=E6=88=B7=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E4=B8=8B=E6=8B=89=E6=A1=86=E4=B8=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?'=E5=85=B6=E4=BB=96=E9=9C=80=E6=B1=82'=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/main/resources/static/index.html | 149 +++++++++++++++++++---- 1 file changed, 124 insertions(+), 25 deletions(-) diff --git a/web/src/main/resources/static/index.html b/web/src/main/resources/static/index.html index 621d765..bb05b8f 100644 --- a/web/src/main/resources/static/index.html +++ b/web/src/main/resources/static/index.html @@ -36,6 +36,12 @@ display: flex; align-items: center; gap: 15px; + background: rgba(255, 255, 255, 0.1); + padding: 8px 16px; + border-radius: 20px; + backdrop-filter: blur(10px); + border: 1px solid rgba(255, 255, 255, 0.2); + transition: all 0.3s ease; } .user-info span { @@ -1743,10 +1749,102 @@ .join('&'); } + // 添加表单元素悬停样式 + var formHoverStyles = ` + + `; + + // 将样式添加到页面头部 + document.head.insertAdjacentHTML('beforeend', formHoverStyles); + // 跟进弹窗HTML var followupModalHTML = ` -