Browse Source

调整伤害上限文字位置

tags/v30.0
枫谷剑仙 3 years ago
parent
commit
bb110e031a
2 changed files with 4 additions and 3 deletions
  1. +1
    -1
      service-worker.js
  2. +3
    -2
      style-monsterimages.css

+ 1
- 1
service-worker.js View File

@@ -6879,7 +6879,7 @@ const cachesMap = new Map([
],
[
"style-monsterimages.css",
"2dd31ce4d9cf2a3730a38fe028e86246"
"ae40349497411e1f3ad9210b7d76a62c"
],
[
"style.css",


+ 3
- 2
style-monsterimages.css View File

@@ -1316,10 +1316,11 @@
{
font-family: var(--game-font-family);
font-size: 10px;
line-height: 14px;
text-shadow: black -1px -1px 1px,black 1px -1px 1px,black -1px 1px 1px,black 1px 1px 1px;
text-align: center;
color: orange;
content: "x1.5";
content: "×1.5";
margin-left: 3px;
background-position-x: -64px;
background-position-y: calc(-32px * 42);
@@ -1329,7 +1330,7 @@
[data-latent-icon='48'],
)::after
{
content: "x1.8";
content: "×1.8";
}
/* 徽章背景 */


Loading…
Cancel
Save