更新文档

This commit is contained in:
Super Manito
2025-05-19 13:43:33 +08:00
parent 3a46a1d142
commit ec945e5155
7 changed files with 156 additions and 82 deletions

View File

@@ -246,7 +246,7 @@ body {
.sponsor-item-toc {
margin: 0;
padding: 14px !important;
height: 72px !important;
height: 62px !important;
border-radius: 4px !important;
box-sizing: border-box;
flex: 0 0 calc(50% - 2px) !important;
@@ -302,35 +302,43 @@ body {
width: 100%;
}
.sponsor-flex-item {
.sponsor-item-flex {
flex: 0 1 calc(33.33% - 1rem);
min-width: 200px;
max-width: 300px;
}
.sponsor-flex-item img {
.sponsor-item-flex img {
width: 60% !important;
}
@media screen and (max-width: 768px) {
.sponsor-flex-item {
flex: 0 1 calc(50% - 1rem);
min-width: 150px;
max-width: calc(50% - 1rem);
}
}
@media screen and (max-width: 480px) {
.sponsor .sponsor-item {
padding: 0;
height: 40px;
.sponsor-flex-wrapper {
gap: 24px;
}
.sponsor-title {
font-size: .8rem;
}
.sponsor .sponsor-item {
height: 40px;
padding: 2px;
}
}
@media screen and (max-width: 768px) {
.sponsor-toc {
display: none;
}
.sponsor-item-flex {
flex: 0 1 calc(33.33% - 1rem);
min-width: 100px;
max-width: calc(33.33% - 1rem);
}
.sponsor-item-flex img {
transform: scale(1.4);
}
}
/* 图标动画 */