-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome-index.html
412 lines (384 loc) · 22 KB
/
home-index.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title>富士商城--我的订单</title>
<link rel="icon" href="assets/img/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/webbase.css" />
<link rel="stylesheet" type="text/css" href="css/pages-seckillOrder.css" />
</head>
<body>
<!-- 头部栏位 -->
<!--页面顶部,由js动态加载-->
<script type="text/javascript" src="plugins/jquery/jquery.min.js"></script>
<div id="nav-bottom"></div>
<script type="text/javascript">$("#nav-bottom").load("top.html");</script>
<script type="text/javascript" src="js/plugins/jquery/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$("#service").hover(function(){
$(".service").show();
},function(){
$(".service").hide();
});
$("#shopcar").hover(function(){
$("#shopcarlist").show();
},function(){
$("#shopcarlist").hide();
});
})
</script>
<script type="text/javascript" src="js/plugins/jquery.easing/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/plugins/sui/sui.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery-placeholder/jquery.placeholder.min.js"></script>
<script type="text/javascript" src="js/widget/nav.js"></script>
</body>
<!--header-->
<div id="account">
<div class="py-container">
<div class="yui3-g home">
<!--左侧列表-->
<div class="yui3-u-1-6 list">
<div class="person-info">
<div class="person-photo"><img src="img/_/photo.png" alt=""></div>
<div class="person-account">
<span class="name">Michelle</span>
<span class="safe"><a href="#">退出登录 </a></span>
</div>
<div class="clearfix"></div>
</div>
<div class="list-items">
<dl>
<dt><i>·</i> 订单中心</dt>
<dd ><a href="home-index.html" class="list-active" >我的订单</a></dd>
<dd><a href="home-order-pay.html" >待付款</a></dd>
<dd><a href="home-order-send.html" >待发货</a></dd>
<dd><a href="home-order-receive.html" >待收货</a></dd>
<dd><a href="home-order-evaluate.html" >待评价</a></dd>
</dl>
<dl>
<dt><i>·</i> 我的中心</dt>
<dd><a href="home-person-collect.html">我的收藏</a></dd>
<dd><a href="home-person-footmark.html">我的足迹</a></dd>
</dl>
<dl>
<dt><i>·</i> 物流消息</dt>
</dl>
<dl>
<dt><i>·</i> 设置</dt>
<dd><a href="home-setting-info.html">个人信息</a></dd>
<dd><a href="home-setting-address.html" >地址管理</a></dd>
<dd><a href="home-setting-safe.html" >安全管理</a></dd>
</dl>
</div>
</div>
<!--右侧主内容-->
<div class="yui3-u-5-6 order-pay">
<div class="body">
<div class="table-title">
<table class="sui-table order-table">
<tr>
<thead>
<th width="35%">宝贝</th>
<th width="5%">单价</th>
<th width="5%">数量</th>
<th width="8%">商品操作</th>
<th width="10%">实付款</th>
<th width="10%">交易状态</th>
<th width="10%">交易操作</th>
</thead>
</tr>
</table>
</div>
<div class="order-detail">
<div class="orders">
<div class="choose-order">
<div class="sui-pagination pagination-large top-pages">
<ul>
<li class="prev disabled"><a href="#">上一页</a></li>
<li class="next"><a href="#">下一页</a></li>
</ul>
</div>
</div>
<!--order1-->
<div class="choose-title">
<label data-toggle="checkbox" class="checkbox-pretty ">
<input type="checkbox" checked="checked"><span>2017-02-11 11:59 订单编号:7867473872181848 店铺:哇哈哈 <a>和我联系</a></span>
</label>
<a class="sui-btn btn-info share-btn">分享</a>
</div>
<table class="sui-table table-bordered order-datatable">
<tbody>
<tr>
<td width="35%">
<div class="typographic"><img src="img/goods.png" />
<a href="#" class="block-text">包邮 正品玛姬儿压缩面膜无纺布纸膜100粒 送泡瓶面膜刷喷瓶 新款</a>
<span class="guige">规格:温泉喷雾150ml</span>
</div>
</td>
<td width="5%" class="center">
<ul class="unstyled">
<li class="o-price">¥599.00</li>
<li>¥299.00</li>
</ul>
</td>
<td width="5%" class="center">1</td>
<td width="8%" class="center">
</td>
<td width="10%" class="center" >
<ul class="unstyled">
<li>¥299.00</li>
<li>(含运费:¥0.00)</li>
</ul>
</td>
<td width="10%" class="center">
<ul class="unstyled">
<li>等待卖家付款</li>
<li><a href="home-orderDetail.html" class="btn">订单详情 </a></li>
</ul>
</td>
<td width="10%" class="center">
<ul class="unstyled">
<li><a href="#" class="sui-btn btn-info">立即付款</a></li>
<li>取消订单</li>
</ul>
</td>
</tr>
</tbody>
</table>
<!--order2-->
<div class="choose-title">
<label data-toggle="checkbox" class="checkbox-pretty ">
<input type="checkbox" checked="checked"><span>2017-02-11 11:59 订单编号:7867473872181848 店铺:哇哈哈 <a>和我联系</a></span>
</label>
<a class="sui-btn btn-info share-btn">分享</a>
</div>
<table class="sui-table table-bordered order-datatable">
<tbody>
<tr>
<td width="35%">
<div class="typographic"><img src="img/goods.png" />
<a href="#" class="block-text">包邮 正品玛姬儿压缩面膜无纺布纸膜100粒 送泡瓶面膜刷喷瓶 新款</a>
<span class="guige">规格:温泉喷雾150ml</span>
</div>
</td>
<td width="5%" class="center">
<ul class="unstyled">
<li class="o-price">¥599.00</li>
<li>¥299.00</li>
</ul>
</td>
<td width="5%" class="center">1</td>
<td width="8%" class="center">
<ul class="unstyled">
<li>已发货</li>
<li><a>退货/退款</a></li>
</ul>
</td>
<td width="10%" class="center" rowspan="2">
<ul class="unstyled">
<li>¥299.00</li>
<li>(含运费:¥0.00)</li>
</ul>
</td>
<td width="10%" class="center" rowspan="2">
<ul class="unstyled">
<li>部分发货</li>
<li><a href="home-orderDetail.html" class="btn">订单详情 </a></li>
</ul>
</td>
<td width="10%" class="center" rowspan="2">
<ul class="unstyled">
<li>还剩4天23时</li>
<li><a href="#" class="sui-btn btn-info">确认发货</a></li>
</ul>
</td>
</tr>
<tr>
<td width="35%">
<div class="typographic"><img src="img/goods.png" />
<a href="#" class="block-text">包邮 正品玛姬儿压缩面膜无纺布纸膜100粒 送泡瓶面膜刷喷瓶 新款</a>
<span class="guige">规格:温泉喷雾150ml</span>
</div>
</td>
<td width="5%" class="center">
<ul class="unstyled">
<li class="o-price">¥199.00</li>
<li>¥212.00</li>
</ul>
</td>
<td width="5%" class="center">1</td>
<td width="8%" class="center">
<ul class="unstyled">
<li>未发货</li>
<li><a>退货/退款</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<!--order3-->
<div class="choose-title">
<label data-toggle="checkbox" class="checkbox-pretty ">
<input type="checkbox" checked="checked"><span>2017-02-11 11:59 订单编号:7867473872181848 店铺:哇哈哈 <a>和我联系</a></span>
</label>
<a class="sui-btn btn-info share-btn">分享</a>
</div>
<table class="sui-table table-bordered order-datatable">
<tbody>
<tr>
<td width="35%">
<div class="typographic"><img src="img/goods.png" />
<a href="#" class="block-text">包邮 正品玛姬儿压缩面膜无纺布纸膜100粒 送泡瓶面膜刷喷瓶 新款</a>
<span class="guige">规格:温泉喷雾150ml</span>
</div>
</td>
<td width="5%" class="center">
<ul class="unstyled">
<li class="o-price">¥599.00</li>
<li>¥299.00</li>
</ul>
</td>
<td width="5%" class="center">1</td>
<td width="8%" class="center">
<ul class="unstyled">
<li><a>退货/退款</a></li>
</ul>
</td>
<td width="10%" class="center">
<ul class="unstyled">
<li>¥299.00</li>
<li>(含运费:¥0.00)</li>
</ul>
</td>
<td width="10%" class="center">
<ul class="unstyled">
<li>买家已付款</li>
<li><a href="home-orderDetail.html" class="btn">订单详情 </a></li>
</ul>
</td>
<td width="10%" class="center">
<ul class="unstyled">
<li><a href="#" class="sui-btn btn-info">提醒发货</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
<div class="choose-order">
<div class="sui-pagination pagination-large top-pages">
<ul>
<li class="prev disabled"><a href="#">«上一页</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li class="dotted"><span>...</span></li>
<li class="next"><a href="#">下一页»</a></li>
</ul>
<div><span>共10页 </span><span>
到
<input type="text" class="page-num"><button class="page-confirm" onclick="alert(1)">确定</button>
页</span></div>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="like-title">
<div class="mt">
<span class="fl"><strong>热卖单品</strong></span>
</div>
</div>
<div class="like-list">
<ul class="yui3-g">
<li class="yui3-u-1-4">
<div class="list-wrap">
<div class="p-img">
<img src="img/_/itemlike01.png" />
</div>
<div class="attr">
<em>DELL戴尔Ins 15MR-7528SS 15英寸 银色 笔记本</em>
</div>
<div class="price">
<strong>
<em>¥</em>
<i>3699.00</i>
</strong>
</div>
<div class="commit">
<i class="command">已有6人评价</i>
</div>
</div>
</li>
<li class="yui3-u-1-4">
<div class="list-wrap">
<div class="p-img">
<img src="img/_/itemlike02.png" />
</div>
<div class="attr">
<em>Apple苹果iPhone 6s/6s Plus 16G 64G 128G</em>
</div>
<div class="price">
<strong>
<em>¥</em>
<i>4388.00</i>
</strong>
</div>
<div class="commit">
<i class="command">已有700人评价</i>
</div>
</div>
</li>
<li class="yui3-u-1-4">
<div class="list-wrap">
<div class="p-img">
<img src="img/_/itemlike03.png" />
</div>
<div class="attr">
<em>DELL戴尔Ins 15MR-7528SS 15英寸 银色 笔记本</em>
</div>
<div class="price">
<strong>
<em>¥</em>
<i>4088.00</i>
</strong>
</div>
<div class="commit">
<i class="command">已有700人评价</i>
</div>
</div>
</li>
<li class="yui3-u-1-4">
<div class="list-wrap">
<div class="p-img">
<img src="img/_/itemlike04.png" />
</div>
<div class="attr">
<em>DELL戴尔Ins 15MR-7528SS 15英寸 银色 笔记本</em>
</div>
<div class="price">
<strong>
<em>¥</em>
<i>4088.00</i>
</strong>
</div>
<div class="commit">
<i class="command">已有700人评价</i>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 底部栏位 -->
<!--页面底部,由js动态加载-->
<div class="clearfix footer"></div>
<script type="text/javascript">$(".footer").load("foot.html");</script>
<!--页面底部END-->
</html>