Browse Source

潜觉居中

tags/v25.2
枫谷剑仙 3 years ago
parent
commit
db7b8483d4
2 changed files with 3 additions and 2 deletions
  1. +1
    -1
      service-worker.js
  2. +2
    -1
      style.css

+ 1
- 1
service-worker.js View File

@@ -6079,7 +6079,7 @@ const cachesMap = new Map([
],
[
"style.css",
"4ea53ceeec4d85201f4c001a1d507282"
"b3399c7d4b3dd7e8a163ef19dd0e5b72"
],
[
"temp.js",


+ 2
- 1
style.css View File

@@ -1070,7 +1070,7 @@ icon.inflicts::after
width: 152px;
transform: scale(0.65);
transform-origin: left top;
margin-left: 6px;
margin-left: 4px;
margin-bottom: calc(-64px * (1 - 0.65) + 1px);
/*margin: calc(-64px * (1 - 0.63) / 2 + 3px) calc((108px - 152px) / 2);*/
/*-152 * (1 - 0.63) + 108 - 152 * 0.63,化简为108 - 152*/
@@ -1080,6 +1080,7 @@ icon.inflicts::after
grid-template-columns: repeat(3, 32px);
grid-auto-rows: 32px;
grid-gap: 3px 6px;
place-content: start center;
}
.team-latents .latent-ul.block-8{
grid-template-columns: repeat(4, 32px);


Loading…
Cancel
Save