From d04aeef40b96015d42ebb00f51818c1a8f930abe Mon Sep 17 00:00:00 2001 From: algerkong Date: Wed, 27 Dec 2023 21:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BC=98=E5=8C=96mv?= =?UTF-8?q?=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mv/index.vue | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/mv/index.vue b/src/views/mv/index.vue index dde8a60..8a05549 100644 --- a/src/views/mv/index.vue +++ b/src/views/mv/index.vue @@ -19,15 +19,15 @@ - +
+
{{ playMvItem?.name }}
-
@@ -129,11 +129,10 @@ const close = () => { @apply w-full h-full bg-black relative; &-title { - @apply absolute w-full top-12 left-0 flex justify-between z-50 h-10 px-4 py-2 text-lg items-center; - background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); - + @apply absolute w-full left-0 flex justify-between h-16 px-6 py-2 text-xl font-bold items-center z-50 transition-all duration-300 ease-in-out -top-24; + background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); button .icon-xiasanjiaoxing { - @apply text-2xl; + @apply text-3xl; } button:hover { @@ -144,4 +143,11 @@ const close = () => { video { @apply w-full h-full; } + video:hover + .mv-detail-title { + @apply top-0; + } + + .mv-detail-title:hover { + @apply top-0; + } } \ No newline at end of file