mirror of
https://github.com/lingke-net/koring-space.git
synced 2026-09-12 05:45:17 +08:00
基础
This commit is contained in:
+8
-8
@@ -32,20 +32,20 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div className="relative w-full h-120 overflow-hidden">
|
<div className="relative w-full h-120 overflow-hidden">
|
||||||
<div className="relative rounded-xl border w-full h-full">
|
<div className="relative rounded-xl border w-full h-full">
|
||||||
<div className="absolute left-12 top-12 flex flex-col gap-2">
|
<div className="absolute inset-0 z-10 flex items-center justify-center">
|
||||||
<span className="font-bold text-5xl">Koring Team</span>
|
<img
|
||||||
<span className="text-xl">创意无限</span>
|
src="/koring-big-w-blue.svg"
|
||||||
|
alt="Koring Team"
|
||||||
|
className="w-[5%] h-1"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span className="absolute right-12 bottom-12 text-xl text-muted-foreground">
|
<span className="absolute right-12 bottom-12 text-xl text-muted-foreground">
|
||||||
与光年相遇,见宇宙未开源的无限
|
|
||||||
<span className="text-sm">
|
|
||||||
<br /> 以星辰为数据,用仰望作读取
|
|
||||||
</span>
|
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<FlickeringGrid
|
<FlickeringGrid
|
||||||
className="relative inset-0 z-0 mask-[radial-gradient(700px_circle_at_center,white,transparent)]"
|
className="absolute inset-0 z-0 mask-[radial-gradient(700px_circle_at_center,white,transparent)]"
|
||||||
squareSize={6}
|
squareSize={6}
|
||||||
gridGap={14}
|
gridGap={14}
|
||||||
color="#6b9eb6"
|
color="#6b9eb6"
|
||||||
|
|||||||
Reference in New Issue
Block a user