From 61ecae628d7467bf5fb9a5571d6dc3f4c45f5274 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <1152958806@qq.com> Date: Thu, 9 Nov 2023 00:25:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BE=A7=E8=BE=B9=E6=A0=8F=E3=80=91?= =?UTF-8?q?=E7=88=B1=E5=8F=91=E7=94=B5=E7=BD=91=E7=AB=99=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=B8=BA=E5=9C=86=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/zhheoblog.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index a89b47c0..76dafc26 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -7521,10 +7521,11 @@ span.fund_name { #power-star-image { width: 60px; height: 60px; - border-radius: 8px; + border-radius: 60px; background-size: cover; margin-right: 12px; - border: var(--style-border-always) + border: var(--style-border-always); + transition: .3s ease-out } a#power-star { @@ -7537,12 +7538,18 @@ a#power-star { justify-content: flex-start; position: relative; margin: 12px 0; - background: var(--heo-secondbg) + background: var(--heo-secondbg); + transition: .3s ease-out } a#power-star:hover { background: var(--heo-lighttext); - color: var(--heo-card-bg) + color: var(--heo-card-bg); + box-shadow: var(--heo-shadow-theme) +} + +a#power-star:hover #power-star-image { + transform: scale(.9); } div#power-star-title {