修改功,现在补齐页面

This commit is contained in:
2026-07-11 21:36:03 +08:00
parent db397a7917
commit a6038be376
143 changed files with 7218 additions and 11912 deletions
+20
View File
@@ -101,6 +101,26 @@
gap: 20px;
}
.feature-status-banner {
padding: 18px 20px;
border: 1px solid rgba(196, 146, 69, .38);
border-radius: 16px;
color: #6b542d;
background: #fff8e8;
box-shadow: 0 12px 26px rgba(89, 66, 26, .07);
}
.feature-status-banner strong {
color: var(--red);
font-size: 16px;
}
.feature-status-banner p {
margin: 6px 0 0;
color: inherit;
line-height: 1.75;
}
.module-panel {
padding: 28px;
}