diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index a2266d5..9d2aacc 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -46,8 +46,16 @@
本周最热音乐
-
-
+
+
+
+
+
![]()
+
+
+
+
+
@@ -151,6 +159,11 @@ onMounted(() => {
}
.recommend-music {
+ @apply flex-1 mr-96;
+ &-list{
+ @apply rounded-3xl p-6 w-full border border-gray-700;
+ background-color: #0D0D0D;
+ }
}
}
\ No newline at end of file