Commit 0df22e5a authored by timel's avatar timel

fix: small 2

parent 679c2d85
Pipeline #22847 passed with stages
in 16 minutes and 29 seconds
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
align-content: center; align-content: center;
padding: 0 1rem; padding: 0 2rem;
gap: 1rem; gap: 1rem;
box-sizing: border-box; box-sizing: border-box;
.logo { .logo {
height: 100%; width: 60px;
filter: brightness(1.5); filter: brightness(1.5);
margin-right: -10px; // 以后删除这个,现在这么写是因为图片边框有点大 transform: translateY(-1px);
} }
a { a {
color: white; color: white;
......
...@@ -28,14 +28,16 @@ body * { ...@@ -28,14 +28,16 @@ body * {
.neos-pic { .neos-pic {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
z-index: 1; // z-index: 1;
filter: drop-shadow(0 0 2rem #ffffff2a) drop-shadow(0 0 0.1rem #373737c6);
} }
.neos-logo { .neos-logo {
filter: brightness(2) drop-shadow(0 0 0.75rem #ffffffb8) filter: brightness(2) drop-shadow(0 0 0.75rem #ffffffb8)
drop-shadow(0 0 0.1rem #373737c6); drop-shadow(0 0 0.1rem #373737c6);
position: absolute; position: absolute;
bottom: 0%; bottom: 10%;
width: 100%; width: 70%;
height: fit-content;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment