Skip to content

Instantly share code, notes, and snippets.

@betiol
Created November 15, 2018 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save betiol/d7d098837a1b93fff91cf33eac8bb89f to your computer and use it in GitHub Desktop.
Save betiol/d7d098837a1b93fff91cf33eac8bb89f to your computer and use it in GitHub Desktop.
<div id="order-print" style="display: none; width: 80mm; font-family: Courier New;">
<hr>
<h3 style="font-size: 40px; font-family: Courier New;">PEDIDO #77 - 15/11/2018 14:28</h3>
<h4 style="font-size: 40px; font-family: Courier New;">DADOS DO CLIENTE</h4>
<div style="display: flex; flex-direction: column;">
<strong style="margin-bottom: 5px; font-family: Courier New; font-size: 30px;">Nome: Nikollas Tenutes Betiol</strong><strong style="margin-bottom: 5px; font-family: Courier New; font-size: 30px;">Tel.: (65) 99218-9772</strong><strong style="margin-bottom: 5px; font-family: Courier New; font-size: 30px;">End.: Av Pantaneira, 06</strong><strong style="margin-bottom: 5px; font-family: Courier New; font-size: 30px;">Compl.: -</strong><strong style="margin-bottom: 5px; font-family: Courier New; font-size: 30px;">Bairro: Costa Verde</strong><strong style="margin-bottom: 5px; font-family: Courier New; font-size: 30px;">Cidade.: Cuiabá-MT</strong>
<h4 style="font-size: 40px; font-family: Courier New;">ITENS DO PEDIDO</h4>
<hr>
<table>
<tr>
<th style="margin-bottom: 5px; margin-left: 8px; font-family: Courier New; vertical-align: top; border-bottom: 3px dotted rgb(0, 0, 0); font-size: 30px; text-align: left;">Qtd</th>
<th style="margin-bottom: 5px; margin-left: 8px; font-family: Courier New; vertical-align: top; border-bottom: 3px dotted rgb(0, 0, 0); font-size: 30px; text-align: left;">Item</th>
<th style="margin-bottom: 5px; margin-left: 8px; font-family: Courier New; vertical-align: top; border-bottom: 3px dotted rgb(0, 0, 0); font-size: 30px; text-align: left;">Total</th>
</tr>
<tbody>
<tr>
<td style="margin-bottom: 5px; vertical-align: top; border-bottom: 3px dotted rgb(0, 0, 0); font-family: Courier New; font-size: 30px;"><strong style="font-family: Courier New; font-size: 30px;">1</strong></td>
<td style="margin-bottom: 5px; vertical-align: top; border-bottom: 3px dotted rgb(0, 0, 0);">
<strong style="font-family: Courier New; font-size: 30px;">
Pizza Grande
<ul>
<div style="display: flex; flex-direction: row; text-align: left; justify-content: flex-start;">
<li><strong>Borda</strong>: <strong>Catupiry</strong></li>
</div>
<div style="display: flex; flex-direction: row; text-align: left; justify-content: flex-start;">
<li><strong>Sabores</strong>: <strong>Portuguesa</strong></li>
</div>
<div style="display: flex; flex-direction: row; text-align: left; justify-content: flex-start;">
<li><strong>Adicionais</strong>: <strong>Bacon</strong></li>
</div>
</ul>
</strong>
</td>
<td style="margin-bottom: 5px; vertical-align: top; border-bottom: 3px dotted rgb(0, 0, 0); width: 40mm;"><strong style="font-family: Courier New; font-size: 30px; width: 40mm;">R$ 33.90</strong></td>
</tr>
</tbody>
</table>
<div>
<div style="text-align: right;">
<div style="margin-bottom: 5px; vertical-align: top;"><strong style="font-family: Courier New; font-size: 30px; width: 40mm;">Sub-total: R$ 33.90</strong></div>
<br>
<div style="margin-bottom: 5px; vertical-align: top;"><strong style="font-family: Courier New; font-size: 30px; width: 40mm;">Taxa de Entrega: R$ 5.00</strong></div>
<br>
<div style="margin-bottom: 5px; vertical-align: top;"><strong style="font-family: Courier New; font-size: 30px; width: 40mm;">Total: R$ 38.90</strong></div>
</div>
<br>
<div style="margin-bottom: 5px; vertical-align: top;"><strong style="font-family: Courier New; font-size: 30px; width: 40mm;">FORMA DE PAGAMENTO<br>Cartão de crédito<br></strong></div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment