From fa77626d45c59a1d1c6a7244d4db04c4bb9c0bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 23 Sep 2020 00:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=A7=E6=B5=85=E8=A7=89?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/style.css b/style.css index e3dd6c1f..a7c6554a 100644 --- a/style.css +++ b/style.css @@ -631,10 +631,13 @@ ul{ margin-left: 0; margin-right: 0; display: inline-block !important; - background: linear-gradient(#4499EE 33%, #2277EE 80%); + background: linear-gradient(#2277EE , #1155AA 80%); border-color: #CCEEFF; box-shadow: black 1px 1px 1px; border-radius: 0 0 5px 5px; + border-top: none; + margin-top: 4px;; + transform: translatey(-4px) scaley(1.2); } .team-latents .latent-icon[data-latent-icon='13']+.latent-icon::before, .team-latents .latent-icon[data-latent-icon='14']+.latent-icon::before, @@ -644,25 +647,6 @@ ul{ { background: none; } -.team-latents .latent-icon[data-latent-icon='13']+.latent-icon::after, -.team-latents .latent-icon[data-latent-icon='14']+.latent-icon::after, -.team-latents .latent-icon[data-latent-icon='15']+.latent-icon::after, -.team-latents .latent-icon[data-latent-icon='37']+.latent-icon::after, -.team-latents .latent-icon[data-latent-icon='38']+.latent-icon::after -{ - border-left: 2px ridge #CCEEFF; - border-right: 2px ridge #CCEEFF; - box-shadow: black 1px 0px 0px; - width: 76px; - height: 10px; - transform: translatey(-35px); - background: linear-gradient(#2277EE 33%, #4499EE 80%); - content: " "; - box-sizing: border-box; - position: absolute; - left: 0; - display: block; -} /*队长的边框*/ .team-box .team-members .team-leader .monster{ border-radius: 10px;