feat: 首页功能页样式与组件更新

This commit is contained in:
OmniAI Developer
2026-06-03 17:28:44 +08:00
parent a8266fc475
commit 7b41cf3e87
10 changed files with 3175 additions and 959 deletions
+7 -7
View File
@@ -50,7 +50,7 @@
}
.ecom-video-flowbar__pulse.is-active {
background: #34d399;
background: #00ff88;
}
.ecom-video-flowbar__wave {
@@ -97,7 +97,7 @@
}
.ecom-video-step-dot.is-done {
background: #34d399;
background: #00ff88;
}
.ecom-video-step-dot.is-active {
@@ -139,7 +139,7 @@
place-items: center;
border: 1px solid #1c4d3a;
border-radius: 8px;
background: #34d399;
background: #00ff88;
color: #06110e;
padding: 0;
font-size: 17px;
@@ -213,7 +213,7 @@
}
.ecom-video-flow-lines path.is-active {
stroke: #34d399;
stroke: #00ff88;
animation: ecom-video-path-dash 1.8s linear infinite;
}
@@ -319,7 +319,7 @@
.ecom-video-flow-node.is-ready .ecom-video-flow-node__status-orb,
.ecom-video-flow-node.is-completed .ecom-video-flow-node__status-orb {
background: #34d399;
background: #00ff88;
}
.ecom-video-flow-node.is-running .ecom-video-flow-node__status-orb,
@@ -390,7 +390,7 @@
position: absolute;
inset: 0;
transform: translateX(-100%);
background: #34d399;
background: #00ff88;
}
.ecom-video-flow-connector.is-active i,
@@ -541,7 +541,7 @@
place-items: center;
border-radius: 999px;
background: #1c4d3a;
color: #34d399;
color: #00ff88;
font-size: 12px;
font-weight: 900;
}