-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
180 lines (172 loc) · 5.5 KB
/
index.html
File metadata and controls
180 lines (172 loc) · 5.5 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!DOCTYPE html>
<html>
<head>
<title>注册</title>
<!-- metatags-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Meta tag Keywords -->
<!-- Custom-Style-Sheet -->
<link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all"/><!--style_sheet-->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" property="" />
<link rel="stylesheet" href="css/font-awesome.css"> <!-- Font-Awesome_Icons-CSS -->
<!--//Custom-Style-Sheet -->
<!--online_fonts-->
<link href="http://maxcdn.bootstrapcdn.com/css?family=Audiowide" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/css?family=Montserrat+Alternates" rel="stylesheet">
<!--//online_fonts-->
</head>
<body>
<embed src="1.mp3" loop="100" autostar="true" hidden="true" controls="controls"></embed>
<div class="w3l-head">
<h1>我曾踏足山巅,也曾跌入谷底,但愿以后日子平静,抬头遇见都是温柔!</h1>
</div>
<div class="w3l-main">
<div class="w3l-left-side">
<div class="flexslider">
<ul class="slides">
<li>
<img src="images/g5.jpg" alt="image"/>
</li>
<li>
<img src="images/g2.jpg" alt="image"/>
</li>
<li>
<img src="images/g3.jpg" alt="image"/>
</li>
<li>
<img src="images/g4.jpg" alt="image"/>
</li>
<li>
<img src="images/g1.jpg" alt="image"/>
</li>
</ul>
</div>
</div>
<div class="w3l-rigt-side">
<form action="#" method="post">
<div class="w3l-signin">
<a class="w3_play_icon1" href="#small-dialog1"> 登录</a>
</div>
<div class="w3l-signup">
<a class="w3_play_icon1" href="#small-dialog2"> 注册</a>
</div>
<div class="clear"></div>
</form>
</div>
<div class="clear"></div>
</div>
<!--sign in form -->
<div id="small-dialog1" class="mfp-hide">
<div class="wthree-container">
<div class="wthree-form">
<div class="agileits-2">
<h2>登录</h2>
</div>
<form action="#" method="post">
<div class="w3-user">
<span><i class="fa fa-user-o" aria-hidden="true"></i></span>
<input type="text" name="Username" placeholder="用户名" required="">
</div>
<div class="clear"></div>
<div class="w3-psw">
<span><i class="fa fa-key" aria-hidden="true"></i></span>
<input type="password" name="password" placeholder="密码" required="">
</div>
<div class="clear"></div>
<div class="w3l-check">
<input type="checkbox" class="checkbox">
<span><a href="#">忘记密码?</a></span>
</div>
<div class="clear"></div>
<div class="signin">
<input type="submit" value="登录">
</div>
<div class="clear"></div>
</form>
</div>
</div>
</div>
<!--sign in form -->
<!-- for register popup -->
<!--sign up form -->
<div id="small-dialog2" class="mfp-hide">
<div class="wthree-container">
<div class="wthree-form bg">
<div class="agileits-2">
<h2>在此注册</h2>
</div>
<form action="#" method="post">
<div class="w3-user">
<span><i class="fa fa-user-o" aria-hidden="true"></i></span>
<input type="text" name="Username" placeholder="用户名" required="">
</div>
<div class="clear"></div>
<div class="w3-email">
<span><i class="fa fa-envelope" aria-hidden="true"></i></span>
<input type="email" name="email" placeholder="邮箱@mail" required=""/>
</div>
<div class="clear"></div>
<div class="w3-psw">
<span><i class="fa fa-key" aria-hidden="true"></i></span>
<input type="password" name="password" placeholder="密码" required="">
</div>
<div class="w3-cpsw">
<span><i class="fa fa-key" aria-hidden="true"></i></span>
<input type="password" name="password" placeholder="再次输入密码" required="">
</div>
<div class="clear"></div>
<div class="w3l-check">
<input type="checkbox" class="checkbox">
<span><a href="#">我同意条款和条件</a></span>
</div>
<div class="clear"></div>
<div class="signin">
<input type="submit" value="注册">
</div>
<div class="clear"></div>
</form>
</div>
</div>
</div>
<!--sign in form -->
<!-- //for register popup -->
<footer>Copyright © 2020/3/30.木子李</footer>
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<!-- pop-up-box-js-file -->
<script src="js/jquery.magnific-popup.js" type="text/javascript"></script>
<!--//pop-up-box-js-file -->
<script>
$(document).ready(function() {
$('.w3_play_icon,.w3_play_icon1,.w3_play_icon2').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
});
</script>
<!-- flexSlider -->
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!-- //flexSlider -->
</body>
</html>