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 {