This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathafdian.html
150 lines (138 loc) · 4.07 KB
/
afdian.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="referrer" content="no-referrer" />
<meta name="description"
content="欢迎访问 Minecraft RETE 服务器官网,Minecraft RETE 服务器是一个拥有生存、工业、机械、蒸汽、等等多种玩法,期待您的加入1.16.5中世纪服务器Minecraft RETE" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>赞助 | Minecraft RETE 服务器</title>
<link rel="stylesheet" type="text/css" href="static/css/main.css">
<link rel="shortcut icon" href="static/images/icon.ico" type="image/x-icon">
<style type="text/css">
.loading {
width: 100%;
height: 100%;
z-index: 100;
position: fixed;
background: #FCFCFC;
}
.loading-img {
width: 30em;
height: 45em;
margin: auto;
background: url(static/images/1612704618.gif);
}
#menu-box {
position: fixed;
overflow: hidden;
width: 100%;
transition-duration: 0.4s;
height: 3.125em;
background: none;
}
.menu {
width: 62.8125em;
margin: auto;
height: 3.125em;
background: none;
}
.menu-item h2 a {
padding-top: 0.375em;
color: #C6CDD4;
transition-duration: 0.4s;
padding-left: 0.625em;
float: left;
}
.menu-item a {
padding: 0.8125em 0.9375em;
color: #C6CDD4;
float: right;
transition-duration: 0.4s;
}
.menu-item a:hover {
color: white;
font-size: 1.25em;
}
.menu-item h2 a:hover {
color: white;
font-size: 1.6875em;
}
#item-box {
height: 113.125em;
background: white;
overflow: hidden;
}
</style>
</head>
<body>
<div id="menu-box">
<div class="menu">
<div class="menu-item">
<h2 class="logo"><a href="/">RETE 服务器</a></h2>
<div class="menu-item-list">
<a href="http://p4.simpfun.cn:8948/">在线地图</a>
<a href="status.html">服务器状态</a>
<a href="download.html">客户端</a>
<a href="/">首页</a>
<a href="afdian.html">赞助</a>
</div>
</div>
</div>
</div>
<div id="banner">
<div class="join-buttom">
<div class="join-item">
<h2>Minecraft RETE 服务器</h2>
<p>生存、工业、机械、蒸汽、等等多种玩法、期待您的加入。1.16.5中世纪服务器</p>
</div>
<h1><a href="https://jq.qq.com/?_wv=1027&k=o0RFuHCW">加入我们</a></h1>
<h1><a href="http://p4.simpfun.cn:8948/">在线地图</a></h1>
<h1><a href="status.html">服务器状态</a></h1>
<h1><a href="download.html">客户端下载</a></h1>
<h1><a href="afdian.html">赞助</a></h1>
</div>
</div>
<div id="item-box">
<div class="box"><a href="https://jq.qq.com/?_wv=1027&k=o0RFuHCW">◄◄ 加入我们</a></div>
<div class="item-page-box">
<div class="item-page">
<div class="item-font">
<img src="static/images/afdian.jpg" alt="赞助">
<h2><a href="https://afdian.net/a/mcrete">点我赞助服务器!</a></h2>
<h3>赞助列表</h3>
</div>
</div>
</div>
<div id="footer">
<p id="counter">
©<span id="year">???</span> Minecraft RETE 服务器.<br />
<span id="sitetime">本服务器已安全运行 【加载中】年 【加载中】天 【加载中】小时 【加载中】分【加载中】秒</span>
</p>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.1.js"
integrity="sha256-3zlB5s2uwoUzrXK3BT7AX3FyvojsraNFxCc2vC/7pNI=" crossorigin="anonymous"></script>
<script>
function scroll() {
var top = $("#item-box").offset().top;
var scrollTop = $(window).scrollTop();
if (scrollTop < top) {
$('#menu-box').css({ "background": "none" });
$('#menu-box').css({ "box-shadow": "none" });
$(".menu-item h2 a").css({ "color": "#C6CDD4" })
$(".menu-item a").css({ "color": "#C6CDD4" });
} else {
$("#menu-box").css({ "background": "#FFFFFF" });
$("#menu-box").css({ "box-shadow": "0px 0px 8px #EAEAEA" });
$(".menu-item h2 a").css({ "color": "#333333" })
$(".menu-item-list a").css({ "color": "#333333" });
}
}
$(window).on('scroll', function () {
scroll()
});
</script>
<script src="static/js/main.js"></script>
</body>
</html>