forked from imbytecat/fullstack-starter
style(desktop): loading 页面改为白色轻盈主题
This commit is contained in:
@@ -6,14 +6,13 @@
|
||||
<title>Furtherverse</title>
|
||||
<link rel="stylesheet" href="./styles.css" />
|
||||
</head>
|
||||
<body class="m-0 h-screen bg-[#050505] text-white font-sans flex flex-col items-center justify-center overflow-hidden cursor-default select-none">
|
||||
<div class="absolute w-[80vw] h-[80vw] bg-[radial-gradient(circle,rgba(255,255,255,0.06)_0%,transparent_60%)] rounded-full animate-breathe pointer-events-none"></div>
|
||||
<div class="flex flex-col items-center gap-7 z-10 animate-appear">
|
||||
<h1 class="m-0 text-[32px] font-medium tracking-[-0.03em] bg-[linear-gradient(to_bottom_right,#ffffff_30%,#a1a1aa)] bg-clip-text text-transparent">Furtherverse</h1>
|
||||
<div class="w-30 h-px bg-white/8 rounded-[1px] overflow-hidden relative">
|
||||
<div class="absolute inset-y-0 left-0 w-2/5 bg-[linear-gradient(90deg,transparent,#fff,transparent)] animate-slide opacity-60"></div>
|
||||
<body class="bg-white h-screen w-screen flex flex-col items-center justify-center overflow-hidden select-none cursor-default font-sans antialiased m-0">
|
||||
<div class="flex flex-col items-center gap-8 animate-fade-in">
|
||||
<h1 class="text-3xl font-medium tracking-tight text-zinc-900">Furtherverse</h1>
|
||||
<div class="w-24 h-[2px] bg-zinc-100 rounded-full overflow-hidden relative">
|
||||
<div class="h-full w-full bg-zinc-800 origin-left animate-loading-bar"></div>
|
||||
</div>
|
||||
<div class="text-[11px] uppercase tracking-[0.2em] text-zinc-600 font-medium animate-pulse-subtle">Starting</div>
|
||||
<div class="text-[10px] uppercase tracking-widest text-zinc-400 font-medium animate-pulse-slow">Starting</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user