From 06725256f04f9cfe33bd665771e6db69e733a2d2 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Thu, 19 Mar 2026 20:22:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E9=A1=B5=20Logo=20=E4=B8=8E=E7=99=BB=E5=BD=95=E9=A1=B5?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=20(opacity:0.7,=20height:28px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientarea/hgcloud/css/forget.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/clientarea/hgcloud/css/forget.css b/clientarea/hgcloud/css/forget.css index 7291700..41995f7 100644 --- a/clientarea/hgcloud/css/forget.css +++ b/clientarea/hgcloud/css/forget.css @@ -43,9 +43,14 @@ } .back-home-logo { - height: 32px; - max-width: 160px; - object-fit: contain; + height: 28px; + width: auto; + opacity: 0.7; + transition: opacity 0.2s; +} + +.back-home-link:hover .back-home-logo { + opacity: 1; } /* ---- 容器 ---- */