From e1e7660d14eef8d745075b44402a0de3225907ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Fri, 19 May 2023 18:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=AE=A2css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index ddc4ea51..80fbabe2 100644 --- a/style.css +++ b/style.css @@ -687,7 +687,11 @@ body:not(.show-mon-id) .monster .id{ /*.monster .id::before{ content: "No."; }*/ +.monster .skill-cd{ + text-align: right; +} .monster .skill-cd::before{ + display: inline-block; content:"CD"; font-size: 10px; }