ensurefaith.html
4.67 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
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
<% include header.html %>
<link rel="stylesheet" href="../css/<%= pagecss %>.css">
</head>
<body>
<% include top.html %>
<div class="mainbox">
<div class="wraper">
<% include bread.html %>
<div class="whitebox">
<form action="/" method="post" accept-charset="utf-8" class="sureform">
<fieldset id="f1">
<h2 class="shd">确认订单信息</h2>
<div class="sbd">
<table cellspacing="0" cellpadding="0" class="colortab">
<tr>
<td class="ar">订单编号:</td>
<td>10928319028390128309</td>
</tr>
<tr>
<td class="ar">发货时间:</td>
<td>10928319028390128309</td>
</tr>
<tr>
<td colspan="2">
<div class="start card inline">
<span class="ic">始</span>
<span class="nam">黄晓明</span>
<span class="pho">13900000000</span>
<p class="addr">四川省 成都市 锦江区某个地方的街道某个号</p>
</div>
<div class="ic iarrow"></div>
<div class="end card inline">
<span class="ic">终</span>
<span class="nam">黄晓明</span>
<span class="pho">13900000000</span>
<p class="addr">四川省 成都市 锦江区</p>
</div>
</td>
</tr>
<tr>
<td class="ar">货品信息:</td>
<td>10928319028390128309</td>
</tr>
<tr>
<td class="ar">货运备注:</td>
<td>肯定是易碎品。</td>
</tr>
<tr>
<td class="ar">承运司机:</td>
<td>李强 18000000000 川A 123456</td>
</tr>
</table>
</div>
</fieldset>
<fieldset id="f2">
<h2 class="shd">选择支付方式</h2>
<div class="sbd">
<table cellspacing="0" cellpadding="0" class="colortab paytab">
<tr>
<td>
<p class="ht whitearea">在提交订单前,需先支付诚意金。若您不希望支付,则默认此订单没有诚意金!</p>
</td>
</tr>
<tr>
<td colspan="2">
<div class="greyarea">
<span class="">诚意金:</span>
<span class="oht">350.00</span>
<span>元</span>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="whitearea">
<label class="Simu">
<input type="radio" name="paytype" class="k-parent"/>
使用诚意券 抵扣本次全额诚意金
</label>
<span class="cal">-0.00 元</span>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="whitearea">
<label class="Simu">
<input type="radio" name="paytype" class="cash k-parent"
data-charge="child" />
使用现金券
</label>
<span class="cal">-0.00 元</span>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="greyarea yourtic k-child">
<label class="Simu">
<input type="checkbox" name="youhui" />
10元优惠券 有效期 2015.6.22
</label>
<label class="Simu">
<input type="checkbox" name="youhui1"/>
10元优惠券 有效期 2015.6.22
</label>
<label class="Simu">
<input type="checkbox" name="youhui2"/>
10元优惠券 有效期 2015.6.22
</label>
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="totalpay whitearea tg">
<span>总共应付:</span>
<span class="oht totalmoney">
¥ <b>350</b>.00
<span>
</div>
</td>
</tr>
</table>
</div>
</fieldset>
<fieldset class="fieldsub ac">
<button class="bt largebt">确定并支付</button>
<a href="#">我不想付诚意金了</a>
</fieldset>
</form>
</div>
</div>
</div>
<% include script.html %>
<% include user_footer.html %>