mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-20 04:47:30 +08:00
Update page.tsx
This commit is contained in:
@@ -1503,7 +1503,7 @@ function PlayPageClient() {
|
|||||||
|
|
||||||
{/* 换源加载蒙层 */}
|
{/* 换源加载蒙层 */}
|
||||||
{isVideoLoading && (
|
{isVideoLoading && (
|
||||||
<div className='absolute inset-0 bg-black/85 backdrop-blur-sm rounded-xl flex items-center justify-center z-[9999] transition-all duration-300'>
|
<div className='absolute inset-0 bg-black/85 backdrop-blur-sm rounded-xl flex items-center justify-center z-[500] transition-all duration-300'>
|
||||||
<div className='text-center max-w-md mx-auto px-6'>
|
<div className='text-center max-w-md mx-auto px-6'>
|
||||||
{/* 动画影院图标 */}
|
{/* 动画影院图标 */}
|
||||||
<div className='relative mb-8'>
|
<div className='relative mb-8'>
|
||||||
|
|||||||
Reference in New Issue
Block a user