-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpriority-en.html
More file actions
71 lines (68 loc) · 1.5 KB
/
priority-en.html
File metadata and controls
71 lines (68 loc) · 1.5 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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>priority.html</title>
<style>
body {
background-color: white;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
margin: 0px;
}
.header {
align-content: center
}
.body {
padding-right: 16px;
padding-left: 16px;
}
.bannerUrl {
width: 100%;
}
.title {
text-align: left;
font-weight: 700;
font-size: 14px;
line-height: 18px;
}
.icon {
width: 46px;
height: 46px;
}
.lineDetail {
display: flex;
align-items: center;
padding-top: 24px;
}
.spanText {
padding-left: 12px;
font-size: 16px;
line-height: 22px;
}
</style>
</head>
<body>
<div class="header">
<img src="https://i.imgur.com/ZJevv5O.png" class="bannerUrl">
</div>
<div class="body">
<div>
<p class="title">Quick check-in privileges - You will be given priority at the airport procedures prescribed by
each airline.</p>
</div>
<div class="lineDetail">
<img src="https://i.imgur.com/dQ7pdS3.png" class="icon">
<span class="spanText">Check-in quickly</span>
</div>
<div class="lineDetail">
<img src="https://i.imgur.com/BIz9dj8.png" class="icon">
<span class="spanText">There are separate check-in counters</span>
</div>
<div class="lineDetail">
<img src="https://i.imgur.com/TwRnzL9.png" class="icon">
<span class="spanText">Save time waiting</span>
</div>
</div>
</body>
</html>