修改前端
This commit is contained in:
@@ -710,14 +710,35 @@ body.hub-fullscreen-open {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.hub-pos-card .pos-side-long {
|
||||
background: rgba(37, 58, 110, 0.9);
|
||||
color: #6eb5ff;
|
||||
.hub-pos-card .pos-side-long,
|
||||
.hub-pos-card .pos-side-badge.side-long {
|
||||
background: rgba(0, 255, 157, 0.12);
|
||||
color: var(--green);
|
||||
border: 1px solid rgba(0, 255, 157, 0.35);
|
||||
}
|
||||
|
||||
.hub-pos-card .pos-side-short {
|
||||
background: rgba(74, 34, 48, 0.9);
|
||||
color: #ff8a8a;
|
||||
.hub-pos-card .pos-side-short,
|
||||
.hub-pos-card .pos-side-badge.side-short {
|
||||
background: rgba(255, 77, 109, 0.12);
|
||||
color: var(--red);
|
||||
border: 1px solid rgba(255, 77, 109, 0.35);
|
||||
}
|
||||
|
||||
.side-long {
|
||||
color: var(--green);
|
||||
font-weight: 600;
|
||||
text-shadow: 0 0 10px rgba(0, 255, 157, 0.25);
|
||||
}
|
||||
|
||||
.side-short {
|
||||
color: var(--red);
|
||||
font-weight: 600;
|
||||
text-shadow: 0 0 10px rgba(255, 77, 109, 0.25);
|
||||
}
|
||||
|
||||
.data-table td.side-long,
|
||||
.data-table td.side-short {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.hub-pos-card .pos-head-actions {
|
||||
@@ -890,6 +911,31 @@ body.hub-fullscreen-open {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.hub-mini-card.hub-key-pending,
|
||||
.list-line.hub-key-pending {
|
||||
border-color: rgba(0, 212, 255, 0.55);
|
||||
background: rgba(0, 212, 255, 0.08);
|
||||
box-shadow: 0 0 16px rgba(0, 212, 255, 0.12);
|
||||
}
|
||||
|
||||
.hub-key-pending-tag {
|
||||
display: inline-block;
|
||||
margin-left: 6px;
|
||||
padding: 1px 7px;
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
color: var(--accent);
|
||||
background: rgba(0, 212, 255, 0.15);
|
||||
border: 1px solid rgba(0, 212, 255, 0.45);
|
||||
border-radius: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.hub-key-pending .hub-key-status-line,
|
||||
.list-line.hub-key-pending {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.hub-mini-title {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user