| Product_template | ||
|---|---|---|
| ||
| HTML |
|---|
<style>
h1#title-text {
font-size: 0 !important;
line-height: 0 !important;
height: 220px !important; /* Altura fixa ajustada para tela de notebook */
width: 100vw !important;
max-width: 100vw !important;
margin: 0 auto -5px auto !important;
margin-left: calc(-50vw + 50%);
padding: 0 !important;
background-image: url(https://tdn.totvs.com/download/attachments/719671102/strategy%20%283%29.png?api=v2);
background-size: 120%;
background-repeat: no-repeat;
background-position: top center;
color: transparent !important;
text-indent: -9999px;
overflow: hidden;
border: none !important;
box-shadow: none !important;
}
.page-description {
display: none !important;
}
</style>
|
| Section | ||||
|---|---|---|---|---|
|
| HTML |
|---|
<h3 style="margin-top:40px; color:#003D6A; text-align: center;">Páginas mais acessadas</h3>
<div style="display: flex; justify-content: center; flex-wrap: wrap; gap: 10px;">
<a href="https://tdn.totvs.com/display/GDTDS/Troca+e+desbloqueio+de+senhas" style="text-decoration: none;">
<div style="background:#fff; border:1px solid #E0E0E0; padding:10px 15px; border-radius:5px; color:#003D6A; margin-bottom:10px;">
Troca e Desbloqueio de senhas
</div>
</a>
<a href="https://tdn.totvs.com/display/GDTDS/Painel+do+Fornecedor" style="text-decoration: none;">
<div style="background:#fff; border:1px solid #E0E0E0; padding:10px 15px; border-radius:5px; color:#003D6A; margin-bottom:10px;">
Painel do Fornecedor
</div>
</a>
<a href="https://tdn.totvs.com/pages/viewpage.action?pageId=719672295" style="text-decoration: none;">
<div style="background:#fff; border:1px solid #E0E0E0; padding:10px 15px; border-radius:5px; color:#003D6A; margin-bottom:10px;">
Cadastro e Vínculo
</div>
</a>
</div> |
| HTML |
|---|
<div style="background-color: #0096D6; color: #FFFFFF; padding: 25px; font-family: 'Segoe UI', Arial, sans-serif; text-align: center; border-radius: 8px;">
<h2 style="margin-top: 0; margin-bottom: 15px; font-weight: bold;">
Fale Conosco
</h2>
<p style="margin: 0; font-size: 16px;">
Para mais informações, por favor, registre sua dúvida
<a href="https://atendimento-totvs.atlassian.net/servicedesk/customer/portal/47/user/login?destination=portal%2F47" style="color: #FFFFFF; font-weight: bold; text-decoration: underline;">via ticket</a>.
</p>
</div> |