-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmooncake.html
64 lines (56 loc) · 2.08 KB
/
mooncake.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>没想到你是这种月饼!</title>
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<div class="content">
<div class="head_nav">
<div class="nav_left">
<!--<img src="img/back.png" id="last_step"/>-->
<a href="#">上一步</a>
</div>
<div class="nav_right">
<!--<img src="img/close.png" id="close"/>-->
<a href="#">关闭</a>
</div>
</div>
<div class="test_result">
<h3>大胃王月饼</h3>
<div class="result_pic">
<img src="img/[email protected]" id="moon"/>
<img src="img/[email protected]" id="mooncake"/>
<img src="img/[email protected]" id="light"/>
</div>
<p id="description">
从小你就要做一个能吃苦的人,无奈只做到了能吃。不开心睡一觉,伤心还好,伤胃就不好了,你对吃的执着催人泪下,撼天动地,大胃王月饼肥腻莫索啊!
</p>
</div>
<div class="interaction">
<input type="button" value="拉仇恨" />
<img src="img/[email protected]" id="present" onclick="gift.popup();"/>
</div>
<div class="mask">
</div>
<div class="present_dialog">
<img id="close" src="img/[email protected]" onclick="gift.close();"/>
<div id="gift_pic"><img id="lantern" src="img/[email protected]"/></div>
<div>
<p>
哈哈,中秋佳节怎么能没好礼相赠呢?来,快把中秋学习大礼包拿回家。
</p>
</div>
<div class="btn_group">
<input type="button" class="btn_left" value="已领" />
<input type="button" class="btn_right" value="领取" />
</div>
</div>
</div>
<script src="js/remadjust.js"></script>
<script src="js/zepto.min.js"></script>
<script src="js/present.js"></script>
</body>
</html>