修复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

@@ -5,7 +5,7 @@
max-width: 1440px;
min-width: 1280px;
margin: 0 auto; */
margin-bottom: 4rem;
margin-bottom: 2.98rem;
}
.tabs-header-box {
width: 100%;
@@ -92,15 +92,22 @@
.tab-panel {
display: none;
}
.tab-panel-img {
background:#1c1c1e ;
width: 100%;
display: flex;
justify-content: flex-end;
padding-top: 0.8rem;
border-radius: 0.16rem;
}
.tab-panel.active {
display: block;
}
.tab-t {
font-size: 0.63rem;
font-size: 0.5rem;
color: #cbcfd8;
width: 100%;
text-align: center;
margin-top: 3.97rem;
margin-bottom: 0.6rem;
margin-top: 2.97rem;
margin-bottom: 1rem;
}