更新文档

This commit is contained in:
Super Manito
2025-04-08 03:11:10 +08:00
parent 984cfa4eed
commit 355bcfed31
3 changed files with 40 additions and 15 deletions

View File

@@ -100,10 +100,16 @@
vertical-align: -0.35em !important;
}
/* 赞助组件 */
.sponsor {
margin-top: 2rem;
padding-top: 1rem;
border-top: 1px solid var(--md-default-fg-color--lightest);
margin-top: 0;
border-top: none;
}
.sponsor-toc {
margin-top: 2rem !important;
border-top: 1px solid var(--md-default-fg-color--lightest) !important;
}
.sponsor .sponsor-label {
@@ -131,6 +137,13 @@
max-height: 80px;
}
.sponsor-item-toc {
margin: 0;
padding: 14px !important;
height: 66px !important;
box-sizing: border-box;
}
.sponsor .sponsor-item:hover {
background-color: var(--md-code-bg-color);
}
@@ -141,6 +154,10 @@
vertical-align: middle;
}
.sponsor-item-toc img {
width: 50% !important;
}
.sponsor-flex-wrapper {
display: flex;
flex-wrap: wrap;
@@ -148,6 +165,14 @@
justify-content: center;
}
.sponsor-flex-wrapper-toc {
display: flex !important;
flex-direction: column;
gap: 8px !important;
padding: 0;
width: 100%;
}
.sponsor-flex-item {
flex: 0 1 calc(33.33% - 1rem);
min-width: 200px;