home-yohocoin.html
4.5 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
102
103
104
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>home</title>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/common.css?v=201402"/>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/head-fixed.css?v=201402"/>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/home.css?v=201402"/>
<!--[if lte IE 6]>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/ie6.css?v=20130924"/>
<![endif]-->
</head>
<body>
<!--#include virtual="/demo/v3/common/head.html" -->
<div class="home-wrapper clear">
<div class="home-nav"> <a href="#">有货首页</a><span class="sep">></span><a href="#">个人中心</a><span class="sep">></span><b>我的订单</b></div>
<!--#include virtual="/demo/v3/common/home-side.html" -->
<div class="con-right">
<div class="home-main">
<div class="title">
<h2>YOHO币<span class="red">(返还的YOHO币将于订单成功签收15天后到账)</span></h2>
</div>
<div class="main show-coin hidden">
<p class="show-img"><img src="http://static.yohobuy.com/images/v3/home/show.png"></p>
<p class="show-title">您共有<span class="red">50</span>个YOHO!币未领取,关注微信号<img src="http://static.yohobuy.com/images/v3/icon/weixin.png">,一键领取</p>
<p class="show-imgtext"><img src="http://static.yohobuy.com/images/v3/home/show-note1.png"></p>
<p class="show-note">第一步:关注YOHO!有货微信订阅号(您可以通过微信<span class="red">扫描下方二维码</span>或者直接在微信里查找订阅号“<span class="red">YOHO!有货</span>”)</p>
<p class="show-img"><img src="http://static.yohobuy.com/images/v3/home/show-note2.png"></p>
<p class="show-note">第二步:在有货微信订阅号对话框里回复“ <span class="red font24">ys</span> ”</p>
<p class="show-img"><img src="http://static.yohobuy.com/images/v3/home/show-note3.png"></p>
<p class="show-note">第三步:在弹出的页面中<span class="red">登录您的有货账号</span>,领取成功!</p>
<p class="show-img"><img src="http://static.yohobuy.com/images/v3/home/show-note4.png"></p>
<p class="show-note">如果您在领取过程中遇到问题,请查看<a href="">帮助信息</a>或拨打客服电话:<span class="red">400-889-9646</span></p>
</div>
<div class="main show-coin">
<div class="home-tips">
<p>恭喜您,您在show发布的2张照片通过审核,1张照片被推荐,共获得5个yoho币,<a href="">点击领取</a></p>
</div>
<div class="get-coin-none">
<p class="p1">暂无未领取的YOHO币!</p>
<p class="p2">您可能已经领取过YOHO币,请进入“我的YOHO币”页面查看,有问题请联系我们的客服400-889-9646</p>
<p class="p3"><a href=""><img src="http://static.yohobuy.com/images/v3/home/btn-coin.png"></a></p>
</div>
<!--我的消息里的table-->
<table width="100%" height="90" cellpadding="0" cellspacing="0" border="0">
<thead>
<tr style="background:#efefef;border:1px solid #efefef;">
<th width="200" height="28" align="center">照片</th>
<th align="center">获得YOHO币</th>
<th width="150" align="center">操作</th>
</tr>
</thead>
<tbody>
<tr style="border:1px solid #efefef;">
<td height="130" align="center" valign="middle">
<img src="http://static.yohobuy.com/images/userhead_p_100_100_1.jpg">
</td>
<td align="center">
<span class="red font14">5.00</span>
</td>
<td align="center">
<a href="" class="btn_bb2">立即领取</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="home-bottom">
<dl class="clear">
<dt>对"个人中心"有意见和建议? <a href="#">帮助我们改善>></a></dt>
<dd><a href="javascript:scroll(0,0)" class="button-top">返回顶部</a></dd>
</dl>
</div>
</div>
</div>
<!--#include virtual="/demo/v3/common/foot.html" -->
</body>
</html>