Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EOEFANS 安全访问质询</title>
</head>
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.body-box {
position: relative;
display: flex;
justify-content: center;
min-height: 100vh;
overflow: hidden;
}
.main {
width: 60vw;
/* min-height: 100vh; */
background-color: rgba(239, 239, 239, 0.65);
}
.body-box::before {
content: " ";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent url("./bg.jpg") center center no-repeat;
filter: blur(4px);
transform: scale(1.05);
z-index: -1;
}
.title-section {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 60px 0 10px;
}
.title-logo {
width: 100px;
margin-bottom: 5px;
}
.title-text {
font-size: 30px;
}
.tip {
margin-bottom: 10px;
text-align: center;
}
.ray-id {
text-align: center;
margin-bottom: 80px;
}
.slogan-section {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-bottom: 20px;
}
.slogan-section > div {
margin-bottom: 10px;
}
.check-box {
margin: 10px 20px;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.footer {
text-align: center;
}
@media only screen and (max-width: 600px) {
.main {
width: 90vw;
min-height: 100vh;
background-color: rgba(239, 239, 239, 0.65);
}
}
</style>
<body>
<div class="body-box">
<div class="main">
<section class="title-section">
<img class="title-logo" src="./logo.png" alt="" />
<div class="title-text">EOEFANS</div>
</section>
<section class="slogan-section">
<div>
EOEFANS,乐华娱乐旗下虚拟偶像女团[EOE组合]的非官方二创社区平台。
</div>
<div>不开心就来EOEFANS!</div>
<div>在这里,没有人知道你的身份。在EOEFANS,没有标签,只有同好;</div>
<div>在EOEFANS,尽情的释放自己;在EOEFANS,遇见懂你的二创。</div>
</section>
<div class="tip">请稍等,我们正在检查您的访问环境是否安全...</div>
<div class="check-box">::CAPTCHA_BOX::</div>
<div class="ray-id">RAY_ID: ::RAY_ID::</div>
<div class="footer">
© 2023 EOEFANS. Powered by
<a href="https://vlink.dev/EOEFANS"> EOEFANS Dev Group </a> and
VTB-LINK.
</div>
</div>
</div>
</body>
</html>