- 删除 HTML 中的进度条元素 - 移除 CSS 中进度条相关样式 - 简化 JavaScript 代码,移除进度条更新逻辑 - 保留自动播放和按钮切换功能 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -2846,24 +2846,6 @@ html {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* 进度指示器 */
|
||||
.solution-progress {
|
||||
margin-top: 40px;
|
||||
height: 4px;
|
||||
background: rgba(148, 163, 184, 0.2);
|
||||
border-radius: 2px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
height: 100%;
|
||||
width: 0;
|
||||
background: linear-gradient(90deg, #38BDF8 0%, #6366F1 100%);
|
||||
border-radius: 2px;
|
||||
transition: width 0.1s linear;
|
||||
}
|
||||
|
||||
/* 响应式设计 */
|
||||
@media (max-width: 1199px) {
|
||||
.solution-content {
|
||||
|
||||
Reference in New Issue
Block a user