mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-02-22 21:45:36 +08:00
更新文档
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user