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;