|
@@ -1,10 +1,23 @@
|
|
<template>
|
|
<template>
|
|
<div class="register">
|
|
<div class="register">
|
|
- <h4 style="color:orange;">注册页面</h4>
|
|
|
|
- <label>用户名</label><input type="text" placeholder="请输入用户名"/><br/>
|
|
|
|
- <label>密码</label><input type="password" placeholder="请输入密码"/><br/>
|
|
|
|
- <label>确认密码</label><input type="password" placeholder="确认密码"/><br/>
|
|
|
|
- <button>注册</button>
|
|
|
|
|
|
+ <div>
|
|
|
|
+ <h4 style="color:orange;">注册页面</h4>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <label>用户名</label>
|
|
|
|
+ <input type="text" placeholder="请输入用户名"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <label>密码</label>
|
|
|
|
+ <input type="password" placeholder="请输入密码"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <label>确认密码</label>
|
|
|
|
+ <input type="password" placeholder="确认密码"/>
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <button>注册</button>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<script type="module">
|
|
<script type="module">
|
|
@@ -26,6 +39,7 @@ export default {
|
|
<style scoped>
|
|
<style scoped>
|
|
/* @import url(../../style/common.css); */
|
|
/* @import url(../../style/common.css); */
|
|
.register{
|
|
.register{
|
|
|
|
+ color:var(--font-color);
|
|
width:80%;
|
|
width:80%;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|