From 1a156c87b0637ea285f34080c5d4d34e257057bc Mon Sep 17 00:00:00 2001 From: DIAMOND <276397553@qq.com> Date: Fri, 9 Dec 2022 08:51:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/page/VideoControl/VideoControlSimple.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/page/VideoControl/VideoControlSimple.vue b/src/views/page/VideoControl/VideoControlSimple.vue index ea94b03..e429685 100644 --- a/src/views/page/VideoControl/VideoControlSimple.vue +++ b/src/views/page/VideoControl/VideoControlSimple.vue @@ -463,7 +463,7 @@ input[type='range']::-webkit-slider-thumb:active { // background: red; } .upButton:hover{ - background: linear-gradient(to top, transparent,rgba(59, 59, 238, 0.637)); + background: linear-gradient(to top, transparent,80%,rgba(59, 59, 238, 0.637)); transition:all 1s ease-out; cursor:pointer } @@ -510,7 +510,7 @@ input[type='range']::-webkit-slider-thumb:active { // background: yellow; } .downButton:hover{ - background: linear-gradient( transparent,rgba(59, 59, 238, 0.637)); + background: linear-gradient( transparent,80%,rgba(59, 59, 238, 0.637)); transition:all 1s ease-out; cursor:pointer }