index.html
1.17 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="yes" name="apple-touch-fullscreen">
<meta content="telephone=no" name="format-detection">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<title>签到规则</title>
<style>
html, body, p {
margin: 0;
padding: 0;
}
body {
padding: 0.6rem;
font-family: helvetica,Arial,"黑体";
}
p {
font-size: 0.9rem;
color: #414141;
margin-bottom: 0.4rem;
}
</style>
</head>
<body>
<p>
1、签到可以获得有货币奖励哟,有货币可以在有货购买商品时折算相应的支付金额呢
</p>
<p>
2、连续的签到7天会获得更多惊喜,一定要坚持哦
</p>
<p>
3、对于使用作弊、攻击系统等手段参与签到活动的,有货君有权取消其活动资格并追回相应奖励
</p>
</body>
</html>