-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path支付成功页面.html
executable file
·459 lines (405 loc) · 11.3 KB
/
支付成功页面.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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html lang="cn">
<head>
<title>支付成功页面</title>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<script src="https://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script>
<link href="https://how2j.cn/study/css/bootstrap/3.3.6/bootstrap.min.css" rel="stylesheet">
<script src="https://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script>
<style>
body {
font-size: 12px;
font-family: Arial;
}
.redColor {
color: #C40000 !important;
}
nav.top {
background-color: #f2f2f2;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid #e7e7e7;
}
nav.top span, nav.top a {
color: #999999;
margin: 0px 10px 0px 10px;
}
nav.top a:hover {
color: #C40000;
text-decoration: none;
}
.simpleSearchDiv {
background-color: #C40000;
margin: 10px 20px 40px 0;
width: 300px;
height: 40px;
display: block;
padding: 1px;
}
.simpleSearchDiv input {
width: 225px;
height: 34px;
margin: 2px;
border: 1px solid transparent;
outline: none;
padding-left: 10px;
}
.simpleSearchDiv button {
width: 60px;
background-color: #C40000;
font-size: 14px;
color: white;
border: 1px solid transparent;
vertical-align: middle;
outline: none;
}
img.simpleLogo {
position: absolute;
top: 50px;
left: 10px;
width: 140px;
}
.searchBelow {
margin-top: 3px;
margin-left: -20px;
}
.searchBelow span {
color: #999999;
}
.searchBelow a {
padding: 0 20px 0 20px;
font-size: 14px;
}
a {
color: #999999;
}
a:hover {
color: #C40000;
text-decoration: none;
}
.searchDiv {
background-color: #C40000;
width: 400px;
height: 40px;
padding: 1px;
display: block;
margin: 50px auto;
}
.searchDiv input {
width: 275px;
height: 36px;
margin: 1px;
border: 1px solid transparent;
outline: none;
padding-left: 10px;
}
.searchDiv button {
width: 110px;
border: 1px solid transparent;
background-color: #C40000;
outline: none;
color: white;
font-size: 20px;
font-weight: bold;
vertical-align: middle;
}
.searchBelow {
margin-top: 3px;
margin-left: -20px;
}
.searchBelow span {
color: #999999;
}
.searchBelow a {
padding: 0 20px 0 20px;
font-size: 14px;
}
img.logo {
position: absolute;
left: 0px;
top: 30px;
z-index: -1;
}
div.footer {
margin: 0px 0px;
border-top: 1px solid #e7e7e7;
}
div.footer_ensure {
margin: 24px 0 24px 0;
text-align: center;
}
div.footer_desc {
border-top: 1px solid #e7e7e7;
margin: 0px 20px;
padding-top: 30px;
}
div.footer_desc div.descColumn {
width: 20%;
float: left;
padding-left: 15px;
}
div.footer_desc div.descColumn span.descColumnTitle {
color: #646464;
font-weight: bold;
font-size: 16px;
}
div.footer_desc a {
display: block;
padding-top: 3px;
}
div.copyright {
background-color: #000000;
border-top: 2px solid #C40000;
}
div.copyright span.slash {
color: #ffffff;
}
div.footer div.copyright div.white_link a {
color: #ffffff;
padding: 0px 5px;
}
div.footer div.copyright div.white_link {
padding: 10px 0px;
margin-left: 10px;
}
div.license {
margin-left: 10px;
padding-bottom: 30px;
}
div.license span {
color: #A4A4A4;
}
div.license div.copyRightYear {
margin: 10px 0;
color: #686868;
}
img.cateye {
margin-left: 20px;
}
div.payedDiv {
border: 1px solid #D4D4D4;
max-width: 1013px;
margin: 10px auto 20px auto;
}
div.payedTextDiv {
background-color: #ECFFDC;
height: 61px;
padding: 17px 0 0 25px;
}
div.payedTextDiv span {
font-weight: bold;
font-size: 14px;
margin-left: 10px;
}
div.payedAddressInfo {
padding: 26px 35px;
}
div.payedAddressInfo li {
background-image: url("https://how2j.cn/tmall/img/site/li_dot.png");
background-repeat: no-repeat;
background-color: transparent;
background-attachment: scroll;
background-position: 0 13px;
list-style-type: none;
color: #333333;
padding-left: 15px;
padding-top: 5px;
}
span.payedInfoPrice {
color: #b10000;
font-weight: bold;
font-size: 14px;
font-family: Arial;
}
div.paedCheckLinkDiv {
margin-left: 38px;
}
a.payedCheckLink {
color: #2D8CBA;
}
a.payedCheckLink:hover {
color: #2D8CBA;
text-decoration: underline;
}
div.payedSeperateLine {
border-top: 1px dotted #D4D4D4;
margin: 0 31px;
}
div.warningDiv {
margin: 23px 45px;
color: black;
}
body {
font-size: 12px;
font-family: Arial;
}
.boldWord {
font-weight: bold;
}
.redColor {
color: #C40000;
}
</style>
</head>
<body>
<nav class="top">
<a href="#nowhere">
<span class="glyphicon glyphicon-home redColor"></span>
天猫首页
</a>
<span>喵,欢迎来到天猫</span>
<a href="#nowhere">请登录</a>
<a href="#nowhere">免费注册</a>
<span class="pull-right">
<a href="#nowhere">我的订单</a>
<a href="#nowhere">
<span class="glyphicon glyphicon-shopping-cart redColor"></span>
购物车<storage>0</storage>件
</a>
</span>
</nav>
<div>
<a href="#nowhere"><img class="simpleLogo" src="https://how2j.cn/tmall/img/site/simpleLogo.png"></a>
</div>
<div class="simpleSearchDiv pull-right">
<input placeholder="平衡车 原汁机" type="text">
<button type="submit">搜天猫</button>
<div class="searchBelow">
<span>
<a href="#nowhere">冰箱</a>
<span>|</span>
</span>
<span>
<a href="#nowhere">空调</a>
<span>|</span>
</span>
<span>
<a href="#nowhere">男表</a>
<span>|</span>
</span>
<span>
<a href="#nowhere">女表</a>
</span>
</div>
</div>
<div style="clear:both"></div>
<div class="payedDiv">
<div class="payedTextDiv">
<img src="https://how2j.cn/tmall/img/site/paySuccess.png">
<span>您已成功付款</span>
</div>
<div class="payedAddressInfo">
<ul>
<li>收货地址: 北京市 朝阳区 天安门 3栋 2单元 402室 </li>
<li>实付款:<span class="payedInfoPrice">
¥2,124.15
</span></li>
<li>预计08月08日送达 </li>
</ul>
<div class="paedCheckLinkDiv">
您可以
<a href="#nowhere" class="payedCheckLink">查看已买到的宝贝</a>
<a href="#nowhere" class="payedCheckLink">查看交易详情 </a>
</div>
</div>
<div class="payedSeperateLine">
</div>
<div class="warningDiv">
<img src="https://how2j.cn/tmall/img/site/warning.png">
<b>安全提醒:</b>下单后,<span class="redColor boldWord">用QQ给您发送链接办理退款的都是骗子!</span>天猫不存在系统升级,订单异常等问题,谨防假冒客服电话诈骗!
</div>
</div>
<div class="footer" id="footer" style="display: block;">
<div class="footer_ensure" id="footer_ensure">
<a href="#nowhere">
<img src="https://how2j.cn/tmall/img/site/ensure.png">
</a>
</div>
<div class="footer_desc" id="footer_desc">
<div class="descColumn">
<span class="descColumnTitle">购物指南</span>
<a href="#nowhere">免费注册</a>
<a href="#nowhere">开通支付宝</a>
<a href="#nowhere">支付宝充值</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">天猫保障</span>
<a href="#nowhere">发票保障</a>
<a href="#nowhere">售后规则</a>
<a href="#nowhere">缺货赔付</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">支付方式</span>
<a href="#nowhere">快捷支付</a>
<a href="#nowhere">信用卡</a>
<a href="#nowhere">蚂蚁花呗</a>
<a href="#nowhere">货到付款</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">商家服务</span>
<a href="#nowhere">商家入驻</a>
<a href="#nowhere">商家中心</a>
<a href="#nowhere">天猫智库</a>
<a href="#nowhere">天猫规则</a>
<a href="#nowhere">物流服务</a>
<a href="#nowhere">喵言喵语</a>
<a href="#nowhere">运营服务</a>
</div>
<div class="descColumn">
<span class="descColumnTitle">手机天猫</span>
<a href="#nowhere"><img src="https://how2j.cn/tmall/img/site/ma.png"></a>
</div>
</div>
<div style="clear:both"></div>
<img class="cateye" id="cateye" src="https://how2j.cn/tmall/img/site/cateye.png">
<div class="copyright" id="copyright">
<div class="white_link">
<a href="#nowhere">关于天猫</a>
<a href="#nowhere"> 帮助中心</a>
<a href="#nowhere">开放平台</a>
<a href="#nowhere"> 诚聘英才</a>
<a href="#nowhere">联系我们</a>
<a href="#nowhere">网站合作</a>
<a href="#nowhere">法律声明</a>
<a href="#nowhere">知识产权</a>
<a href="#nowhere"> 廉正举报 </a>
</div>
<div class="white_link">
<a href="#nowhere"> 阿里巴巴集团</a><span class="slash">|</span>
<a href="#nowhere"> 淘宝网</a><span class="slash">|</span>
<a href="#nowhere">天猫 </a><span class="slash">|</span>
<a href="#nowhere"> 聚划算</a><span class="slash">|</span>
<a href="#nowhere">全球速卖通</a><span class="slash">|</span>
<a href="#nowhere">阿里巴巴国际交易市场</a><span class="slash">|</span>
<a href="#nowhere">1688</a><span class="slash">|</span>
<a href="#nowhere">阿里妈妈</a><span class="slash">|</span>
<a href="#nowhere"> 阿里旅行·去啊 </a><span class="slash">|</span>
<a href="#nowhere"> 阿里云计算 </a><span class="slash">|</span>
<a href="#nowhere"> 阿里通信 </a><span class="slash">|</span>
<a href="#nowhere"> YunOS </a><span class="slash">|</span>
<a href="#nowhere"> 阿里旅行·去啊 </a><span class="slash">|</span>
<a href="#nowhere"> 万网 </a><span class="slash">|</span>
<a href="#nowhere"> 高德 </a><span class="slash">|</span>
<a href="#nowhere"> 优视 </a><span class="slash">|</span>
<a href="#nowhere"> 友盟 </a><span class="slash">|</span>
<a href="#nowhere"> 虾米 </a><span class="slash">|</span>
<a href="#nowhere"> 天天动听 </a><span class="slash">|</span>
<a href="#nowhere"> 来往 </a><span class="slash">|</span>
<a href="#nowhere"> 钉钉 </a><span class="slash">|</span>
<a href="#nowhere"> 支付宝 </a>
</div>
<div class="license">
<span>增值电信业务经营许可证: 浙B2-20110446</span>
<span>网络文化经营许可证:浙网文[2015]0295-065号</span>
<span>互联网医疗保健信息服务 审核同意书 浙卫网审【2014】6号 </span>
<span>互联网药品信息服务资质证书编号:浙-(经营性)-2012-0005</span>
<div class="copyRightYear">© 2003-2016 TMALL.COM 版权所有</div>
<div>
<img src="https://how2j.cn/tmall/img/site/copyRight1.jpg">
<img src="https://how2j.cn/tmall/img/site/copyRight2.jpg">
</div>
</div>
</div>
</div>
</body>
</html>