diff --git a/images/latent-bg.png b/images/latent-bg.png new file mode 100644 index 00000000..44e264ae Binary files /dev/null and b/images/latent-bg.png differ diff --git a/images/project file/latent-bg.fw.png b/images/project file/latent-bg.fw.png new file mode 100644 index 00000000..818e19b5 Binary files /dev/null and b/images/project file/latent-bg.fw.png differ diff --git a/images/project file/latent.fw.png b/images/project file/latent.fw.png index 99481870..1af98182 100644 Binary files a/images/project file/latent.fw.png and b/images/project file/latent.fw.png differ diff --git a/style.css b/style.css index 79fb70f4..29f3032f 100644 --- a/style.css +++ b/style.css @@ -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*/ }