|
|
@ -1,16 +1,8 @@
|
|
|
|
<!--
|
|
|
|
|
|
|
|
* @Author: your name
|
|
|
|
|
|
|
|
* @Date: 2021-11-22 16:20:34
|
|
|
|
|
|
|
|
* @LastEditTime: 2021-11-22 16:20:34
|
|
|
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
|
|
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
|
|
|
|
|
* @FilePath: /ansu-business/src/views/Login/index.vue
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="bg">
|
|
|
|
<div class="bg">
|
|
|
|
<div class="logo-box">
|
|
|
|
<div class="logo-box">
|
|
|
|
<img src="@/assets/images/logo.png" alt="" />
|
|
|
|
<img src="@/assets/images/logo.png" alt="" />
|
|
|
|
<span class="title">智慧小区平台</span>
|
|
|
|
<span class="title">智慧小区后台管理系统</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="login-box">
|
|
|
|
<div class="login-box">
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
@ -19,42 +11,84 @@
|
|
|
|
</a-col> -->
|
|
|
|
</a-col> -->
|
|
|
|
<!-- <a-col :span="1" class="box-cen"></a-col> -->
|
|
|
|
<!-- <a-col :span="1" class="box-cen"></a-col> -->
|
|
|
|
<!-- 登录 -->
|
|
|
|
<!-- 登录 -->
|
|
|
|
<a-col class="box-b" v-if="status === 1">
|
|
|
|
<a-col class="box-b" v-if="status === 1">
|
|
|
|
<a-tabs v-model="activeName" @change="tabsSwitch">
|
|
|
|
<a-tabs v-model="activeName" @change="tabsSwitch">
|
|
|
|
<a-tab-pane key="1" tab="密码登录">
|
|
|
|
<!-- <a-tab-pane key="1" tab="密码登录">
|
|
|
|
</a-tab-pane>
|
|
|
|
</a-tab-pane> -->
|
|
|
|
<a-tab-pane key="2" tab="验证码登录">
|
|
|
|
<a-tab-pane key="2" tab="验证码登录"> </a-tab-pane>
|
|
|
|
</a-tab-pane>
|
|
|
|
</a-tabs>
|
|
|
|
</a-tabs>
|
|
|
|
<div class="login-input" v-if="activeName === '1'">
|
|
|
|
<div class="login-input">
|
|
|
|
<a-input placeholder="请输入手机号码"></a-input>
|
|
|
|
<a-input placeholder="请输入手机号码"></a-input>
|
|
|
|
<a-input type="password" placeholder="请输入密码"></a-input>
|
|
|
|
<a-input type="password" placeholder="请输入密码"></a-input>
|
|
|
|
<a-row>
|
|
|
|
<a-row>
|
|
|
|
<a-col :span="12" style="margin-left: 23px"
|
|
|
|
<a-col :span="12" style="margin-left:23px"><a-checkbox></a-checkbox> 三天之内免登陆</a-col>
|
|
|
|
><a-checkbox></a-checkbox> 三天之内免登陆</a-col
|
|
|
|
</a-row>
|
|
|
|
>
|
|
|
|
<a-button type="primary" style="width:90%;margin:30px">
|
|
|
|
</a-row>
|
|
|
|
登录
|
|
|
|
<a-button
|
|
|
|
</a-button>
|
|
|
|
type="primary"
|
|
|
|
<a-row style="margin-top:20px;margin-left:23px">
|
|
|
|
@click="login"
|
|
|
|
<a-col :span="14">
|
|
|
|
style="width: 90%; margin: 30px"
|
|
|
|
<a-checkbox></a-checkbox> 我已同意用户协议
|
|
|
|
>
|
|
|
|
</a-col>
|
|
|
|
登录
|
|
|
|
<a-col :span="10">
|
|
|
|
</a-button>
|
|
|
|
<span class="logintext" @click="status=3">忘记密码</span> <span class="logintext" @click="status=2">免费注册</span>
|
|
|
|
<a-row style="margin-top: 20px; margin-left: 23px">
|
|
|
|
</a-col>
|
|
|
|
<a-col :span="14">
|
|
|
|
</a-row>
|
|
|
|
<a-checkbox></a-checkbox> 我已同意用户协议
|
|
|
|
</div>
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :span="10">
|
|
|
|
|
|
|
|
<span class="logintext" @click="status = 3">忘记密码</span
|
|
|
|
|
|
|
|
> <span
|
|
|
|
|
|
|
|
class="logintext"
|
|
|
|
|
|
|
|
@click="status = 2"
|
|
|
|
|
|
|
|
>免费注册</span
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="login-input" v-else-if="activeName === '2'">
|
|
|
|
|
|
|
|
<a-input placeholder="请输入手机号码" v-model="form.tel"></a-input>
|
|
|
|
|
|
|
|
<a-input
|
|
|
|
|
|
|
|
placeholder="请输入验证码"
|
|
|
|
|
|
|
|
v-model="form.code"
|
|
|
|
|
|
|
|
style="width: 60%"
|
|
|
|
|
|
|
|
></a-input>
|
|
|
|
|
|
|
|
<a-button type="primary" @click="getCode">获取验证码</a-button>
|
|
|
|
|
|
|
|
<a-row>
|
|
|
|
|
|
|
|
<a-col :span="12" style="margin-left: 23px"
|
|
|
|
|
|
|
|
><a-checkbox></a-checkbox> 三天之内免登陆</a-col
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
<a-button
|
|
|
|
|
|
|
|
type="primary"
|
|
|
|
|
|
|
|
@click="login"
|
|
|
|
|
|
|
|
style="width: 90%; margin: 30px"
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
登录
|
|
|
|
|
|
|
|
</a-button>
|
|
|
|
|
|
|
|
<a-row style="margin-top: 20px; margin-left: 23px">
|
|
|
|
|
|
|
|
<a-col :span="14">
|
|
|
|
|
|
|
|
<a-checkbox></a-checkbox> 我已同意用户协议
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
<a-col :span="10">
|
|
|
|
|
|
|
|
<span class="logintext" @click="status = 3">忘记密码</span
|
|
|
|
|
|
|
|
> <span
|
|
|
|
|
|
|
|
class="logintext"
|
|
|
|
|
|
|
|
@click="status = 2"
|
|
|
|
|
|
|
|
>免费注册</span
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
</a-col>
|
|
|
|
|
|
|
|
</a-row>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<!-- 注册 -->
|
|
|
|
<!-- 注册 -->
|
|
|
|
<a-col class="box-b" v-if="status === 2">
|
|
|
|
<a-col class="box-b" v-if="status === 2">
|
|
|
|
<div class="cardTitle">新建账号</div>
|
|
|
|
<div class="cardTitle">新建账号</div>
|
|
|
|
<a-form-model
|
|
|
|
<a-form-model
|
|
|
|
ref="ruleForm"
|
|
|
|
ref="ruleForm"
|
|
|
|
:model="form"
|
|
|
|
:model="form"
|
|
|
|
:rules="rules"
|
|
|
|
:rules="rules"
|
|
|
|
:label-col="inline"
|
|
|
|
|
|
|
|
layout="vertical"
|
|
|
|
layout="vertical"
|
|
|
|
:wrapper-col="wrapperCol"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-form-model-item ref="tel" label="手机号码" prop="tel">
|
|
|
|
<a-form-model-item ref="tel" label="手机号码" prop="tel">
|
|
|
|
<a-input
|
|
|
|
<a-input
|
|
|
@ -70,7 +104,7 @@
|
|
|
|
<a-row style="margin-top: 20px">
|
|
|
|
<a-row style="margin-top: 20px">
|
|
|
|
<a-col :span="16" style="margin-right: 10px">
|
|
|
|
<a-col :span="16" style="margin-right: 10px">
|
|
|
|
<a-input
|
|
|
|
<a-input
|
|
|
|
style="width:100%"
|
|
|
|
style="width: 100%"
|
|
|
|
v-model="form.verificationCode"
|
|
|
|
v-model="form.verificationCode"
|
|
|
|
placeholder="请输入验证码"
|
|
|
|
placeholder="请输入验证码"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
@ -83,31 +117,28 @@
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item label="设置密码" prop="psw">
|
|
|
|
<a-form-model-item label="设置密码" prop="psw">
|
|
|
|
<a-input placeholder="请输入密码"/>
|
|
|
|
<a-input placeholder="请输入密码" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item label="确认密码" prop="confirmPsw">
|
|
|
|
<a-form-model-item label="确认密码" prop="confirmPsw">
|
|
|
|
<a-input placeholder="请再次输入密码"/>
|
|
|
|
<a-input placeholder="请再次输入密码" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<a-button type="primary" style="width:100%">
|
|
|
|
<a-button type="primary" style="width: 100%"> 确定 </a-button>
|
|
|
|
确定
|
|
|
|
|
|
|
|
</a-button>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<span>已有账号?</span><span class="logintext" @click="status=1">登录</span>
|
|
|
|
<span>已有账号?</span
|
|
|
|
|
|
|
|
><span class="logintext" @click="status = 1">登录</span>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model>
|
|
|
|
</a-form-model>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
|
<!-- 找回密码 -->
|
|
|
|
<!-- 找回密码 -->
|
|
|
|
<a-col class="box-b" v-if="status === 3">
|
|
|
|
<a-col class="box-b" v-if="status === 3">
|
|
|
|
<div class="cardTitle">找回密码</div>
|
|
|
|
<div class="cardTitle">找回密码</div>
|
|
|
|
<a-form-model
|
|
|
|
<a-form-model
|
|
|
|
ref="ruleForm"
|
|
|
|
ref="ruleForm"
|
|
|
|
:model="form"
|
|
|
|
:model="form"
|
|
|
|
:rules="rules"
|
|
|
|
:rules="rules"
|
|
|
|
:label-col="inline"
|
|
|
|
|
|
|
|
layout="vertical"
|
|
|
|
layout="vertical"
|
|
|
|
:wrapper-col="wrapperCol"
|
|
|
|
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<a-form-model-item ref="tel" label="手机号码" prop="tel">
|
|
|
|
<a-form-model-item ref="tel" label="手机号码" prop="tel">
|
|
|
|
<a-input
|
|
|
|
<a-input
|
|
|
@ -123,7 +154,7 @@
|
|
|
|
<a-row style="margin-top: 20px">
|
|
|
|
<a-row style="margin-top: 20px">
|
|
|
|
<a-col :span="16" style="margin-right: 10px">
|
|
|
|
<a-col :span="16" style="margin-right: 10px">
|
|
|
|
<a-input
|
|
|
|
<a-input
|
|
|
|
style="width:100%"
|
|
|
|
style="width: 100%"
|
|
|
|
v-model="form.verificationCode"
|
|
|
|
v-model="form.verificationCode"
|
|
|
|
placeholder="请输入验证码"
|
|
|
|
placeholder="请输入验证码"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
@ -136,18 +167,17 @@
|
|
|
|
</a-row>
|
|
|
|
</a-row>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item label="设置密码" prop="psw">
|
|
|
|
<a-form-model-item label="设置密码" prop="psw">
|
|
|
|
<a-input placeholder="请输入密码"/>
|
|
|
|
<a-input placeholder="请输入密码" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item label="确认密码" prop="confirmPsw">
|
|
|
|
<a-form-model-item label="确认密码" prop="confirmPsw">
|
|
|
|
<a-input placeholder="请再次输入密码"/>
|
|
|
|
<a-input placeholder="请再次输入密码" />
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<a-button type="primary" style="width:100%">
|
|
|
|
<a-button type="primary" style="width: 100%"> 确定 </a-button>
|
|
|
|
确定
|
|
|
|
|
|
|
|
</a-button>
|
|
|
|
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<a-form-model-item>
|
|
|
|
<span>已有账号?</span><span class="logintext" @click="status=1">登录</span>
|
|
|
|
<span>已有账号?</span
|
|
|
|
|
|
|
|
><span class="logintext" @click="status = 1">登录</span>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model-item>
|
|
|
|
</a-form-model>
|
|
|
|
</a-form-model>
|
|
|
|
</a-col>
|
|
|
|
</a-col>
|
|
|
@ -157,77 +187,108 @@
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
|
|
|
|
// import { loginTel, sendTelCode } from "../../api/public/login";
|
|
|
|
export default {
|
|
|
|
export default {
|
|
|
|
name: "Login",
|
|
|
|
name: "Login",
|
|
|
|
data() {
|
|
|
|
data() {
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
status: 1,
|
|
|
|
status: 1,
|
|
|
|
activeName:'1',
|
|
|
|
activeName: "2",
|
|
|
|
form:{
|
|
|
|
form: {
|
|
|
|
tel:''
|
|
|
|
tel: "",
|
|
|
|
},
|
|
|
|
code: "",
|
|
|
|
rules: {
|
|
|
|
},
|
|
|
|
tel: [
|
|
|
|
rules: {
|
|
|
|
{
|
|
|
|
tel: [
|
|
|
|
required: true,
|
|
|
|
{
|
|
|
|
message: "请输入手机号",
|
|
|
|
required: true,
|
|
|
|
trigger: "blur",
|
|
|
|
message: "请输入手机号",
|
|
|
|
},
|
|
|
|
trigger: "blur",
|
|
|
|
{
|
|
|
|
},
|
|
|
|
min: 11,
|
|
|
|
{
|
|
|
|
max: 11,
|
|
|
|
min: 11,
|
|
|
|
message: "姓名长度必须为 11 位",
|
|
|
|
max: 11,
|
|
|
|
trigger: "blur",
|
|
|
|
message: "姓名长度必须为 11 位",
|
|
|
|
},
|
|
|
|
trigger: "blur",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
name: [
|
|
|
|
],
|
|
|
|
{
|
|
|
|
name: [
|
|
|
|
required: true,
|
|
|
|
{
|
|
|
|
message: "请输入姓名",
|
|
|
|
required: true,
|
|
|
|
trigger: "blur",
|
|
|
|
message: "请输入姓名",
|
|
|
|
},
|
|
|
|
trigger: "blur",
|
|
|
|
{
|
|
|
|
},
|
|
|
|
min: 3,
|
|
|
|
{
|
|
|
|
max: 5,
|
|
|
|
min: 3,
|
|
|
|
message: "姓名长度必须为 3 至 5位",
|
|
|
|
max: 5,
|
|
|
|
trigger: "blur",
|
|
|
|
message: "姓名长度必须为 3 至 5位",
|
|
|
|
},
|
|
|
|
trigger: "blur",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
},
|
|
|
|
],
|
|
|
|
};
|
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|
|
|
|
methods: {
|
|
|
|
},
|
|
|
|
login() {
|
|
|
|
created() {
|
|
|
|
this.$router.push({ name: "Console" });
|
|
|
|
this.keyupEnter();
|
|
|
|
},
|
|
|
|
this.setCommunityCode(123456);
|
|
|
|
// 获取验证码
|
|
|
|
},
|
|
|
|
getCode(){},
|
|
|
|
methods: {
|
|
|
|
onSubmit() {
|
|
|
|
// 绑定enter事件
|
|
|
|
this.$refs.ruleForm.validate((valid) => {
|
|
|
|
keyupEnter() {
|
|
|
|
if (valid) {
|
|
|
|
document.onkeydown = (e) => {
|
|
|
|
alert("submit!");
|
|
|
|
if (e.keyCode === 13 && e.target.baseURI.match(/loginTel/)) {
|
|
|
|
} else {
|
|
|
|
//回车后执行搜索方法
|
|
|
|
console.log("error submit!!");
|
|
|
|
this.login();
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// login() {
|
|
|
|
// 重置
|
|
|
|
// loginTel(this.form).then(res=>{
|
|
|
|
resetForm() {
|
|
|
|
// if (res.code === 200) {
|
|
|
|
this.$refs.ruleForm.resetFields();
|
|
|
|
// this.$message.success(res.msg);
|
|
|
|
},
|
|
|
|
// // 存储token
|
|
|
|
tabsSwitch(){
|
|
|
|
// this.setToken(res.data);
|
|
|
|
console.log(this.activeName);
|
|
|
|
// this.$router.push("/");
|
|
|
|
}
|
|
|
|
// } else {
|
|
|
|
},
|
|
|
|
// this.$message.error(res.msg);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// })
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
// 获取验证码
|
|
|
|
|
|
|
|
// getCode() {
|
|
|
|
|
|
|
|
// sendTelCode(this.form).then((res) => {
|
|
|
|
|
|
|
|
// if (res) {
|
|
|
|
|
|
|
|
// // this.$message.success("取消成功");
|
|
|
|
|
|
|
|
// this.$message.success(res.msg +' ' +res.data);
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// });
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
onSubmit() {
|
|
|
|
|
|
|
|
this.$refs.ruleForm.validate((valid) => {
|
|
|
|
|
|
|
|
if (valid) {
|
|
|
|
|
|
|
|
alert("submit!");
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
console.log("error submit!!");
|
|
|
|
|
|
|
|
return false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
// 重置
|
|
|
|
|
|
|
|
resetForm() {
|
|
|
|
|
|
|
|
this.$refs.ruleForm.resetFields();
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
tabsSwitch() {
|
|
|
|
|
|
|
|
console.log(this.activeName);
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
},
|
|
|
|
};
|
|
|
|
};
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
|
<style lang="less" scoped>
|
|
|
|
.bg{
|
|
|
|
.bg {
|
|
|
|
background-image: url(../../assets/images/loginBg.png);
|
|
|
|
background-image: url(../../assets/images/loginBg.png);
|
|
|
|
height: 100vh;
|
|
|
|
height: 100vh;
|
|
|
|
background-size:cover;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.logo-box {
|
|
|
|
.logo-box {
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
@ -243,8 +304,12 @@ export default {
|
|
|
|
margin-left: 42px;
|
|
|
|
margin-left: 42px;
|
|
|
|
margin-bottom: 13px;
|
|
|
|
margin-bottom: 13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
.title {
|
|
|
|
font-size:28px;color:#333333;font-weight:500;margin-left: 20px;line-height: 93px;
|
|
|
|
font-size: 28px;
|
|
|
|
|
|
|
|
color: #333333;
|
|
|
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
|
|
|
line-height: 93px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.login-box {
|
|
|
|
.login-box {
|
|
|
@ -264,31 +329,31 @@ export default {
|
|
|
|
.box-b {
|
|
|
|
.box-b {
|
|
|
|
height: 500px;
|
|
|
|
height: 500px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
padding:30px;
|
|
|
|
padding: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.cardTitle{
|
|
|
|
.cardTitle {
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-left: -10px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #000000;
|
|
|
|
color: #000000;
|
|
|
|
font-weight: 500;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.logintext{
|
|
|
|
.logintext {
|
|
|
|
color: #205FBD;
|
|
|
|
color: #205fbd;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/deep/.ant-form-item{
|
|
|
|
/deep/.ant-form-item {
|
|
|
|
margin-top:-10px;
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.login-input{
|
|
|
|
.login-input {
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
/deep/.ant-input{
|
|
|
|
/deep/.ant-input {
|
|
|
|
border: 0px;
|
|
|
|
border: 0px;
|
|
|
|
border-bottom: 1px solid #f4eded;
|
|
|
|
border-bottom: 1px solid #f4eded;
|
|
|
|
border-radius:0 ;
|
|
|
|
border-radius: 0;
|
|
|
|
width: 90%;
|
|
|
|
width: 90%;
|
|
|
|
margin: 25px;
|
|
|
|
margin: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|