From 5722d17f433fb5e7297c3d71fb01df9c4a75ebba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=95=E5=B1=82=E7=94=A8=E6=88=B7?= Date: Tue, 18 Jan 2022 12:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=95=E6=A0=8F=E5=A2=9E=E5=8A=A0=E6=AD=8C?= =?UTF-8?q?=E8=AF=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 +++++ index.html | 2 +- js/music.js | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 54 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 4ab9426..3404730 100644 --- a/css/style.css +++ b/css/style.css @@ -614,6 +614,11 @@ footer { opacity: 0.8; } +.lrc-show { + /*播放音乐时底栏歌词*/ + font-size: 1.15rem; +} + /*弹窗样式*/ .iziToast { background: rgb(0 0 0 / 45%) !important; diff --git a/index.html b/index.html index a5b7f40..3bb5d88 100644 --- a/index.html +++ b/index.html @@ -369,7 +369,7 @@