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})`}} > -
{/*