Skip to content

Commit b32d317

Browse files
committed
First
0 parents  commit b32d317

File tree

3 files changed

+178
-0
lines changed

3 files changed

+178
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
*.md

love/boy/index.html

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<title>LOVE YOU</title>
7+
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
8+
<link rel="stylesheet" href="http://apps.bdimg.com/libs/bootstrap/3.3.4/css/bootstrap.min.css" >
9+
<script src="http://apps.bdimg.com/libs/bootstrap/3.3.4/js/bootstrap.min.js" ></script>
10+
<script src="https://cdn.bootcss.com/clipboard.js/1.7.1/clipboard.min.js"></script>
11+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
12+
</head>
13+
<body>
14+
<div class="container">
15+
<div class="row col-md-3"></div>
16+
<div class="row col-md-6" >
17+
<div class="row question">
18+
<div class="col-md-6 col-xs-12">
19+
<p style="line-height: 50px;font-size: 10px;">“小哥哥,我中意你很久了”</p>
20+
<p style="line-height: 50px;font-size: 20px;">做我对象好不好?</p>
21+
</div>
22+
<div class="col-md-6 col-xs-12">
23+
<img src="http://ozef40uqu.bkt.clouddn.com/230148239770.gif" alt="" style="height: 200px;">
24+
</div>
25+
</div>
26+
<div class="row question" style="margin-top: 20px;">
27+
<div class="col-md-6 col-xs-6" style="text-align: center;">
28+
<script>
29+
var clipboard = new Clipboard('.hongbao', {
30+
text: function () {
31+
return '3mCRTh04iA';
32+
}
33+
});
34+
</script>
35+
<button type="button" class="btn btn-success hongbao" style="width: 80%" id="no"></button>
36+
</div>
37+
<div class="col-md-6 col-xs-6" style="text-align: center;">
38+
<button type="button" class="btn btn-danger hongbao" style="width: 80%" id="ok">不好</button>
39+
</div>
40+
</div>
41+
<div class="col-md-12 col-xs-12 hide" id="success">
42+
<img src="http://ozef40uqu.bkt.clouddn.com/230148382602.gif" alt="" style="width: 100%;">
43+
</div>
44+
</div>
45+
46+
<div class="row col-md-3"></div>
47+
48+
</div>
49+
<script>
50+
var i=1;
51+
var ok=false;
52+
$(document).ready(function(){
53+
$("#no").click(function(){
54+
alert("真的吗?你答应了?");
55+
alert("快说爱我!");
56+
$(".question").addClass('hide');
57+
$("#success").removeClass('hide');
58+
ok=true;
59+
});
60+
$("#ok").click(function(){
61+
switch(i){
62+
case 1:
63+
alert("工资不用上交");
64+
break;
65+
case 2:
66+
alert("家务全包");
67+
break;
68+
case 3:
69+
alert("房产证写你的名字");
70+
break;
71+
case 4:
72+
alert("可以玩游戏");
73+
break;
74+
case 5:
75+
alert("我会游泳救你妈");
76+
break;
77+
default:
78+
alert("答应我吧");
79+
}
80+
i++;
81+
});
82+
});
83+
</script>
84+
</audio> <div style="display:none"><script src="https://s13.cnzz.com/z_stat.php?id=1272945483&web_id=1272945483" language="JavaScript"></script><div>
85+
</body>
86+
</html>

love/girl/index.php

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
2+
3+
<!DOCTYPE html>
4+
<html lang="en">
5+
<head>
6+
<meta charset="UTF-8">
7+
<title>LOVE YOU</title>
8+
<script src="http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"></script>
9+
<link rel="stylesheet" href="http://apps.bdimg.com/libs/bootstrap/3.3.4/css/bootstrap.min.css" >
10+
<script src="http://apps.bdimg.com/libs/bootstrap/3.3.4/js/bootstrap.min.js" ></script>
11+
<script src="https://cdn.bootcss.com/clipboard.js/1.7.1/clipboard.min.js"></script>
12+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
13+
</head>
14+
<body>
15+
<div class="container">
16+
<div class="row col-md-3"></div>
17+
<div class="row col-md-6" >
18+
<div class="row question">
19+
<div class="col-md-6 col-xs-12">
20+
<p style="line-height: 50px;font-size: 10px;">“小静静,我观察你很久了”</p>
21+
<p style="line-height: 50px;font-size: 20px;">做我女朋友好不好?</p>
22+
</div>
23+
<div class="col-md-6 col-xs-12">
24+
<img src="http://ozef40uqu.bkt.clouddn.com/1.png" alt="" style="height: 200px;">
25+
</div>
26+
</div>
27+
<div class="row question" style="margin-top: 20px;">
28+
<div class="col-md-6 col-xs-6" style="text-align: center;">
29+
<script>
30+
var clipboard = new Clipboard('.hongbao', {
31+
text: function () {
32+
return '3mCRTh04iA';
33+
}
34+
});
35+
</script>
36+
<button type="button" class="btn btn-success" style="width: 80%" id="no">好</button>
37+
</div>
38+
<div class="col-md-6 col-xs-6" style="text-align: center;">
39+
<button type="button" class="btn btn-danger" style="width: 80%" id="ok">不好</button>
40+
</div>
41+
</div>
42+
<div class="col-md-12 col-xs-12 hide" id="success">
43+
<img src="http://ozef40uqu.bkt.clouddn.com/666.jpg" alt="" style="width: 100%;">
44+
</div>
45+
</div>
46+
47+
<div class="row col-md-3"></div>
48+
49+
</div>
50+
<script>
51+
var i=1;
52+
var ok=false;
53+
$(document).ready(function(){
54+
$("#no").click(function(){
55+
alert("真的吗?你答应了?");
56+
alert("给我发消息吧,爱你");
57+
$(".question").addClass('hide');
58+
$("#success").removeClass('hide');
59+
ok=true;
60+
});
61+
$("#ok").click(function(){
62+
switch(i){
63+
case 1:
64+
alert("工资上交");
65+
break;
66+
case 2:
67+
alert("家务全包");
68+
break;
69+
case 3:
70+
alert("房产证写你的名字");
71+
break;
72+
case 4:
73+
alert("保大");
74+
break;
75+
case 5:
76+
alert("我妈会游泳");
77+
break;
78+
case 6:
79+
alert("不跟你吵架,会撒娇 会卖萌");
80+
break;
81+
default:
82+
alert("答应我吧");
83+
}
84+
i++;
85+
});
86+
});
87+
</script>
88+
</audio> <div style="display:none"><script src="https://s13.cnzz.com/z_stat.php?id=1272945483&web_id=1272945483" language="JavaScript"></script><div>
89+
</body>
90+
</html>

0 commit comments

Comments
 (0)