Wave 0.5: 4K 布局与空态修复(老板验收 15 条,视觉规范 v1.3)
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
--ad-border: #22304A; /* 常规 1px 分隔线 */
|
||||
--ad-border-bright: #35507A; /* 悬浮/选中的边框 */
|
||||
|
||||
/* ---- 自定义滚动条(v1.3 §2.7:灰蓝滑块、透明轨道、不发光)---- */
|
||||
--ad-scrollbar-thumb: #1A2438; /* = --ad-bg-3 */
|
||||
--ad-scrollbar-thumb-hover: #35507A; /* = --ad-border-bright */
|
||||
|
||||
/* ---- 霓虹强调色(全系统只有这两个霓虹色)---- */
|
||||
--ad-primary: #00E5FF; /* 主操作、链接、聚焦、选中态(青) */
|
||||
--ad-primary-hover: #4DEFFF; /* 主操作悬浮 */
|
||||
|
||||
@@ -30,10 +30,8 @@
|
||||
--ad-btn-accent-glow-hover: 0 0 14px rgba(255, 77, 219, 0.30),
|
||||
0 0 36px rgba(255, 77, 219, 0.12);
|
||||
|
||||
/* ---- 背景网格(§3.0:要么可见要么不做)---- */
|
||||
--ad-grid-color: rgba(0, 229, 255, 0.05); /* 透明度固定 5%,施工员不许再调 */
|
||||
--ad-grid-size: 40px;
|
||||
--ad-grid-mask: radial-gradient(120% 90% at 50% 40%, #000 30%, transparent 75%);
|
||||
/* ---- 背景氛围(v1.3 §3.0:网格移除,降级为静态深空渐变,三档通用)---- */
|
||||
--ad-bg-gradient: radial-gradient(120% 90% at 50% 0%, #0D1420 0%, #070B14 70%);
|
||||
|
||||
/* ---- 弹窗遮罩(§3.6)---- */
|
||||
--ad-modal-mask: rgba(4, 7, 13, 0.7);
|
||||
|
||||
@@ -13,6 +13,11 @@
|
||||
--ad-space-6: 24px;
|
||||
--ad-space-8: 32px;
|
||||
--ad-space-10: 40px;
|
||||
--ad-space-12: 48px; /* v1.3 §3.0 超宽断点内容区边距 */
|
||||
|
||||
/* ---- 内容区宽度体系(v1.3 §6:标准 1440 / 宽阔 1760 / 超宽全宽)---- */
|
||||
--ad-frame-max: 1440px;
|
||||
--ad-frame-pad-x: var(--ad-space-8);
|
||||
|
||||
/* ---- 圆角 ---- */
|
||||
--ad-radius-s: 4px; /* 标签、小按钮、chip */
|
||||
|
||||
@@ -34,18 +34,6 @@
|
||||
box-shadow: var(--ad-glow-balanced);
|
||||
}
|
||||
|
||||
/* 背景网格漂移(§4.8,60s 一周,仅高档/中档) */
|
||||
[data-fx-tier="low"] .grid-drift {
|
||||
animation: none;
|
||||
}
|
||||
.grid-drift {
|
||||
animation: grid-drift 60s linear infinite;
|
||||
}
|
||||
@keyframes grid-drift {
|
||||
from { background-position: 0 0; }
|
||||
to { background-position: 40px 40px; }
|
||||
}
|
||||
|
||||
/* 状态点呼吸(§4.5:仅警告/错误/授权可能过期呼吸;低档停用) */
|
||||
[data-fx-tier="low"] .status-dot-breathe {
|
||||
animation: none;
|
||||
|
||||
Reference in New Issue
Block a user