From a7dc05a3598d1796439cdfba9cf9e0d611d7e6c8 Mon Sep 17 00:00:00 2001 From: snaily Date: Sun, 6 Apr 2025 01:20:59 +0800 Subject: [PATCH] =?UTF-8?q?feat(keys=5Fstatus):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将背景渐变更改为绿色调。 - 更新悬停状态下的 box-shadow 以匹配新颜色。 - 移除了 active 状态的样式以简化。 --- app/static/css/keys_status.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/static/css/keys_status.css b/app/static/css/keys_status.css index ce1d179..11659b4 100644 --- a/app/static/css/keys_status.css +++ b/app/static/css/keys_status.css @@ -232,18 +232,12 @@ li:hover { } .verify-btn { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: linear-gradient(135deg, #2ecc71, #27ae60); } .verify-btn:hover { transform: translateY(-2px); - box-shadow: 0 5px 15px rgba(118, 75, 162, 0.3); - background: linear-gradient(135deg, #764ba2 0%, #667eea 100%); -} - -.verify-btn:active { - transform: translateY(1px); - box-shadow: 0 5px 10px rgba(118, 75, 162, 0.2); + box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3); } .verify-btn:disabled {