-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathresultView.html
117 lines (95 loc) · 2.68 KB
/
resultView.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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport"
content="width=device-width, initial-scale=1,initial-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">
<meta name="format-detection" content="telephone=no">
<meta name="keywords" content="找齐10个品牌logo即可拯救网红,动动手指大奖到碗里来,欢乐过五一,速度点开">
<meta name="description" content="据说把这款网红扶起来,能奖励500元购物卡?来看看!">
<title>据说把这款网红扶起来,能奖励500元购物卡?来看看!</title>
<link href="css/animate.css" rel="stylesheet" type="text/css">
<script src="js/zepto.min.js"></script>
<style>
html {
font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}
body {
text-align: center;
padding: 0;
}
p {
text-align: center;
font-size: 15px;
}
.bottom p {
text-align: left;
}
.line {
font-size: 24px;
color: #6cb130;
}
.prize{
margin-top: 20px;
}
.text > p:nth-child(1) {
font-size: 17px;
}
.top img {
width: 100%;
}
.hidden {
display: none;
}
button {
background-color: #6db131;
height: 40px;
width: 40%;
color: #ffffff;
font-size: 18px;
border: solid #f2f2f2 1px;
border-radius: 50px;
}
.table{
border: solid #6db131 1px;
border-radius: 10px;
height: 200px;
}
.bottom{
padding: 20px;
}
</style>
</head>
<body>
<div class="top">
<img src="img/zan.jpg"></div>
<div class="text">
<p>恭喜小主,您只花了<span class="line">200</span>毫秒就拯救了小宇哥,</p>
<p>当前排名第<span class="line">2</span>位,小宇哥给你点赞,</p>
<p>你有可能获得<span class="line">购物卡200</span>元。</p>
<div>
<img id="card" class="hidden" src="img/card.jpg">
<img id="chui" src="img/tui.jpg">
</div>
<p>活动截止到<span class="line">4月30日24点</span>,多玩几次,</p>
<p>刷新排名获得更大奖品。</p></div>
<button>奖品目录</button>
<button>再玩一次</button>
<div class="prize">
<span class="line">前6名</span>
<div class="table">
</div>
</div>
<div class="bottom">
<p>兑奖时间:5月1日-5月3日</p>
<p>兑奖地点:王府井百货大兴店 五层会员中心</p>
</div>
<script>
</script>
<script type="text/javascript" src="http://pingjs.qq.com/h5/stats.js" name="MTAH5" sid="500092775"></script>
</body>
</html>