forked from Van-MR/Mobile-Store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Success_order.html
43 lines (43 loc) · 1.55 KB
/
Success_order.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Keywords" content="">
<meta name="Description" content="">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,minimum-scale=1.0">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/index.css">
<title>Success_order</title>
</head>
<body>
<div id="wrapper">
<div class="int_title"><span class="int_pic"><img src="images/jifen/left.png"/></span>购票成功</div>
<div class="m_pwd success_main">
<div class="success topline">
<div class="success_boox">
<p class="s_pic clearfix">
<span class="s_p_img fl"><img src="images/index/dd_03.png"/></span>
<span class="s_p_txt fr">交易成功!</span>
</p>
<div class="s_text">
<p class="s_t_con">
您将在15分钟内收到取票短信,请凭短信中的取票密码在影院自助取票机取票。
</p>
<p class="s_t_main">
<span>订单号:111122223333</span>
<span>影片:疯狂的石头</span>
<span>影院:朝阳区星美影城</span>
<span>座位:2张(5排8座 5排9座)</span>
<span>付款:20积分</span>
</p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="js/rem.js" ></script>
</body>
</html>