mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-15 22:00:28 +08:00
更新文档
This commit is contained in:
@@ -153,13 +153,17 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
transition: background-color 0.2s;
|
|
||||||
height: 80px;
|
height: 80px;
|
||||||
max-height: 80px;
|
max-height: 80px;
|
||||||
|
transition: background-color 0.2s, filter 0.3s ease-in-out, opacity 0.3s ease-in-out !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor .sponsor-item:hover {
|
.sponsor .sponsor-item:hover {
|
||||||
background-color: var(--md-code-bg-color);
|
background-color: rgba(0, 0, 0, 0.03);
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-md-color-scheme="slate"] .sponsor .sponsor-item:hover {
|
||||||
|
background-color: rgba(240, 241, 244, 0.024);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor .sponsor-item img {
|
.sponsor .sponsor-item img {
|
||||||
@@ -175,22 +179,18 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 14px !important;
|
padding: 14px !important;
|
||||||
height: 72px !important;
|
height: 72px !important;
|
||||||
border-radius: 6px;
|
border-radius: 4px !important;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
flex: 0 0 calc(50% - 4px) !important;
|
flex: 0 0 calc(50% - 2px) !important;
|
||||||
background-color: #f6f6f7;
|
background-color: var(--md-code-bg-color);
|
||||||
}
|
|
||||||
|
|
||||||
[data-md-color-scheme="slate"] .sponsor-item-toc {
|
|
||||||
background-color: #262930;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-item-toc:hover {
|
.sponsor-item-toc:hover {
|
||||||
background-color: #f6f6f7 !important;
|
background-color: rgba(0, 0, 0, 0.08) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-md-color-scheme="slate"] .sponsor-item-toc:hover {
|
[data-md-color-scheme="slate"] .sponsor-item-toc:hover {
|
||||||
background-color: #262930 !important;
|
background-color: rgba(240, 241, 244, 0.1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-item-toc-full-row {
|
.sponsor-item-toc-full-row {
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
display: flex !important;
|
display: flex !important;
|
||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
flex-wrap: wrap !important;
|
flex-wrap: wrap !important;
|
||||||
gap: 8px !important;
|
gap: 4px !important;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user