|
@@ -1,11 +1,6 @@
|
|
|
<template>
|
|
|
<div class="login-container">
|
|
|
<div class="login-form-main">
|
|
|
- <img src="@/assets/sheji/loginlan.png" alt="">
|
|
|
- <div class="main-title">
|
|
|
- <h1>欢迎登录</h1>
|
|
|
- <h3>采销bate 3.0公测版</h3>
|
|
|
- </div>
|
|
|
<el-form
|
|
|
ref="loginForm"
|
|
|
:model="loginForm"
|
|
@@ -94,7 +89,7 @@
|
|
|
type="primary"
|
|
|
style="width: 100%; margin-top: 5px"
|
|
|
@click.native.prevent="handleLogin()"
|
|
|
- >登 录</el-button>
|
|
|
+ >登 录</el-button>
|
|
|
|
|
|
<!-- <div style="position: relative; padding: 12px 0 0 0"> -->
|
|
|
<!-- <div class="tips" style="float: left">
|
|
@@ -404,30 +399,30 @@ $dark_gray: #38c1e7;
|
|
|
$light_gray: #f2f2f2;
|
|
|
|
|
|
.login-container {
|
|
|
- position: fixed;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- min-width: 1000px;
|
|
|
- min-height: 700px;
|
|
|
- z-index: 2;
|
|
|
+ transition: all 0.20s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
+ background-image: url("~@/assets/design/bg-pc.jpg");
|
|
|
zoom: 1;
|
|
|
background-repeat: no-repeat;
|
|
|
- background-size: cover;
|
|
|
- background-position: center 0;
|
|
|
- background-image: url("~@/assets/sheji/loginbg.png");
|
|
|
+ background-size: 100% 100%;
|
|
|
+ // background-position: center 0;
|
|
|
text-align: center;
|
|
|
.login-form-main {
|
|
|
- display: inline-block;
|
|
|
- width: 600px;
|
|
|
height: 500px;
|
|
|
- margin: 23vh auto 0 auto;
|
|
|
- position: relative;
|
|
|
+ position: absolute;
|
|
|
+ right: 200px;
|
|
|
+ top: 50%;
|
|
|
+ transform: translateY(-50%);
|
|
|
+ transition: all 0.20s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
+
|
|
|
img {
|
|
|
width: 400px;
|
|
|
height: 350px;
|
|
|
}
|
|
|
+
|
|
|
.main-title {
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
@@ -444,24 +439,31 @@ $light_gray: #f2f2f2;
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.login-form {
|
|
|
- position: absolute;
|
|
|
- width: 320px;
|
|
|
+ width: 400px;
|
|
|
top: -40px;
|
|
|
- left: 380px;
|
|
|
+ right: 100px;
|
|
|
z-index: 3;
|
|
|
max-width: 100%;
|
|
|
padding: 50px 28px 35px 28px;
|
|
|
margin: 0 auto;
|
|
|
overflow: hidden;
|
|
|
- background: #fff;
|
|
|
border-radius: 20px;
|
|
|
+
|
|
|
+ .el-form-item{
|
|
|
+ border: 1px solid transparent;
|
|
|
+ border-bottom: 1px solid #ccc;
|
|
|
+ border-radius: 0px;
|
|
|
+ }
|
|
|
+
|
|
|
.el-button--primary {
|
|
|
- background-color: #38c1e7;
|
|
|
- border-color: #38c1e7;
|
|
|
+ background-color: #087af5;
|
|
|
+ border-color: #087af5;
|
|
|
height: 46px;
|
|
|
font-size: 16px;
|
|
|
text-align: center;
|
|
|
+ border-radius: 20px;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -523,7 +525,7 @@ $light_gray: #f2f2f2;
|
|
|
|
|
|
.title {
|
|
|
font-size: 26px;
|
|
|
- color: #04a2ce;
|
|
|
+ color: #087af5;
|
|
|
margin: 0px auto 30px auto;
|
|
|
text-align: center;
|
|
|
font-weight: bold;
|
|
@@ -563,4 +565,80 @@ $light_gray: #f2f2f2;
|
|
|
margin: 0px;
|
|
|
height: 38px;
|
|
|
}
|
|
|
+
|
|
|
+.el-icon-key,.el-icon-user,.el-icon-unlock{
|
|
|
+ color:#087af5 !important;
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1800px) {
|
|
|
+ .login-container{
|
|
|
+ .login-form-main {
|
|
|
+ right: 100px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1200px) {
|
|
|
+ .login-container{
|
|
|
+ .login-form-main {
|
|
|
+ right: 50px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 1024px) {
|
|
|
+ .login-container{
|
|
|
+ background-image: url("~@/assets/design/bg-pad.jpg");
|
|
|
+ .login-form-main {
|
|
|
+ right: 50px;
|
|
|
+ width: 300px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 992px) {
|
|
|
+ .login-container{
|
|
|
+ background-image: url("~@/assets/design/bg-pad.jpg");
|
|
|
+ .login-form-main {
|
|
|
+ right: 20px;
|
|
|
+ width: 360px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 840px) {
|
|
|
+ .login-container{
|
|
|
+ background-image: url("~@/assets/design/bg-pad.jpg");
|
|
|
+ .login-form-main {
|
|
|
+ right: 5px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 768px) {
|
|
|
+ .login-container{
|
|
|
+ background-image: url("~@/assets/design/bg-phone.jpg");
|
|
|
+ .login-form-main {
|
|
|
+ right: 20px;
|
|
|
+ width: 95%;
|
|
|
+ background: #fff;
|
|
|
+ left: 50%;
|
|
|
+ transform: translate(-50%,-50%);
|
|
|
+ border-radius: 20px;
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .beian{
|
|
|
+ position: fixed;
|
|
|
+ left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ padding: 0px !important;
|
|
|
+
|
|
|
+ a{
|
|
|
+ color: #fff !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|