From 82f5082fa58944e174f15598137c8d45008540b8 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Wed, 18 Mar 2026 22:55:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20QQ=E5=AE=A2=E6=9C=8D=E5=B8=83=E5=B1=80?= =?UTF-8?q?=20+=20=E5=9B=9E=E5=88=B0=E9=A1=B6=E9=83=A8=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - QQ条目: status 从绿色圆点改为文字提示(点击复制/已复制) - QQ条目: 加 text-decoration:none 和 margin-left:auto 右对齐 - 回到顶部: SVG 图标从 18px 放大到 28px --- css/float-widget.css | 19 +++++++++++-------- js/float-widget.js | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/css/float-widget.css b/css/float-widget.css index d1a702c..ab0662d 100644 --- a/css/float-widget.css +++ b/css/float-widget.css @@ -120,6 +120,8 @@ background: rgba(30, 41, 59, 0.3); border-radius: 8px; transition: background 0.2s ease; + text-decoration: none; + color: inherit; } .fw-qq-entry:hover { @@ -160,14 +162,14 @@ color: rgba(148, 163, 184, 0.5); } -/* 在线状态点 */ +/* 状态/复制提示 */ .fw-qq-status { - width: 6px; - height: 6px; - border-radius: 50%; - background: #22C55E; + font-size: 11px; + color: rgba(148, 163, 184, 0.5); flex-shrink: 0; - box-shadow: 0 0 6px rgba(34, 197, 94, 0.4); + white-space: nowrap; + margin-left: auto; + transition: color 0.2s ease; } /* ---- 二维码样式(群聊 / 公众号) ---- */ @@ -213,8 +215,9 @@ } .fw-back-top svg { - width: 18px; - height: 18px; + width: 28px; + height: 28px; + opacity: 0.9; } /* ---- 移动端 ---- */ diff --git a/js/float-widget.js b/js/float-widget.js index a1c6083..b8ee06c 100644 --- a/js/float-widget.js +++ b/js/float-widget.js @@ -58,7 +58,7 @@ '' + entry.qq + '' + '' + entry.time + '' + '' + - '
点击复制
' + + '
点击复制
' + ''; } html += '';