-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpay.html
66 lines (57 loc) · 1.83 KB
/
pay.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
65
66
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<title></title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="css/light7.min.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/border.css">
<link rel="stylesheet" href="css/swiper-3.3.1.min.css">
<link rel="stylesheet" href="css/ant-iconfont.css">
<body>
<div class="page-group">
<div class="page page-current pagePay" id='page-pay'>
<header class="bar bar-nav">
<a class="icon icon-left pull-left back"></a>
<h1 class="title">建设网</h1>
</header>
<div class="content">
<div class="tit">
<span class="name">选择会员类型</span>
</div>
<label class="pay-item">
<input type="radio" name="pay" checked="checked">
<span class="pay-origin">季度会员</span>
</label>
<label class="pay-item">
<input type="radio" name="pay">
<span class="pay-origin">半年会员</span>
</label>
<label class="pay-item">
<input type="radio" name="pay">
<span class="pay-origin">年会员</span>
</label>
<div class="tit">
<span class="name">应付金额:</span>
<span class="value"><span class="money"><span class="symbol">¥</span>60</span></span>
</div>
<div class="content-block">
<a href="" class="button button-big button-fill">去支付</a>
</div>
</div>
</div>
</div>
</body>
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/light7.min.js"></script>
<script src="js/swiper-3.3.1.jquery.min.js"></script>
<script src="js/app.js"></script>
<script>
(function(){
})();
</script>
</html>