添加专辑推荐 播放进度条优化

This commit is contained in:
algerkong
2021-07-23 10:52:02 +08:00
parent bead4926ae
commit 4d33728398
9 changed files with 166 additions and 10 deletions
+4 -1
View File
@@ -9,7 +9,10 @@
:style="setAnimationDelay(index, 100)"
:key="item.id"
>
<div :style="setBackgroundImg(item.picUrl)" class="recommend-singer-item-bg"></div>
<div
:style="setBackgroundImg(item.picUrl + '?param=500y500')"
class="recommend-singer-item-bg"
></div>
<div
class="recommend-singer-item-count p-2 text-base text-gray-200 z-10"
>{{ item.musicSize }}</div>