fix: 修改样式
This commit is contained in:
parent
d5b3721203
commit
3bbf9b00c2
@ -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 />
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user