This commit is contained in:
qsc
2026-09-06 19:22:56 +08:00
parent a42d3146c5
commit 2cf54a5e6c
18 changed files with 2203 additions and 216 deletions
+1 -11
View File
@@ -32,7 +32,7 @@
.help-rules {
display: grid;
gap: 5px;
min-width: 300px;
min-width: 720px;
color: var(--jx3-text-secondary);
font-size: 20px;
text-align: right;
@@ -206,13 +206,3 @@
border-color: rgba(178, 56, 50, 0.35);
color: var(--jx3-red);
}
.help-page .help-footer {
margin-top: 17px;
padding: 13px 16px 2px;
border-top: 1px solid var(--jx3-border-soft);
color: var(--jx3-text-muted);
font-size: 20px;
line-height: 1.7;
text-align: center;
}