.login-container {
|
display: flex;
|
align-items: center;
|
position: relative;
|
width: 100%;
|
height: 100%;
|
margin: 0 auto;
|
background-color: #0b1220;
|
overflow: hidden;
|
background-size: 100% 100%;
|
}
|
|
.login-container::before,
|
.login-container::after {
|
content: "";
|
position: absolute;
|
inset: -20%;
|
z-index: 0;
|
background: radial-gradient(60% 60% at 20% 30%, rgba(88, 176, 255, 0.35), transparent 60%),
|
radial-gradient(50% 50% at 80% 20%, rgba(124, 92, 255, 0.35), transparent 65%),
|
radial-gradient(50% 50% at 70% 80%, rgba(0, 212, 255, 0.35), transparent 65%),
|
linear-gradient(135deg, rgba(10, 21, 38, 0.95), rgba(13, 24, 43, 0.92));
|
filter: blur(10px);
|
animation: float-sheen 16s ease-in-out infinite;
|
}
|
|
.login-container::after {
|
inset: -30%;
|
opacity: 0.5;
|
background: conic-gradient(from 120deg, rgba(95, 228, 255, 0.25), rgba(128, 120, 255, 0.15), transparent 50%);
|
animation: float-sheen 24s ease-in-out infinite reverse;
|
}
|
|
.login-weaper {
|
margin: 0 auto;
|
width: 1000px;
|
position: relative;
|
z-index: 1;
|
border-radius: 16px;
|
box-shadow: 0 30px 60px rgba(6, 12, 24, 0.55);
|
backdrop-filter: blur(10px);
|
animation: pop-in 0.7s ease-out;
|
|
.el-input-group__append {
|
border: none;
|
}
|
}
|
|
.login-left,
|
.login-border {
|
position: relative;
|
min-height: 500px;
|
align-items: center;
|
display: flex;
|
}
|
|
.login-left {
|
border-top-left-radius: 16px;
|
border-bottom-left-radius: 16px;
|
justify-content: center;
|
flex-direction: column;
|
background: linear-gradient(160deg, rgba(80, 160, 255, 0.95), rgba(73, 96, 255, 0.92)) !important;
|
box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.12);
|
color: #fff;
|
float: left;
|
width: 50%;
|
position: relative;
|
}
|
|
.login-left .img {
|
width: 140px;
|
filter: drop-shadow(0 8px 18px rgba(10, 22, 38, 0.35));
|
}
|
|
.login-time {
|
position: absolute;
|
left: 25px;
|
top: 25px;
|
width: 100%;
|
color: #fff;
|
font-weight: 200;
|
opacity: 0.9;
|
font-size: 16px;
|
overflow: hidden;
|
letter-spacing: 1px;
|
}
|
|
.login-left .title {
|
text-align: center;
|
color: #fff;
|
font-weight: bold;
|
font-size: 32px;
|
letter-spacing: 3px;
|
text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
|
}
|
|
.login-border {
|
border-left: none;
|
border-top-right-radius: 16px;
|
border-bottom-right-radius: 16px;
|
color: #fff;
|
background: rgba(255, 255, 255, 0.92);
|
width: 50%;
|
float: left;
|
box-sizing: border-box;
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
|
}
|
|
.login-main {
|
margin: 0 auto;
|
width: 65%;
|
box-sizing: border-box;
|
padding: 40px 0;
|
}
|
|
.login-main > h3 {
|
margin-bottom: 20px;
|
}
|
|
.login-main > p {
|
color: #76838f;
|
}
|
|
.login-title {
|
color: #1a1f2b;
|
margin-bottom: 36px;
|
font-weight: 600;
|
font-size: 24px;
|
text-align: center;
|
letter-spacing: 6px;
|
text-transform: uppercase;
|
}
|
|
.login-menu {
|
margin-top: 40px;
|
width: 100%;
|
text-align: center;
|
|
a {
|
color: #999;
|
font-size: 12px;
|
margin: 0px 8px;
|
}
|
}
|
|
.btn-submit {
|
width: 100%;
|
height: 45px;
|
border: 1px solid rgba(78, 155, 255, 0.7);
|
background: linear-gradient(120deg, rgba(78, 155, 255, 0.15), rgba(95, 228, 255, 0.25));
|
font-size: 18px;
|
letter-spacing: 2px;
|
font-weight: 300;
|
color: #1a3f6e;
|
cursor: pointer;
|
margin-top: 30px;
|
font-family: "neo";
|
transition: 0.25s;
|
box-shadow: 0 12px 24px rgba(35, 93, 204, 0.2);
|
}
|
|
.login-submit {
|
width: 60%;
|
height: 45px;
|
border: 1px solid rgba(78, 155, 255, 0.7);
|
background: linear-gradient(120deg, rgba(78, 155, 255, 0.15), rgba(95, 228, 255, 0.25));
|
font-size: 18px;
|
letter-spacing: 2px;
|
font-weight: 300;
|
color: #1a3f6e;
|
cursor: pointer;
|
margin-top: 30px;
|
font-family: "neo";
|
transition: 0.25s;
|
box-shadow: 0 12px 24px rgba(35, 93, 204, 0.2);
|
}
|
|
.register-submit {
|
width: 36%;
|
height: 45px;
|
border: 1px solid rgba(239, 47, 99, 0.7);
|
background: linear-gradient(120deg, rgba(239, 47, 99, 0.15), rgba(255, 120, 160, 0.25));
|
font-size: 18px;
|
letter-spacing: 2px;
|
font-weight: 300;
|
color: #b31e4b;
|
cursor: pointer;
|
margin-top: 30px;
|
font-family: "neo";
|
transition: 0.25s;
|
box-shadow: 0 12px 24px rgba(239, 47, 99, 0.2);
|
}
|
|
.login-form {
|
margin: 10px 0;
|
|
i {
|
color: #333;
|
}
|
|
.el-form-item__content {
|
width: 100%;
|
}
|
|
.el-form-item {
|
margin-bottom: 12px;
|
}
|
|
.el-input {
|
.el-input__wrapper {
|
padding-bottom: 10px;
|
text-indent: 5px;
|
background: transparent;
|
box-shadow: none;
|
border-radius: 0;
|
color: #1a1f2b;
|
border-bottom: 1px solid rgba(78, 155, 255, 0.4);
|
transition: border-color 0.2s ease;
|
}
|
|
.el-input__prefix {
|
i {
|
padding: 0 5px;
|
font-size: 16px !important;
|
}
|
}
|
}
|
}
|
|
.login-code {
|
display: flex;
|
align-items: center;
|
justify-content: space-around;
|
margin: 0 0 0 10px;
|
}
|
|
.login-code-img {
|
margin-top: 2px;
|
width: 100px;
|
height: 38px;
|
background-color: rgba(255, 255, 255, 0.85);
|
border: 1px solid rgba(78, 155, 255, 0.3);
|
color: #1a1f2b;
|
font-size: 14px;
|
font-weight: bold;
|
letter-spacing: 5px;
|
line-height: 38px;
|
text-indent: 5px;
|
text-align: center;
|
cursor: pointer !important;
|
}
|
|
.login-code-phone {
|
margin-top: 2px;
|
width: 100px;
|
height: 38px;
|
background-color: rgba(255, 255, 255, 0.85);
|
border: 1px solid rgba(78, 155, 255, 0.3);
|
color: #4b5563;
|
font-size: 12px;
|
letter-spacing: 1px;
|
line-height: 38px;
|
text-indent: 5px;
|
text-align: center;
|
cursor: pointer !important;
|
}
|
|
.btn-submit:hover,
|
.login-submit:hover {
|
border-color: rgba(78, 155, 255, 0.9);
|
background: linear-gradient(120deg, rgba(78, 155, 255, 0.35), rgba(95, 228, 255, 0.45));
|
color: #0e2d56;
|
transform: translateY(-1px);
|
}
|
|
.register-submit:hover {
|
border-color: rgba(239, 47, 99, 0.9);
|
background: linear-gradient(120deg, rgba(239, 47, 99, 0.3), rgba(255, 120, 160, 0.45));
|
color: #8f173a;
|
transform: translateY(-1px);
|
}
|
|
.el-input__wrapper.is-focus {
|
border-bottom-color: rgba(78, 155, 255, 0.9);
|
}
|
|
@keyframes float-sheen {
|
0% {
|
transform: translate3d(0, 0, 0) scale(1);
|
}
|
50% {
|
transform: translate3d(2%, -2%, 0) scale(1.02);
|
}
|
100% {
|
transform: translate3d(0, 0, 0) scale(1);
|
}
|
}
|
|
@keyframes pop-in {
|
0% {
|
opacity: 0;
|
transform: translateY(20px) scale(0.98);
|
}
|
100% {
|
opacity: 1;
|
transform: translateY(0) scale(1);
|
}
|
}
|