-
Notifications
You must be signed in to change notification settings - Fork 0
/
flow3.html
93 lines (85 loc) · 2.87 KB
/
flow3.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>成功提交订单</title>
<link rel="stylesheet" href="style/base.css" type="text/css">
<link rel="stylesheet" href="style/global.css" type="text/css">
<link rel="stylesheet" href="style/header.css" type="text/css">
<link rel="stylesheet" href="style/success.css" type="text/css">
<link rel="stylesheet" href="style/footer.css" type="text/css">
</head>
<body>
<!-- 顶部导航 start -->
<div class="topnav">
<div class="topnav_bd w990 bc">
<div class="topnav_left">
</div>
<div class="topnav_right fr">
<ul>
<li>您好,欢迎来到京西![<a href="login.html">登录</a>] [<a href="register.html">免费注册</a>] </li>
<li class="line">|</li>
<li>我的订单</li>
<li class="line">|</li>
<li>客户服务</li>
</ul>
</div>
</div>
</div>
<!-- 顶部导航 end -->
<div style="clear:both;"></div>
<!-- 页面头部 start -->
<div class="header w990 bc mt15">
<div class="logo w990">
<h2 class="fl"><a href="index.html"><img src="images/logo.png" alt="京西商城"></a></h2>
<div class="flow fr flow3">
<ul>
<li>1.我的购物车</li>
<li>2.填写核对订单信息</li>
<li class="cur">3.成功提交订单</li>
</ul>
</div>
</div>
</div>
<!-- 页面头部 end -->
<div style="clear:both;"></div>
<!-- 主体部分 start -->
<div class="success w990 bc mt15">
<div class="success_hd">
<h2>订单提交成功</h2>
</div>
<div class="success_bd">
<p><span></span>订单提交成功,我们将及时为您处理</p>
<p class="message">完成支付后,你可以 <a href="">查看订单状态</a> <a href="">继续购物</a> <a href="">问题反馈</a></p>
</div>
</div>
<!-- 主体部分 end -->
<div style="clear:both;"></div>
<!-- 底部版权 start -->
<div class="footer w1210 bc mt15">
<p class="links">
<a href="">关于我们</a> |
<a href="">联系我们</a> |
<a href="">人才招聘</a> |
<a href="">商家入驻</a> |
<a href="">千寻网</a> |
<a href="">奢侈品网</a> |
<a href="">广告服务</a> |
<a href="">移动终端</a> |
<a href="">友情链接</a> |
<a href="">销售联盟</a> |
<a href="">京西论坛</a>
</p>
<p class="copyright">
© 2005-2013 京东网上商城 版权所有,并保留所有权利。 ICP备案证书号:京ICP证070359号
</p>
<p class="auth">
<a href=""><img src="images/xin.png" alt="" /></a>
<a href=""><img src="images/kexin.jpg" alt="" /></a>
<a href=""><img src="images/police.jpg" alt="" /></a>
<a href=""><img src="images/beian.gif" alt="" /></a>
</p>
</div>
<!-- 底部版权 end -->
</body>
</html>