好友注册.html
3.2 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="css/base.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/share.css" />
<script type="text/javascript" src="js/base.js"/>
<script src="js/share.js"></script>
<script src="js/jquery-1.2.6.min.js"></script>
<title>好友注册</title>
</head>
<style>
.regjuan {
background-size: 100%;
padding-top: 1rem;
font-size: 0.5rem;
}
.registerbg{
background-size:100%;
}
</style>
<body>
<div class="regheader center">
<div class="left back">
<a href="#" onClick="javascript:history.back(-1);">
<img src="images/care_03.jpg" />
</a>
</div>
<div class="hotitle">好友注册</div>
<div class="right hoshare">
<a href="#" onClick="toshare()">
<img src="images/hoshare_03.png" />
</a>
</div>
</div>
<div class="registerbg">
<div class="regkuang center">
<div class="regjuan center">送
<span>100</span>消费金</div>
<div class="regdesc">健康提升新选择,为健康为投资</div>
<form id="regform">
<input type="text" class="reginp" placeholder="请输入手机号" />
<div style="margin-top:0.2rem; display:inline-block;">
<input type="text" class="regyz" placeholder="请输入验证码" />
<span id="clickyz">
<a href="">点击获取</a>
</span>
</div>
<div>
<button type="button" id="regbut">立即领取</button>
</div>
</form>
</div>
</div>
<!--share start-->
<div class="am-share">
<h3 class="am-share-title">分享到</h3>
<ul class="am-share-sns">
<li>
<a href="#">
<i class="share-icon-weibo"></i>
<span>新浪微博</span>
</a>
</li>
<li>
<a href="#">
<i class="share-icon-weibo"></i>
<span>新浪微博</span>
</a>
</li>
<li>
<a href="#">
<i class="share-icon-weibo"></i>
<span>新浪微博</span>
</a>
</li>
<li>
<a href="#">
<i class="share-icon-weibo"></i>
<span>新浪微博</span>
</a>
</li>
</ul>
<div class="am-share-footer">
<button class="share_btn">取消</button>
</div>
</div>
<!--share end-->
</body>