-
Notifications
You must be signed in to change notification settings - Fork 0
/
generateOrder.html
91 lines (78 loc) · 5.1 KB
/
generateOrder.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
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>正在生成订单</title>
<link rel="icon" href="favicon.ico" mce_href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" mce_href="favicon.ico" type="image/x-icon">
<link type="text/css" rel="stylesheet" href="style/generateOrderStyle.css">
<link type="text/css" rel="stylesheet" href="style/top.css">
<link type="text/css" rel="stylesheet" href="style/goTop.css">
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/sanerMove.js"></script>
<script src="js/goTop.js"></script>
</head>
<body>
<!--top banner登录和注册-->
<div id="top_banner" >
<div class="signout">
<ul class="links">
<li><font color="white">欢迎来到马上购!</font></li>
<li><a href="regist.html" target="_blank" class="main-category top-menu">免费注册</a></li>
<li class="separator"><font color="white">|</font></li>
<li class="last login"><a href="login.html" class="main-category top-menu">登录</a></li>
</ul>
</div>
<div id="my_shangou"><a href="http://www.seu.edu.cn">我的闪购</a></div>
</div>
<!--搜索框和品牌标示部分-->
<div id="logo_search">
<div>
<input type="text" name="s" class="sinput" placeholder="输入您感兴趣的商品,回车搜索" x-webkit-speech> <input type="submit" value="搜索" class="sbtn">
</div>
<div id="logo"><a href="index.html"><img src="images/logo.jpg"/></a></div>
<div id="logo_text"><a href="index.html">马上购</a></div>
<a href="myCart.html" target="_blank"><div id="cart"><img src="images/cart.jpg" /></div></a>
<div id="laiwang">
<img src="images/laiwang.jpg" />
<div id="text">官方来往公众号</div>
</div>
</div>
<!--顶部分类栏-->
<div id="top_navi">
<div class="all_sort">全部商品分类</div>
<a href="index.html" target="_self"><div class="top_sort">首页</div></a>
<a href="woman.html" target="_self"><div class="top_sort">女人</div></a>
<a href="man.html" target="_self"><div class="top_sort">男人</div></a>
<a href="man.html" target="_self"><div class="top_sort">男人</div></a>
<a href="kids.html" target="_self"><div class="top_sort">儿童</div></a>
<a href="life.html" target="_self"><div class="top_sort">生活</div></a>
<a href="beauty.html" target="_self"><div class="top_sort">美妆</div></a>
<a href="foods.html" target="_self"><div class="top_sort">食品</div></a>
<a href="luxury.html" target="_self"><div class="top_sort">奢侈品</div></a>
</div>
<form action="purchase.html" method="get">
<!--订单提交部分-->
<div id="address">
<div id="add_assure">收货地址确认</div><div id="decorate01"></div>
<div id="div01"><font style="font-size:14px; font-weight:bold;"> 收货人:</font><input class="text" type="text" name="name" placeholder="请输入收货人姓名" required="required"/><font style="color:red;"> *</font><font style="font-size:12px;">请准确填写真实姓名,以确保商品准确无误送达。</font></div>
<div id="div02"><font style="font-size:14px; font-weight:bold;">手机号码:</font><input class="text" type="text" name="phoneNo" required="required" pattern="^1[3|4|5|8][0-9]\d{8}$" /><font style="color:red;"> *</font><font style="font-size:12px;">请准确填写11位数字手机号码。</font></div>
<div id="div03"><font style="font-size:14px; font-weight:bold;"> 地址:</font><input id="add" type="text" name="address" placeholder="请输入收货地址" required="required" /><font style="color:red;"> *</font></div>
<div id="div04"><font style="font-size:14px; font-weight:bold;">邮政编码:</font><input class="text" type="text" name="postNo" /></div>
</div>
<div id="time">
<div id="time_assure">商品清单详细</div><div id="decorate02"></div>
<div id="div06">
<table id="pro_detail" style="width:838px;">
<thead> <tr><th style="width:300px">商品名称</th><th>价格</th><th>运费</th><th>数量</th></tr> </thead>
<tr style="height:50px"><td colspan="4" style="text-align:left; padding-top:7px; padding-left:5px;"><span style=" position:absolute; top:47px;">附加说明:</span><textarea style="padding:3px; position:absolute; left:90px; top:48px; width:520px; height:30px; resize:none;" ></textarea></td></tr>
<tr><td colspan="4" style="padding:5px; height:30px; box-sizing:border-box;"><div id="change_pro"><a href="myCart.html">修改商品>></a></div><div id="sum_price">商品金额共计:¥<font style="color:red; font-weight:bold;">000.0</font>元</div></tr>
</table>
<input type="submit" id="payment_submit" value="提交订单">
</div>
</div>
</form>
<!--回到顶部部分-->
<a href="javascript:;"><div id="goTop"><img src="images/goTop.jpg"></div></a>
</body>
</html>