-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResult-page.html
90 lines (86 loc) · 3.67 KB
/
Result-page.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
<!DOCTYPE html>
<html lang="fa-IR" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>جواب آزمایش</title>
<link rel="stylesheet" href="/styles/global.css" />
<link rel="stylesheet" href="/styles/landingpage.css" />
<link rel="stylesheet" href="/styles/landingpage__tablet.css" />
<link rel="stylesheet" href="/styles/consultation-component.css" />
<link rel="stylesheet" href="/styles/Result-page.css" />
</head>
<body>
<header class="client-info-header flex-hz card-shadow">
<!-- col#1 -->
<div class="flex-vr">
<p>شماره آزمایش : <span style="color: darkblue"></span></p>
<p>بیمه : <span></span></p>
</div>
<!-- col#2 -->
<div class="flex-vr">
<p>دکتر معالج : <span></span></p>
<p>مبلغ پرداختی : <span></span></p>
</div>
<!-- col#3 -->
<div class="flex-vr">
<p>توضیحات : <span></span></p>
</div>
</header>
<section class="btn-box flex-hz">
<a id="show-result" href="/Laboratory.html">
<button class="btn">بازگشت به صفحه اصلی</button>
</a>
<a href="#" download="#">
<button class="btn">دانلود جواب آزمایش</button>
</a>
</section>
<main class="result-container"></main>
<!-- consultation btn -->
<div id="open-consultation" class="consultation flex-hz" title="مشاوره">
<span> جهت دریافت مشاوره رایگان کلیک کنید. </span>
<svg
xmlns="http://www.w3.org/2000/svg"
width="2em"
height="2em"
viewBox="0 0 1200 1200"
>
<path
fill="#0f355b"
d="M600 0C268.629 0 0 268.629 0 600s268.629 600 600 600s600-268.629 600-600S931.371 0 600 0M384.375 238.33c12.362-.729 23.536 6.66 32.007 19.775l82.031 155.566c8.637 18.434 3.729 38.172-9.155 51.343l-37.573 37.573c-2.319 3.178-3.845 6.757-3.882 10.693c14.409 55.775 58.117 107.223 96.681 142.603c38.562 35.38 80.009 83.281 133.812 94.629c6.65 1.855 14.797 2.52 19.556-1.903l43.652-44.458c15.068-11.421 36.866-16.956 52.954-7.617h.732l148.021 87.378c21.728 13.619 23.979 39.944 8.423 55.957L849.683 941.016c-15.056 15.44-35.058 20.631-54.491 20.654c-85.948-2.575-167.158-44.759-233.862-88.11c-109.49-79.653-209.923-178.446-272.975-297.803c-24.182-50.05-52.589-113.91-49.878-169.774c.242-21.016 5.928-41.605 20.728-55.151l101.953-101.953c7.942-6.758 15.799-10.111 23.217-10.549"
/>
</svg>
</div>
<!-- consultation card -->
<div class="consultation-form-container card-shadow">
<div id="close-consultation">
<span class="flex-hz" title="بستن">
<svg
xmlns="http://www.w3.org/2000/svg"
width="1.6em"
height="1.6em"
viewBox="0 0 24 24"
>
<g fill="none">
<circle cx="12" cy="12" r="9" fill="black" fill-opacity=".25" />
<path
stroke="black"
stroke-linecap="round"
stroke-width="1.2"
d="m9 9l6 6m0-6l-6 6"
/>
</g>
</svg>
</span>
</div>
<h2>فرم مشاوره</h2>
<p>جهت دریافت مشاوره، تلفن همراه خود را وارد نمایید.</p>
<form class="consultation-form flex-vr" action="">
<input type="text" placeholder="تلفن همراه" />
<button class="btn" type="submit">ارسال</button>
</form>
</div>
<script src="/js/jquery-3.7.1.min.js"></script>
<script src="/js/script.js"></script>
</body>
</html>