fix: 修改样式

This commit is contained in:
speakeloudest 2025-09-01 22:18:04 -07:00
parent d5b3721203
commit 3bbf9b00c2
2 changed files with 3 additions and 3 deletions

View File

@ -32,9 +32,9 @@ export default async function Home() {
return ( return (
<LoginDialogProvider> <LoginDialogProvider>
<Header />
<FullScreenVideoBackground /> <FullScreenVideoBackground />
<main className='fixed inset-0 flex items-center justify-center'> <Header />
<main className='fixed inset-0 z-40 flex items-center justify-center'>
<HomeContent /> <HomeContent />
</main> </main>
<FooterCopyright /> <FooterCopyright />

View File

@ -2,7 +2,7 @@
const FullScreenVideoBackground = ({}: {}) => { const FullScreenVideoBackground = ({}: {}) => {
return ( return (
<div className='fixed inset-0 h-full w-full overflow-hidden'> <div className='h-full w-full overflow-hidden'>
<video <video
autoPlay autoPlay
muted muted