fix: 修复页面布局和交互问题

调整CSS样式改善元素对齐和文本换行
优化音频播放器进度条交互逻辑
移除未使用的代码和console.log
添加窗口大小变化的事件监听
修复标签云重新初始化问题
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-09-25 18:53:56 +08:00
parent d61f57ed71
commit e378e383f6
6 changed files with 43 additions and 30 deletions

View File

@@ -80,6 +80,7 @@
.content .introduce .box .info .award {
flex-direction: column;
margin-bottom: 177px;
align-items: flex-start;
}
.content .introduce .box .info .award .title {
width: 101px;
@@ -620,6 +621,7 @@
font-size: 14px;
color: #555555;
margin-bottom: 18px;
white-space: pre-wrap;
}
.content .custom .list .item .info .progress-bar {
width: 260px;