-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
157 lines (157 loc) · 6.38 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="pt-br">
<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 rel="stylesheet" href="styles/kzt-base-style.css" />
<link rel="stylesheet" href="styles/list-and-print-1.css" />
<link rel="stylesheet" href="styles/kzt-reset.css" />
<link rel="stylesheet" href="slick/slick.css" />
<!-- google-font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<!-- /google-font -->
<title>Vitrines</title>
</head>
<body class="kzt-body">
<header>
<div class="header">
<div class="slick-slide"><b>Kazanto</b> - Vitrine</div>
<div class="slick-slide">Cada detalhe, uma surpresa</div>
</div>
<h1 class="main-title">Pesquisa e impressão</h1>
</header>
<main class="kzt-main">
<div class="kzt-shell">
<form class="kzt-filters">
<div class="kzt-filters-select-shell">
<p class="kzt-filters__select-title">Filial:</p>
<select
class="kzt-filters__select-select kzt-filters__box"
id="codfilial"
name="codfilial"
placeholder="Filial"
>
<option value="1">1</option>
<option value="2">2</option>
<option selected="selected" value="3">3</option>
<option value="4">4</option>
</select>
</div>
<input
class="kzt-filters__multi-codprod kzt-filters__box"
pattern="[0-9,]+(?<!,)$"
type="text"
id="codprod"
name="codprod"
placeholder="codprod,codprod..."
/>
<button class="kzt-filters__search-button" type="submit">
<span>Pesquisar</span>
</button>
</form>
</div>
<div class="kzt-shell">
<div class="kzt-shell kzt-shell--max-width-1024">
<div class="kzt-box kzt-box--large">
<ul class="kzt-product-container">
<li>
<form class="kzt-product-row">
<table class="kzt-product-row__product-info kzt-basic-product-info-table">
<tr class="kzt-basic-product-info-table__first-row">
<th>Winthor:</th>
<td>21052</td>
<th>Descrição:</th>
<td>RM-223 PLASTICO RELOGIO RAL</td>
<th>Cód. Barras</th>
<td>7899663583080</td>
</tr>
<tr>
<th>Preço</th>
<td>R$15,48</td>
<th>Preço atacado:</th>
<td>R$15,48</td>
<th>Preço fixo:</th>
<td>R$0,00</td>
</tr>
<tr>
<th>Promoção?</th>
<td>N</td>
<th>Qt. estoque:</th>
<td>32</td>
<th>Fornecedor</th>
<td>V Madalozzo e cia LTDAAAAAAAAAA</td>
</tr>
</table>
<input class="kzt-product-row__input" type="hidden">
<button class="kzt-product-row__remove-button" type="submit">
<span>X</span>
</button>
</form>
</li>
</ul>
</div>
<div id="list-and-print-box#1" class="kzt-box kzt-box--medium">
<div class="kzt-shell">
<form class="kzt-filters">
<div class="kzt-filters-select-shell">
<p class="kzt-filters__select-title">Impressora:</p>
<select
class="kzt-filters__select-select kzt-filters__box"
id="codfilial"
name="codfilial"
placeholder="Filial"
>
<option selected="selected" value="1">Samsung M2070 Series</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
</div>
<button class="kzt-filters__search-button" type="submit">
Imprimir
</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="kzt-mobile-menu">
<div class="kzt-mobile-menu__button" onclick="openPrintBox2()">
<svg
class="kzt-mobile-menu__button__svg"
width="50px"
height="50px"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 64 64"
>
<path
class="kzt-mobile-menu__button__svg__path"
d="M57.79,14H52.5V6a4,4,0,0,0-4-4h-33a4,4,0,0,0-4,4V14H6.21A6.22,6.22,0,0,0,0,20.24V46.51a6.22,6.22,0,0,0,6.21,6.22H8.59a1,1,0,0,0,0-2H6.21A4.22,4.22,0,0,1,2,46.51V20.24A4.22,4.22,0,0,1,6.21,16H57.79A4.22,4.22,0,0,1,62,20.24V46.51a4.22,4.22,0,0,1-4.21,4.22H56a1,1,0,0,0,0,2h1.79A6.22,6.22,0,0,0,64,46.51V20.24A6.22,6.22,0,0,0,57.79,14ZM13.5,6a2,2,0,0,1,2-2h33a2,2,0,0,1,2,2v8h-37ZM44,45H20a1,1,0,0,0,0,2H44a1,1,0,0,0,0-2Zm0,7H20a1,1,0,0,0,0,2H44a1,1,0,0,0,0-2ZM8,19.84a2,2,0,1,1-2,2A2,2,0,0,1,8,19.84Zm6.33,0a2,2,0,1,1-2,2A2,2,0,0,1,14.29,19.84Zm6.32,0a2,2,0,1,1-2,2A2,2,0,0,1,20.61,19.84ZM11,62H53V36H11Zm2.4-23.6H50.6v21.2H13.4Z"
/>
</svg>
</div>
</div>
<div id="overlay#1" class="overlay --kzt-hidden-all" onclick="closePrintBox()"></div>
</main>
<footer>
</footer>
<script
type="text/javascript"
src="//code.jquery.com/jquery-1.11.0.min.js"
></script>
<script
type="text/javascript"
src="//code.jquery.com/jquery-migrate-1.2.1.min.js"
></script>
<script defer src="slick/slick.min.js"></script>
<script async src="js/kzt-base-slick-config.js"></script>
<script async src="js/kzt-menu-mobile.js"></script>
</body>
</html>