-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
70 lines (69 loc) · 5.67 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header class="bg-cyan-500 p-4 " >
<div >
<img src="./assets/logo.png" alt="logo serra azul transportes" class="h-20 w-20 rounded-2xl "/>
</div>
</header>
<main class="p-4 flex flex-col">
<section id="container-escolha-assentos" class="flex justify-around py-5">
<section id="escolher-assentos" class="flex">
<ul class="mr-2">
<li id="1" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">1</li>
<li id="2" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">2</li>
<li id="3" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">3</li>
<li id="4" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">4</li>
<li id="5" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">5</li>
<li id="6" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">6</li>
<li id="7" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">7</li>
<li id="8" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">8</li>
</ul>
<ul class="mr-5">
<li id="9" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">9</li>
<li id="10" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">10</li>
<li id="11" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">11</li>
<li id="12" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">12</li>
<li id="13" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">13</li>
<li id="14" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">14</li>
<li id="15" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">15</li>
<li id="16" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">16</li>
</ul>
<ul class="mr-2">
<li id="17" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">17</li>
<li id="18" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">18</li>
<li id="19" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">19</li>
<li id="20" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">20</li>
<li id="21" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">21</li>
<li id="22" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">22</li>
<li id="23" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">23</li>
<li id="24" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">24</li>
</ul>
<ul class="mr-2">
<li id="25" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">25</li>
<li id="26" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">26</li>
<li id="27" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">27</li>
<li id="28" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">28</li>
<li id="29" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">29</li>
<li id="30" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">30</li>
<li id="31" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">31</li>
<li id="32" onclick="selecionarCadeira(this)" class="bg-red-600 w-8 mb-2 text-center h-6 font-bold rounded-t-lg hover:scale-125">32</li>
</ul>
</section>
<div id="container-preco-compra">
<p>Valor Total da Compra: </p>
<p id="valor-total-compra" class="font-bold text-xl">R$: 0</p>
</div>
</section>
<button id="finalizar-compra" class="bg-red-700 hover:bg-red-600 p-3 rounded-lg mt-5" onclick="finalizarCompra()">Finalizar Compra</button>
</main>
<script src="./main.js"></script>
</body>
</html>