-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfirm.html
84 lines (82 loc) · 2.39 KB
/
confirm.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<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" />
<link href="style/public.css" rel="stylesheet" type="text/css" />
<link href="style/confirm.css" rel="stylesheet" type="text/css" />
<script src="js/yuangShengJS.js" type="text/javascript"></script>
<script>
remFn(10);
window.onresize = function(){
remFn(10);
}
</script>
<title>确认信息</title>
</head>
<body>
<div class="confirm_title">
<div class="confirm_p">
<p class="p1">【北京-藏南】最美乡村 摄影天堂 丹巴藏寨 新都桥稻城亚丁 (8日行程)</p>
<p class="p2"><i class=fl></i><span class="fl">2015年08月25日出发</span></p>
</div>
</div>
<!-- title -end -->
<div class="confirm_p">
<p class="info">出行人信息:</p>
</div>
<!-- one -->
<div class="confirm_p">
<div class="confirm_one">
<div class="one_title">
<p>第一位</p>
</div>
<div class="one_count">
<p><span>姓名 : </span> 莫西子诗</p>
<p><span>手机号:</span> 13366338888</p>
<p><span>年龄:</span>18</p>
<p><span>电子邮箱:</span>shenmeshiyouxiang@163.com</p>
<p><span>证件类型:</span>身份证</p>
<p><span>证件号:</span>130527123456789012</p>
</div>
</div>
</div>
<!-- two -->
<div class="confirm_p">
<div class="confirm_one">
<div class="one_title">
<p>第二位</p>
</div>
<div class="one_count">
<p><span>姓名 : </span> 莫西子诗</p>
<p><span>手机号:</span> 13366338888</p>
<p><span>年龄:</span>18</p>
<p><span>电子邮箱:</span>shenmeshiyouxiang@163.com</p>
<p><span>证件类型:</span>身份证</p>
<p><span>证件号:</span>130527123456789012</p>
</div>
</div>
</div>
<div class="confirm_p">
<p class="info">紧急联系人信息:</p>
</div>
<!-- three -->
<div class="three">
<div class="confirm_p ma">
<div class="ma">
<p><span>姓名 : </span> 莫西子诗</p>
<p><span>手机号:</span> 13366338888</p>
</div>
</div>
</div>
<!-- bot -->
<div class="bot">
<input class="fr" type="submit" name="" value="立即支付">
<p class="fr"><span>¥</span>2666.00</p>
</div>
</body>
</html>