调整
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2025-12-18 16:16:47 +08:00
parent b7e09aeb04
commit d9000fbe1c
14 changed files with 309 additions and 284 deletions

View File

@@ -57,9 +57,9 @@
}
.tab-content {
width: 1440px;
max-width: 1440px;
min-width: 1280px;
width: 14.4rem;
max-width: 14.4rem;
/* min-width: 1280px; */
margin: 0 auto;
}
@@ -108,6 +108,14 @@
color: #cbcfd8;
width: 100%;
text-align: center;
margin-top: 2.97rem;
margin-top: 2.97rem;
margin-bottom: 1rem;
display: none;
}
.tab-t.active {
display: block;
}
/* .tab-ts {
margin-top: 2.97rem;
margin-bottom: 1rem;
} */