<labelfor="passconfirm">Confirme a senha: </label>
</td>
<tdalign="left">
<inputtype="password"name="passconfirm"/>
</td>
</tr>
</table>
<inputtype="submit"/>
<inputtype="reset"value="Limpar"/>
</fieldset>
<divclass="col-25">
<divclass="container">
<p>
Bem vindo a plataforma de animes!
</p><br><br>
<p> Deixe seu comentario aqui!</p>
<textarearows="20px"cols="40px">
</textarea>
<br><br>
<button>Enviar</button>
</div>
</div>
</div>
</template>
...
...
@@ -535,23 +120,94 @@ export default {
};
},
};
</script>
<style>
.input-groupdadospessoai{
text-align:left;
.row{
display:-ms-flexbox;/* IE10 */
display:flex;
-ms-flex-wrap:wrap;/* IE10 */
flex-wrap:wrap;
margin:0-16px;
}
.col-25{
-ms-flex:25%;/* IE10 */
flex:25%;
}
.input-groupdadospessoai{
text-align:height;
.col-50{
-ms-flex:50%;/* IE10 */
flex:50%;
}
.title{
padding:25px0;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
text-align:center;
.col-75{
-ms-flex:75%;/* IE10 */
flex:75%;
}
.col-25,
.col-50,
.col-75{
padding:016px;
}
.container{
background-color:#f2f2f2;
padding:5px20px15px20px;
border:1pxsolidlightgrey;
border-radius:3px;
}
input[type=text],select{
width:100%;
margin-bottom:20px;
padding:12px;
border:1pxsolid#ccc;
border-radius:3px;
}
label{
margin-bottom:10px;
display:block;
}
.icon-container{
margin-bottom:20px;
padding:7px0;
font-size:24px;
}
.btn,button{
background-color:#04AA6D;
color:white;
padding:12px;
margin:10px0;
border:none;
width:100%;
border-radius:3px;
cursor:pointer;
font-size:17px;
}
.btn:hover{
background-color:#45a049;
}
span.price{
float:right;
color:grey;
}
</style>
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */