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
+16
View File
@@ -50,6 +50,22 @@ body.jx3-template {
pointer-events: none;
}
.jx3-data-time {
width: min(100%, calc(var(--jx3-page-width) + 240px));
margin: 18px auto 0;
padding: 12px 4px 2px;
border-top: 1px solid var(--jx3-border-faint);
color: var(--jx3-text-muted);
font-size: 16px;
font-weight: 500;
letter-spacing: 0.02em;
text-align: right;
}
.jx3-data-time time {
font-variant-numeric: tabular-nums;
}
.jx3-frame::before {
top: 8px;
left: 8px;
+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;
}