fix: 修复页面布局和交互问题
调整CSS样式改善元素对齐和文本换行 优化音频播放器进度条交互逻辑 移除未使用的代码和console.log 添加窗口大小变化的事件监听 修复标签云重新初始化问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user