From bd9531044f7a3f087c40a999063af2cdd263f82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Sat, 22 Jan 2022 18:55:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 0d3ef6a..4f1c83a 100644 --- a/css/style.css +++ b/css/style.css @@ -218,6 +218,7 @@ i.iconfont.icon-yinhao-copy { justify-content: center; background: rgb(0 0 0 / 15%); padding: 4px 0px; + font-size: 0.95rem; animation: fade; -webkit-animation: fade 0.5s; -moz-animation: fade 0.5s; @@ -439,7 +440,7 @@ span.link-name { width: 100%; height: 20px; align-items: center; - background: rgb(255 255 255 / 25%) !important; + background: rgb(0 0 0 / 0%) !important; backdrop-filter: blur(5px); } @@ -574,6 +575,10 @@ i.iconfont.icon-github1 { border-bottom: 1px solid transparent !important; } +.aplayer-list-cur { + background-color: #eeeeee !important; +} + /*控制面板 - Bug*/ .aplayer .aplayer-info .aplayer-controller { display: none !important; @@ -624,14 +629,24 @@ footer { .power { line-height: 46px; - opacity: 0.8; + color: #eeeeee; + animation: fade; + -webkit-animation: fade 0.75s; + -moz-animation: fade 0.75s; + -o-animation: fade 0.75s; + -ms-animation: fade 0.75s; } /*播放音乐时底栏歌词*/ #lrc { display: none; line-height: 46px; - opacity: 0.8; + color: #eeeeee; + animation: fade; + -webkit-animation: fade 0.75s; + -moz-animation: fade 0.75s; + -o-animation: fade 0.75s; + -ms-animation: fade 0.75s; } /*弹窗样式*/