生成失败,API返回:

生成失败,API返回:

你又404

@import url(‘https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&display=swap’);

:root {
–bg-color: #080810;
–accent-purple: #5728CC;
–accent-blue: #91DDFB;
–text-dim: #6b7280;
}

body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
background-color: var(–bg-color);
background-image:
linear-gradient(rgba(87, 40, 204, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(87, 40, 204, 0.03) 1px, transparent 1px);
background-size: 40px 40px;
font-family: ‘JetBrains Mono’, monospace;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
color: white;
}

body::after {
content: “”;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at 50% 50%, transparent 0%, var(–bg-color) 90%);
pointer-events: none;
z-index: 0;
}

.main-container {
position: relative;
z-index: 10;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 2rem;
padding: 2rem;
max-width: 600px;
}

.svg-wrapper {
filter: drop-shadow(0 0 30px rgba(87, 40, 204, 0.4));
animation: float-main 6s ease-in-out infinite;
}

.text-content {
text-align: center;
}

h1 {
font-size: 4rem;
margin: 0;
line-height: 1;
background: linear-gradient(135deg, #fff 0%, var(–accent-blue) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 0 20px rgba(145, 221, 251, 0.3);
}

p {
color: var(–text-dim);
margin-top: 10px;
font-size: 0.9rem;
letter-spacing: 1px;
}

.btn {
margin-top: 30px;
padding: 12px 32px;
background: transparent;
border: 1px solid rgba(145, 221, 251, 0.2);
color: var(–accent-blue);
text-decoration: none;
font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
display: inline-block;
}

.btn:hover {
background: rgba(87, 40, 204, 0.2);
border-color: var(–accent-purple);
box-shadow: 0 0 20px rgba(87, 40, 204, 0.4);
text-shadow: 0 0 8px var(–accent-blue);
}

@keyframes float-main {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}

#svg-global {
zoom: 1.5;
overflow: visible;
}

@keyframes fade-particles {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}

@keyframes floatUp {
0% { transform: translateY(0); opacity: 0; }
10% { opacity: 1; }
100% { transform: translateY(-40px); opacity: 0; }
}

#particles { animation: fade-particles 5s infinite alternate; }
.particle { animation: floatUp linear infinite; }

.p1 { animation-duration: 2.2s; animation-delay: 0s; }
.p2 { animation-duration: 2.5s; animation-delay: 0.3s; }
.p3 { animation-duration: 2s; animation-delay: 0.6s; }
.p4 { animation-duration: 2.8s; animation-delay: 0.2s; }
.p5 { animation-duration: 2.3s; animation-delay: 0.4s; }
.p6 { animation-duration: 3s; animation-delay: 0.1s; }
.p7 { animation-duration: 2.1s; animation-delay: 0.5s; }
.p8 { animation-duration: 2.6s; animation-delay: 0.2s; }
.p9 { animation-duration: 2.4s; animation-delay: 0.3s; }

@keyframes bounce-lines {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-3px); }
}

#line-v1, #line-v2, #node-server, #panel-rigth, #reflectores, #particles {
animation: bounce-lines 3s ease-in-out infinite alternate;
}
#line-v2 { animation-delay: 0.2s; }
#node-server, #panel-rigth, #reflectores, #particles { animation-delay: 0.4s; }

404

你进入到了未知领域

回到首页

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 共2条

请登录后发表评论

    暂无评论内容