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

This commit is contained in:
2025-12-19 16:04:46 +08:00
parent d9000fbe1c
commit 991ca5b61c
24 changed files with 1794 additions and 74 deletions

View File

@@ -83,7 +83,7 @@
font-size: clamp(16px, 1vw, 0.22rem);
color: #cbcfd8;
text-align: center;
margin-top: 1rem;
margin-top:0.7rem;
display: none;
}
.tabs-p.active {
@@ -95,11 +95,20 @@
.tab-panel-img {
background:#1c1c1e ;
width: 100%;
max-width: 14.4rem;
max-height: 7rem;
overflow: hidden;
display: flex;
justify-content: flex-end;
padding-top: 0.8rem;
padding-top: 0.7rem;
border-radius: 0.16rem;
}
.tab-panel-img img {
width: 100%;
max-width: 13.7rem;
height: 100%;
}
.tab-panel.active {
display: block;
}
@@ -108,8 +117,8 @@
color: #cbcfd8;
width: 100%;
text-align: center;
margin-top: 2.97rem;
margin-bottom: 1rem;
margin-top: 3rem;
margin-bottom: 0.7rem;
display: none;
}
.tab-t.active {