This commit is contained in:
张成
2025-10-08 15:10:33 +08:00
commit 2e1cd65b07
161 changed files with 19936 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
.login {
width: 100%;
height: 100%;
background-image: url("../../assets/images/login-bg.jpg");
background-size: cover;
position: relative;
&-con {
position: absolute;
right: 160px;
top: 50%;
transform: translateY(-60%);
width: 300px;
&-header {
font-size: 16px;
font-weight: 300;
text-align: center;
padding: 30px 0;
}
.form-con {
padding: 10px 0 0;
}
.login-tip {
font-size: 10px;
text-align: center;
color: #c3c3c3;
}
}
}