-
林风社交论坛后台系统
+
林风社交论坛-开源版后台系统
基于Springboot MybatisPlus Shiro Jwt Vue Uniapp Redis
MySQL构建的社交app平台
@@ -12,25 +12,12 @@
管理员登录
-
+
-
+
-
+
@@ -44,12 +31,7 @@
- 登录
+ 登录
@@ -132,6 +114,7 @@ export default {
left: 0;
background-color: rgba(38, 50, 56, 0.6);
overflow: hidden;
+
&:before {
position: fixed;
top: 0;
@@ -143,6 +126,7 @@ export default {
background-image: url(~@/assets/img/login_bg.jpg);
background-size: cover;
}
+
.site-content__wrapper {
position: absolute;
top: 0;
@@ -155,26 +139,31 @@ export default {
overflow-y: auto;
background-color: transparent;
}
+
.site-content {
min-height: 100%;
padding: 30px 500px 30px 30px;
}
+
.brand-info {
margin: 220px 100px 0 90px;
color: #fff;
}
+
.brand-info__text {
margin: 0 0 22px 0;
font-size: 48px;
font-weight: 400;
text-transform: uppercase;
}
+
.brand-info__intro {
margin: 10px 0;
font-size: 16px;
line-height: 1.58;
opacity: 0.6;
}
+
.login-main {
position: absolute;
top: 0;
@@ -184,16 +173,20 @@ export default {
min-height: 100%;
background-color: #fff;
}
+
.login-title {
font-size: 16px;
}
+
.login-captcha {
overflow: hidden;
- > img {
+
+ >img {
width: 100%;
cursor: pointer;
}
}
+
.login-btn-submit {
width: 100%;
margin-top: 38px;