From 03a5fef57c509fe37d642956fc57a25a06462b1c 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, 25 Dec 2020 20:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=BA=BA=E5=92=8C=E5=8D=8F=E5=8A=9B?= =?UTF-8?q?=EF=BC=8C=E4=B8=8D=E5=90=AF=E7=94=A8=E7=9A=84=E8=A7=89=E9=86=92?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8F=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- solo.html | 2 +- style.css | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/solo.html b/solo.html index f6c35514..eeb63c5f 100644 --- a/solo.html +++ b/solo.html @@ -27,7 +27,7 @@ var formation = new Formation(teamsCount,6); - +
diff --git a/style.css b/style.css index c1aedb54..aceea4ae 100644 --- a/style.css +++ b/style.css @@ -621,15 +621,28 @@ ul{ opacity: 1; } to { - opacity: 0.3; + opacity: 0; } } -.tIf-total-move.fixed-move-time::after{ +.tIf-total-move.fixed-move-time::after +{ background-image: url(images/icon-bind.png); position: absolute; left:0; top:2px; - animation: hidden-visible-animate 0.5s infinite linear alternate; + animation: hidden-visible-animate 0.5s infinite ease-in alternate; +} +/*单人时的协力觉醒和多人时的掉落觉醒显示无效*/ +body.solo .awoken-icon[data-awoken-icon="30"]::after, +body:not(.solo) .awoken-icon[data-awoken-icon="64"]::after +{ + content: " "; + display: inline-block; + width: 32px; + height: 32px; + background-image: url(images/icon-bind.png); + background-size: cover; + animation: hidden-visible-animate 0.5s infinite ease-in alternate; } /*队伍的潜觉*/