LoginBox.vue文章来源地址https://www.toymoban.com/news/detail-409862.html
<template>
<div class="main-box">
<div :class="['container', 'container-register', { 'is-txl': isLogin }]">
<form>
<h2 class="title">Create Account</h2>
<span class="text">or use email for registration</span>
<input class="form__input" type="text" placeholder="Name" />
<input class="form__input" type="text" placeholder="Email" />
<input class="form__input" type="password" placeholder="Password" />
<div class="primary-btn">立即注册</div>
</form>
</div>
<div
:class="['container', 'container-login', { 'is-txl is-z200': isLogin }]"
>
<form>
<h2 class="title">Sign in to Website</h2>
<span class="text
文章来源:https://www.toymoban.com/news/detail-409862.html
到了这里,关于Vue精美简洁登录页的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!