展示图就懒得上传,自己看吧,创建html文本把代码复制进去打开就好了
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>佛系网络业务官网</title>
<style>
body {
margin: 0;
padding: 0;
font-family: 'Arial', sans-serif;
background: linear-gradient(135deg, #1a1a1a, #003366);
color: white;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
overflow: hidden;
}
.container {
text-align: center;
max-width: 800px;
padding: 20px;
width: 100%;
}
h1 {
font-size: 2.5rem;
font-weight: bold;
margin-bottom: 20px;
background: linear-gradient(90deg, #00ffcc, #0077ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: glow 2s infinite alternate;
}
p {
font-size: 1.2rem;
line-height: 1.6;
margin-bottom: 30px;
color: #e0e0e0;
}
.btn-container {
display: flex;
flex-direction: column;
gap: 15px;
align-items: center;
margin-bottom: 30px;
}
.btn {
background: linear-gradient(90deg, #0077ff, #00ffcc);
border: none;
color: white;
padding: 12px 24px;
font-size: 1rem;
font-weight: bold;
border-radius: 25px;
cursor: pointer;
transition: transform 0.3s, box-shadow 0.3s;
text-transform: uppercase;
width: 80%;
max-width: 300px;
}
.btn:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 119, 255, 0.5);
}
.btn:active {
transform: translateY(0);
box-shadow: 0 5px 10px rgba(0, 119, 255, 0.5);
}
.glow-text {
font-size: 1.2rem;
font-weight: bold;
background: linear-gradient(90deg, #00ffcc, #0077ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: glow 2s infinite alternate;
}
@keyframes glow {
0% {
text-shadow: 0 0 5px #00ffcc, 0 0 10px #0077ff;
}
100% {
text-shadow: 0 0 10px #00ffcc, 0 0 20px #0077ff;
}
}
.background-animation {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background: radial-gradient(circle, rgba(0, 119, 255, 0.1), rgba(0, 0, 0, 0) 70%);
animation: pulse 5s infinite alternate;
}
@keyframes pulse {
0% {
transform: scale(1);
opacity: 0.5;
}
100% {
transform: scale(1.2);
opacity: 1;
}
}
/* 手机端优化 */
@media (max-width: 600px) {
h1 {
font-size: 2rem;
}
p {
font-size: 1rem;
}
.btn {
font-size: 0.9rem;
padding: 10px 20px;
}
.glow-text {
font-size: 1rem;
}
}
</style>
</head>
<body>
<div class="background-animation"></div>
<div class="container">
<h1>欢迎来到未来科技——佛系网络</h1>
<p>探索无限可能,体验前沿科技。我们致力于为您提供最先进的解决方案,助您在数字世界中脱颖而出。</p>
<!-- 按钮容器 -->
<div class="btn-container">
<button class="btn" onclick="window.location.href='http://vps.gggss.cn'">佛系云服务器</button>
<button class="btn" onclick="window.location.href='http://888.gggss.cn/'">佛系码支付</button>
<button class="btn" onclick="window.location.href='http://bk.gggss.cn/'">佛系博客</button>
<button class="btn" onclick="window.location.href='http://1y0.cn/nbbmd/'">自营宁波过白</button>
<button class="btn" onclick="window.location.href='http://125.208.23.2:81/'">其它宁波过白</button>
</div>
<p class="glow-text">服务器、支付官方群:609784019</p>
</div>
</body>
</html>
这一切,似未曾拥有