-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (51 loc) · 2.06 KB
/
index.html
File metadata and controls
51 lines (51 loc) · 2.06 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<title></title>
<link rel="stylesheet" type="text/css" href="./css/style-index.css">
</head>
<body>
<div id="wrapper">
<div id="scroller">
<div id="pullDown">
<span class="pullDownIcon"></span><span class="pullDownLabel">下拉刷新</span>
</div>
<div id="thelist" class="list-block order-block">
<div class="list-item">
<div class="left-date">
<p class="dete1">11-27</p>
<p class="dete2">16:30</p>
</div>
<div class="cent-icon dianxin">
</div>
<div class="right-">
<p class="je">+0.178</p>
<p class="info">充固话100元 - 18971612796</p>
</div>
<a class="status hui">充值失败</a>
<p></p>
</div>
<div class="list-item">
<div class="left-date">
<p class="dete1">11-27</p>
<p class="dete2">16:30</p>
</div>
<div class="cent-icon kuandai">
</div>
<div class="right-">
<p class="je">+0.178</p>
<p class="info">充固话100元 - 18971612796</p>
</div>
<a class="status hui">充值成功</a>
</div>
</div>
</div>
</div>
<script type="application/javascript" src="./js/iscroll.js"></script>
<script type="application/javascript" src="./js/pullDownRefrash.js"></script>
</body>
</html>