getMycash.html
3.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="user-scalable=0, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta content="telephone=no" name="format-detection" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>一步物流-我的返利</title>
<link rel="stylesheet" href="../css_an/common.css">
<link rel="stylesheet" href="../css_an/userCenter.css">
</head>
<body id="indexPage">
<div class="m-page">
<!-- header -->
<header class="m-header">
<div class="head">
<a href="userCenter.html" class="lt-bar"><i class="m-icon icon-title_fanhui"></i></a>
<div class="head">
<h1>我的返利</h1>
</div>
</div>
</header>
<!-- content -->
<div class="m-content">
<div class="fundinfo">
<h2>累积返利 (元)</h2>
<p>1200.00</p>
</div>
<ul class="m-table-view border-1px border-top">
<li class="cell acc-icon border-1px border-bottom">
<a href="#cash" data-popup="center">
<span class="title usertitle">
<span>可提现</span>
</span>
<span class="text text-right">
2300.00元
</span>
</a>
</li>
</ul>
<ul class="m-table-view border-1px border-top">
<li class="cell acc-icon border-1px border-bottom">
<a href="getMycash1.html">
<span class="title usertitle">
<span>待生效</span>
</span>
<span class="text text-right">
2300.00元
</span>
<span class="acc"><i class="m-icon icon-public_jiantou"></i></span>
</a>
</li>
</ul>
<ul class="m-table-view border-1px border-top">
<li class="cell acc-icon border-1px border-bottom">
<a href="getMycash2.html">
<span class="title usertitle">
<span>已提现</span>
</span>
<span class="text text-right">
2300.00元
</span>
<span class="acc"><i class="m-icon icon-public_jiantou"></i></span>
</a>
</li>
</ul>
<p class="backcash text-center">
<a href="#" class="m-btn">提现</a>
</p>
</div>
</div>
<div class="m-popup cash-popup" id="cash">
<div class="popup-head">
<h1>提现金额</h1>
</div>
<div class="popup-cont text-center ">
<div class="popup-input">
<input type="text" class="m-input"/>
<span>元</span>
</div>
<a href="" class="m-btn">提交申请</a>
</div>
<div class="popup-foot border-1px border-top">
<p>提交申请后,我们将会在48小时内完成提现审核。审核通过后,资金将会直接进入到您的资金账户。</p>
</div>
</div>
<script src="http://static.nong12.com/static/newStatic/common/js/base/sea.js"></script>
<script src="../js/vendor/config.js"></script>
<script src="../js/vendor/jquery-2.1.4.min.js"></script>
<script src="../js/vendor/swipe.js"></script>
<script src="../js/vendor/popup.js"></script>
<script type="text/javascript" charset="utf-8">
Popup.initialize();
</script>
</body>
</html>