From ecb07d1ae404da673867bd9d3923312a6200f35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sun, 4 Sep 2022 05:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E7=89=88=E9=9D=A2=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=8F=A0=E5=8A=A0=E5=88=B0=E5=AE=9D=E7=8F=A0?= =?UTF-8?q?=E5=89=8D=E9=9D=A2=E5=8E=BB=EF=BC=8C=E8=BD=AC=E8=BD=AC=E5=88=99?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=9C=A8=E5=AE=9D=E7=8F=A0=E5=90=8E=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-worker.js | 2 +- style.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/service-worker.js b/service-worker.js index 4340533e..37bc840a 100644 --- a/service-worker.js +++ b/service-worker.js @@ -6415,7 +6415,7 @@ const cachesMap = new Map([ ], [ "style.css", - "4096273933840e59298db168f496c19e" + "f853aaf92d614083ca5a295b7a9a3bd1" ], [ "temp.js", diff --git a/style.css b/style.css index 4b7ae99b..3909c8f3 100644 --- a/style.css +++ b/style.css @@ -2737,20 +2737,22 @@ icon.inflicts::after height: 36px; background-repeat: no-repeat; } +/*轮盘位,在宝珠后面*/ .block.roulette::before { content: ""; background-image: url(images/icon-orbs.png); background-position-x:calc(-36px * 1); background-position-y:calc(-36px * 7); + transform: scale(1); } -.block.cloud::before +/*云,在宝珠前面*/ +.block.cloud::after { content: ""; background-image: url(images/icon-cloud-1.png); background-size: contain; transform: scale(1.2); - z-index: 99; } .orb-icon {