-
Notifications
You must be signed in to change notification settings - Fork 15
/
5.8.1我的积分.html
86 lines (72 loc) · 2.68 KB
/
5.8.1我的积分.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html>
<head>
<title>5.8.1我的积分</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"/>
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="telephone=no" name="format-detection" />
<meta name="renderer" content="webkit">
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<link rel="stylesheet" href="weui/lib/weui.min.css">
<link rel="stylesheet" href="weui/css/jquery-weui.min.css" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/flex.css" />
<link rel="stylesheet" href="css/style.css" />
<!--[if lt IE 9 ]>
<script src="js/html5.js"></script>
<![endif]-->
</head>
<body>
<section class="wrap">
<section class="main">
<div class="p10 flex-box flex-between member-head" style="padding: 20px 10px;">
<div class="colf tc fs14 flex-box info">
<p class="mr5">我的积分</p>
<p class="fs40 name">2400</p>
</div>
<a href="" class="block d-btn fs13 flex-grow-0">积分充值</a>
</div>
<ul class="fs13 last">
<li class="flex-box flex-between bgf bb">
<div class="p10">
<p class="fs14 col0">购买商品赠送积分购买商品赠送积分购买商品赠送积分购买商品赠送积分</p>
<p class="mt5 col9">2017.02.17 13:04:28</p>
</div>
<div class="p10 flex-grow-0">
<span class="fs20 red">+1000</span>
</div>
</li>
<li class="flex-box flex-between bgf bb">
<div class="p10">
<p class="fs14 col0">购买商品抵扣积分</p>
<p class="mt5 col9">2017.02.17 13:04:28</p>
</div>
<div class="p10 flex-grow-0">
<span class="fs20 blue1">-1000</span>
</div>
</li>
<li class="flex-box flex-between bgf bb">
<div class="p10">
<p class="fs14 col0">购买 佳能相机70d</p>
<p class="mt5 col9">2017.02.17 13:04:28</p>
</div>
<div class="p10 flex-grow-0">
<span class="fs20 red">+1000</span>
</div>
</li>
</ul>
</section>
</section>
<script src="weui/lib/jquery-2.1.4.js"></script>
<!-- <script src="weui/js/jquery-weui.min.js"></script> -->
<script src="weui/js/jquery-weui.js"></script>
<script src="weui/js/city-picker.min.js"></script>
<script src="weui/js/swiper.min.js"></script>
<script src="js/jquery.lazyload.min.js"></script>
<script src="js/jquery.raty.min.js"></script>
<script src="js/functions.js"></script>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
</body>
</html>