rule.html
1.2 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
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<title>绝地争锋活动规则</title>
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/index.css?231323">
<script src="lib/fsize.js"></script>
<style>
#t1{
position: absolute;
width: 0.5rem;
height: 0.5rem;
top: 7rem;
}
#t2{
position: absolute;
width: 0.5rem;
height: 0.5rem;
top: 28.5rem;
}
</style>
</head>
<body>
<div class="rule-bg">
<div id="t1"></div>
<div id="t2"></div>
<div class="back-box">
<a href="#t1"><div></div></a>
<a href="#t2"><div></div></a>
<a href="index.html"><div></div></a>
</div>
</div>
</body>
</html>