-
Notifications
You must be signed in to change notification settings - Fork 0
/
ticket.html
96 lines (87 loc) · 3.57 KB
/
ticket.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
<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"
/>
<script
defer
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"
></script>
<script
defer
src="https://kit.fontawesome.com/2c02c3225a.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="./global.css" />
<link rel="stylesheet" href="./login.css" />
<script>
</script>
<title>نمونه بلیط</title>
</head>
<body>
<div class="card theme-dependant" style="border-radius: 16px; min-width: 350px;" href="checkout.html">
<div class="hstack">
<!-- from - to -->
<div
class="vstack justify-content-center align-items-center flex-grow-0 col-4"
style="border-left: var(--font-color) dotted 3px;"
>
<div style="line-height: 8px;" class="mb-2">
<h5 style="font-weight: 800">
مشهد
</h5>
<!-- <span style="font-size: 12px; font-weight: 400">
11:40 <i class="bi bi-clock"></i>
</span> -->
</div>
<h1>
<i class="bi bi-airplane-engines" style="color: var(--secondary)"></i>
</h1>
<div style="line-height: 8px;" class="mb-2">
<h5 style="font-weight: 800">
اصفهان
</h5>
<!-- <span style="font-size: 12px; font-weight: 400">
11:40 <i class="bi bi-clock"></i>
</span> -->
</div>
</div>
<div style="border-radius: 50px; height: 16px; width: 16px; background-color: var(--background); transform: translate(10px, 84px);"></div>
<div style="border-radius: 50px; height: 16px; width: 16px; background-color: var(--background); transform: translate(25px, -84px);"></div>
<!-- price and date -->
<div class="hstack gap-1 col-8">
<div class="vstack gap-5 my-1">
<div class="hstack">۱۷:۳۵ <i class="bi bi-clock"></i></div>
<div class="hstack">۱۴:۴۰ <i class="bi bi-clock"></i></div>
</div>
<div class="vstack gap-1 col-8 pb-3">
<div class="vstack px-4">
</div>
<div class="vstack px-4">
<div style="font-weight: 800; font-size: 14px; text-align: end;">
شنبه، ۱۹ آبان
</div>
</div>
<div class="vstack mx-3" style="align-items: flex-end;">
<p style="font-weight: 400; color:#FF5E40;"><span style="text-decoration: line-through;">۸،۲۹۰،۰۰۰</span> ریال</p>
<h6 style="font-weight: 1000">۷،۴۰۰،۰۰۰ ریال</h6>
</div>
</div>
</div>
</div>
</div>
</body>
</html>