本地部署统计代码

This commit is contained in:
2025-05-19 09:06:20 +08:00
parent b12503731d
commit 876016d4d6
4 changed files with 28 additions and 10 deletions
+12 -8
View File
@@ -24,7 +24,7 @@ pre {
padding: 16px;
margin: 20px 0;
overflow: auto;
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
font-size: 14px;
line-height: 1.6;
color: #333;
@@ -75,7 +75,6 @@ pre code {
color: #6f42c1;
}
/* 字体大小类 */
.f20,
.f-20 {
@@ -169,6 +168,13 @@ pre code {
color: #f57005;
}
.copyright .tongji {
width: 100%;
height: 20px;
color: #fff;
margin-top: 20px;
}
/* 响应式容器 */
@media (min-width: 1400px) {
.container {
@@ -213,7 +219,7 @@ pre code {
color: var(--bs-white) !important;
}
#userDropdownMain a:hover{
#userDropdownMain a:hover {
color: #0d6efd !important;
}
@@ -223,8 +229,6 @@ pre code {
position: relative;
}
.main-menu__list {
display: flex;
justify-content: center;
@@ -553,7 +557,7 @@ pre code {
-webkit-box-orient: vertical;
}
.layui-layer-btn .layui-layer-btn1 {
background: #fff;
color: #212529 !important;
background: #fff;
color: #212529 !important;
border: 1px solid #212529;
}
}