完善 xyzbc-trt OPFS 与 AXIS 首屏等效
This commit is contained in:
@@ -754,6 +754,38 @@ button[data-icon-name] span {
|
||||
background: #eeeae3;
|
||||
}
|
||||
|
||||
.axis-first-screen-strip {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, minmax(96px, 1fr));
|
||||
gap: 3px;
|
||||
padding: 5px 6px;
|
||||
border-bottom: 1px solid #aaa59b;
|
||||
background: #151515;
|
||||
color: #e9f8e9;
|
||||
font: 11px/1.2 "Courier New", monospace;
|
||||
}
|
||||
|
||||
.axis-first-screen-strip span {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
padding: 3px 5px;
|
||||
border: 1px solid #3e5f43;
|
||||
background: #071108;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.axis-first-screen-strip b {
|
||||
color: var(--green);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.axis-first-screen-strip [data-axis-ui-capability-ready="false"] {
|
||||
border-color: #7a6840;
|
||||
background: #1b1508;
|
||||
color: #f0d58c;
|
||||
}
|
||||
|
||||
.tabs {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
@@ -1074,6 +1106,10 @@ button[data-icon-name] span {
|
||||
.spindle h2 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.axis-first-screen-strip {
|
||||
grid-template-columns: repeat(2, minmax(90px, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 720px) {
|
||||
|
||||
Reference in New Issue
Block a user