|
@@ -3,6 +3,7 @@
|
|
|
|
|
|
<head>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta charset="UTF-8">
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
<link href="https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Signika:wght@300&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
@@ -27,7 +28,7 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
- <label for="cpf"><b>CPF</b> <span>cpf invalido</span></label>
|
|
|
|
|
|
+ <label for="cpf"><b>CPF</b> <span>invalido</span></label>
|
|
<input type="cpf" placeholder="Digite seu cpf" name="cpf" id="cpf" class="required" required maxlength="11">
|
|
<input type="cpf" placeholder="Digite seu cpf" name="cpf" id="cpf" class="required" required maxlength="11">
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
@@ -55,7 +56,7 @@
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<label for="numero"><b>Numero</b></label>
|
|
<label for="numero"><b>Numero</b></label>
|
|
- <input type="nome" placeholder="Digite o numero" name="numero" class="required w100" required>
|
|
|
|
|
|
+ <input type="text" placeholder="Digite o numero" name="numero" class="required w100" required>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
@@ -75,11 +76,11 @@
|
|
<tr>
|
|
<tr>
|
|
<td>
|
|
<td>
|
|
<label for="fixo"><b>Telefone fixo</b></label>
|
|
<label for="fixo"><b>Telefone fixo</b></label>
|
|
- <input type="number" placeholder="Digite seu telefone fixo" name="fixo">
|
|
|
|
|
|
+ <input type="text" placeholder="____-____" data-slots="_"name="fixo">
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<label for="celular"><b>Telefone celular</b></label>
|
|
<label for="celular"><b>Telefone celular</b></label>
|
|
- <input type="number" placeholder="Digite seu telefone celular" name="celular" class="required" required>
|
|
|
|
|
|
+ <input type="text" placeholder="+55 (__) _____-____" data-slots="_" name="celular" class="required" required>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<button onclick="return validacao()" type="submit" class="signupbtn">Cadastre-se</button>
|
|
<button onclick="return validacao()" type="submit" class="signupbtn">Cadastre-se</button>
|