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;

View File

@@ -91,6 +91,8 @@
.award {
flex-direction: column;
margin-bottom: 177px;
align-items: flex-start;
.title {
width: 101px;
height: 24px;
@@ -721,6 +723,7 @@
font-size: 14px;
color: #555555;
margin-bottom: 18px;
white-space: pre-wrap;
}
.progress-bar {
@@ -788,7 +791,7 @@
width: 240px;
height: 240px;
filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.35));
// transition: all 0.3s ease-in-out;
// transition: all 0.3s ease-in-out;
border-radius: 10px;
// &:hover {