From 992cf6e56f0ebed4cb9387b65ff9df5cfaa188f1 Mon Sep 17 00:00:00 2001 From: shijian <2954700422@qq.com> Date: Wed, 13 Sep 2023 00:38:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8E=E6=9C=AC=E4=BD=93=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E4=B8=80=E8=87=B4=EF=BC=8Ccss=E5=88=A0=E9=99=A4.card=E9=99=90?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/default/layout.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layout/default/layout.css b/layout/default/layout.css index 4269315bd..d3ada2231 100644 --- a/layout/default/layout.css +++ b/layout/default/layout.css @@ -4548,7 +4548,7 @@ div[data-decoration="bronze"]::after{ writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; } -.card .tempname.tempimage { +.tempname.tempimage { top: calc(50% - 12.5px); left: 2px; width: calc(100% - 4px); @@ -4561,7 +4561,7 @@ div[data-decoration="bronze"]::after{ color: black !important; text-shadow: white 0 0 2px, white 0 0 3px; } -.card .tempname.tempimage>div { +.tempname.tempimage>div { width: 100%; height: 100%; top: 0; @@ -4570,7 +4570,7 @@ div[data-decoration="bronze"]::after{ background-position: -20px -30px; background-repeat: no-repeat; } -.card .tempname.tempimage>span { +.tempname.tempimage>span { position: relative; z-index: 1; }