From 6eed93ca2a5259e3800b0c67d3b228814bfa464d Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 8 Nov 2024 15:43:05 +0800 Subject: [PATCH] fix --- src/pages/index.less | 2 +- src/pages/index.tsx | 1 - src/pages/listen.tsx | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/index.less b/src/pages/index.less index 59ba4a4..5c120b3 100644 --- a/src/pages/index.less +++ b/src/pages/index.less @@ -24,7 +24,7 @@ width: 4rem; height: 4rem; border-radius: 2rem; - background: #ffffff; + background: rgba(255, 255, 255, .7); } } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 78be012..785b213 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -310,7 +310,6 @@ export default function HomePage() { className='audio_disc' style={isPlay ? {animation: 'spin 10s linear infinite', backgroundImage: `url(${MusicDesc.PrdtCover})`} : {backgroundImage: `url(${MusicDesc.PrdtCover})`}} > -
{/*