fxdyz
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user