🔹Roleta - Poptop no centro

Roleta centralizada na página do cliente com janela flutuante

Item

<div class="hintup-poptop-wheel-client-logo">
    <img class="hintup-poptop-wheel-client-logo" src="@@logo@@" width="200">    
</div>

<div class="hintup-poptop-wheel-details-container">
    <input type="text" value="" class="hintup-poptop-wheel-input">

    <input type="text" class="hintup-poptop-wheel-cupom" disabled/>
    <input type="text" class="hintup-poptop-wheel-name" placeholder="Digite seu Nome" />
    <input type="email" class="hintup-poptop-wheel-email" placeholder="Digite seu E-mail" />
    <input type="text"  name="whatsapp" class="hintup-poptop-wheel-whats" placeholder="Digite seu WhatsApp" maxlength="15" />
    <input type="button" value="Sortear" onclick="window.hintup.env.hintup_poptop_wheel.rotateWheel();" class="hintup-poptop-wheel-button">
    <div class="hintup-poptop-wheel-rules">
    <strong>•</strong> Apenas um giro por compra.<br>
    <strong>•</strong> Cupom válido por 5 dias.<br>
    <strong>•</strong> Utilizaremos os seus dados para melhorar a experiência de navegação e para encaminharmos e-mails com informações do site.
    </div>
</div>

<div class="hintup-poptop-wheel-canvas">        
    <canvas class="hintup-poptop-wheel" width="550" height="550">Seu browser não suporta canvas</canvas>
</div>

Container

CSS

Javascript

Last updated

Was this helpful?