|
|
|
@ -13,12 +13,11 @@
|
|
|
|
|
label-position="left"
|
|
|
|
|
>
|
|
|
|
|
<el-card class="box-card">
|
|
|
|
|
<div style="text-align: center; margin-top: 10px">
|
|
|
|
|
<div style="text-align: center; margin-top: 20px">
|
|
|
|
|
<img alt="element-logo" src="@/assets/logo/logo.png"/>
|
|
|
|
|
</div>
|
|
|
|
|
<h3 class="title">用户注册</h3>
|
|
|
|
|
<el-form-item prop="mobile" class="item" style="margin-top: -20px">
|
|
|
|
|
|
|
|
|
|
<h3 class="title">企业注册</h3>
|
|
|
|
|
<el-form-item prop="mobile" class="item" style="margin-top: -10px">
|
|
|
|
|
<el-input
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入手机号"
|
|
|
|
@ -188,9 +187,6 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
Verify,
|
|
|
|
@ -274,6 +270,7 @@ $light_gray: #eee;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.textTitle {
|
|
|
|
|
width: 50%;
|
|
|
|
|
font-size: 45px;
|
|
|
|
@ -285,6 +282,7 @@ $light_gray: #eee;
|
|
|
|
|
margin-top: 132px;
|
|
|
|
|
margin-bottom: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.topSubtitle {
|
|
|
|
|
color: #fcd38b;
|
|
|
|
|
text-align: center;
|
|
|
|
|