From 91d0a057db35abd81fcae2ad707a05bb25db6692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 14 Apr 2020 20:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E9=99=84=E5=8A=A0css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style-monsterimages.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/style-monsterimages.css b/style-monsterimages.css index 8407d38f..0a551272 100644 --- a/style-monsterimages.css +++ b/style-monsterimages.css @@ -663,10 +663,6 @@ { width: 32px; } -.latent-icon[data-latent-icon='37'] -{ - width: 252px; -} .latent-icon[data-latent-icon='1']{ /*HP*/ background-position-y: calc(-32px * 1); } @@ -778,8 +774,21 @@ background-position-y: calc(-32px * 36); } .latent-icon[data-latent-icon='37']{ /*6色破无效*/ + width: 252px; background-position-y: calc(-32px * 37); } +.team-latents .latent-ul .latent-icon[data-latent-icon='37']{ /*6色破无效*/ + width: calc(152px - 5px * 2); + height: calc(32px - 3px * 2); + background-position-y: calc(-32px * 37 - 3px); + background-position-x: -55px; + border-style: solid; + border-color: transparent; + border-width: 3px 5px; + border-image-source: url(images/latent-bg.png); + border-image-slice: 3 5; + background-clip: padding-box; +} /* 徽章背景 */ .badge{