Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 7-7/bg.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions 7-7/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./styles/reset.css">
<link rel="stylesheet" href="./styles/index.css">
<title>开心一天又一天</title>
</head>
<body>
<div class="container">
<div class="top">
<div class="box-tools">
<div class="box-rope"></div>
<div class="box-item" style="top: 50px"></div>
</div>
</div>
<div class="score-wrapper">
<span>颜值 </span>
<span class="score">1</span>
</div>
<div class="bottom">
<div class="box-item" style="bottom: 0px"></div>
</div>
<div id="ex1" class="modal">
<p>
恭喜你来道了第
<span class="version"></span>
</p>
</div>
<div id="ex2" class="modal">
<p>规则:点击屏幕方块下落,叠一个累计1个颜值</p>
<p>颜值达到30将获得花花的神秘大礼哦~</p>
</div>
<div id="ex3" class="modal">
<p>恭喜你,中奖啦,以下任选其一哦~</p>
<p>花花独家的外卖一份~</p>
<p>花花钦定香水一枚~</p>
<p>凭截图到花花处领取。</p>
<p>5秒后刷新页面</p>
</div>
<div id="ex4" class="modal">
<p>对不起下落的实在太偏了哦~</p>
<p>下次加油哦,3秒后自动开始</p>
</div>
</div>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="./lib/fastclick.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" />

<script src="./src/index.js"></script>
</body>
</html>
Loading