修复bug
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-16 09:34:44 +08:00
parent be33b21b43
commit ae51682afe
18 changed files with 121 additions and 81 deletions

View File

@@ -6,7 +6,7 @@
background-repeat: no-repeat;
background-size: 100% auto; */
min-width: 1280px;
margin-top: 2.7rem;
margin-top: 2.03rem;
}
.rgb-text {
position: absolute;
@@ -18,7 +18,7 @@
}
.rgb-t {
width: 100%;
font-size: 0.63rem;
font-size: 0.5rem;
color: #cbcfd8;
text-align: center;
}
@@ -26,20 +26,20 @@
font-size: clamp(16px, 1vw, 0.22rem);
color: #cbcfd8;
text-align: center;
padding-top: 0.73rem;
padding-top: 0.55rem;
line-height: 2.5;
}
.rgb-img {
width: 100%;
min-width: 1280px;
position: absolute;
bottom: -80px;
bottom: -1rem;
display: flex;
justify-content: center;
gap: 0.2rem;
}
.rgb-img img {
max-width: 4.66rem;
max-height: 2.6rem;
max-width:3.5rem;
display: block;
}