-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2.html
43 lines (43 loc) · 1.27 KB
/
2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>熊的背景图</title>
<link rel="stylesheet" type="text/css" href="css/fenye.css">
<style>
* {
margin: 0;
padding: 0;
}
.box {
width: 776px;
height: 135px;
margin: 0 auto;
border: 1px solid #E0E0E0;
padding-left: 22px;
padding-top: 13px;
background: url('images/xiong.png') no-repeat right bottom;
background-color: #FFFFF0;
}
p {
line-height: 30px;
font-size: 12px;
}
#color {
color: #f00;
font-family: "宋体","微软雅黑";
}
</style>
</head>
<body>
<div class="box">
<p><strong>原因查询</strong> 查看《度娘法典》了解异常原因,若您未触犯法典,对你造成伤害度娘表示真诚的歉意</p>
<p><strong>恢复奖励</strong> 若您申请恢复成功,度娘将献上神功护体奖励,护体期间会极大降低异常的概率</p>
<p><strong>注意事项</strong> 未申请恢复的亲,有可能还会遭遇异常状态哦~</p>
<p id="color"><strong>友情声明: 近期发现大量外挂盗号事件,很多小伙伴都丢帐号了,大家可别用外挂在贴吧刷经验喏~</strong></p>
</div>
<div class="fenye">
<a href="1.html">上一页</a><a href="3.html">下一页</a>
</div>
</body>
</html>