Browse Source

暂定以border-image的形式储存潜觉框

tags/v8.0
枫谷剑仙 6 years ago
parent
commit
9f01ff8a67
4 changed files with 7 additions and 2 deletions
  1. BIN
      images/latent-bg.png
  2. BIN
      images/project file/latent-bg.fw.png
  3. BIN
      images/project file/latent.fw.png
  4. +7
    -2
      style.css

BIN
images/latent-bg.png View File

Before After
Width: 32  |  Height: 32  |  Size: 510 B

BIN
images/project file/latent-bg.fw.png View File

Before After
Width: 32  |  Height: 32  |  Size: 45 kB

BIN
images/project file/latent.fw.png View File

Before After
Width: 328  |  Height: 1216  |  Size: 147 kB Width: 328  |  Height: 1216  |  Size: 148 kB

+ 7
- 2
style.css View File

@@ -544,12 +544,17 @@ ul{
.team-latents .latents{
width: var(--head-block-width);
display: inline-block;
vertical-align: top;
}
.team-latents .latent-ul{
font-size: 0;
width: 152px;
transform: scale(0.63);
margin: calc(-64px * (1 - 0.63) / 2 + 3px) calc((108px - 152px) / 2);
transform: scale(0.65);
transform-origin: left top;
margin-left: 5px;
margin-top: 3px;
margin-bottom: calc(-64px * (1 - 0.65) + 3px);
/*margin: calc(-64px * (1 - 0.63) / 2 + 3px) calc((108px - 152px) / 2);*/
/*-152 * (1 - 0.63) + 108 - 152 * 0.63,化简为108 - 152*/
}



Loading…
Cancel
Save