+
-
arrow_drop_down_circle
-
\ No newline at end of file
diff --git a/src/app/pages/login/login.component.scss b/src/app/pages/login/login.component.scss
index 09c8307..dd3e43a 100644
--- a/src/app/pages/login/login.component.scss
+++ b/src/app/pages/login/login.component.scss
@@ -1,81 +1,66 @@
-.content {
+.login {
width: 100%;
height: 100%;
- max-height: 100%;
- background: url('../../../assets//images/loginBackground.jpg');
- background-repeat:no-repeat;
+ overflow: hidden;
+ box-sizing: border-box;
+ padding: 1px;
+ background: url('../../../assets/images/loginBackground.png');
background-size:100% 100%;
- -moz-background-size:100% 100%;
}
-
.loginBox {
- margin: 0 auto;
- width: 40%;
- text-align: center;
- box-sizing: border-box;
- padding: 8% 0;
- .header {
- font-size: 34px;
- font-weight: 650;
- font-family: 'NSimSun';
- }
- .center {
- padding: 100px 0;
- width: 50%;
- box-sizing: border-box;
- margin: 0 auto;
- }
-}
-.footer {
width: 100%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}
+
+.card {
+ width: 500px;
+ height: 355px;
+ border-radius: 10px;
+ padding-top: 30px;
+ background-color: #fff;
text-align: center;
- position: fixed;
- bottom: 35px;
- color: #858688;
- font-size: 14px;
+ box-shadow:0px 0px 10px 5px #333;
+ position: relative;
+ .example-container { width: 60%; margin: 0 auto; }
}
-.toLogin{
- color: #B0B0B0;
- transform: rotate(270deg);
- transform-origin: center center;
- position: fixed;
- left: 1%;
- bottom: 1%;
- cursor:pointer;
- mat-icon{
- width: 36px;
- height: 36px;
- font-size: 36px;
- cursor:pointer;
- }
+.cardheader{
+ font-size: 26px;
+ font-weight: 700;
+ font-style: italic;
+ color: #07CDCF;
}
-
-
// 表单内部样式
.forget{
- margin: 30px auto;
+ width: 100%;
+ text-align: right;
+ margin: 15px auto;
label {
- margin-left: 80%;
box-sizing: border-box;
font-size: 14px;
- color: #2196f3;
+ color: #07CDCF;
cursor:pointer;
}
}
.alert-danger {
- margin-bottom: 30px;
+ margin-bottom: 10px;
text-align: left;
font-size: 14px;
color: red;
}
.loginBtn {
width: 100%;
+ color: white;
+ border-radius: 5px;
+ background:linear-gradient(to right,#07CDCF,#07CDCF,#0ad6da);
}
//input 框 + 字体图标
.input {
width: 100%;
- margin: 30px auto;
+ margin: 35px auto 0;
position: relative;
input {
width: 90%;
@@ -100,4 +85,16 @@
position: absolute;
top: 7px;
left: 8px;
+}
+.toAdmin {
+ display: inline-block;
+ width: 100%;
+ text-align: center;
+ font-size: 14px;
+ font-weight: 550;
+ color: #07CDCF;
+ cursor:pointer;
+ position: absolute;
+ bottom: 10px;
+ left: 0;
}
\ No newline at end of file
diff --git a/src/app/pages/login/login.component.ts b/src/app/pages/login/login.component.ts
index 8299f2b..f059bea 100644
--- a/src/app/pages/login/login.component.ts
+++ b/src/app/pages/login/login.component.ts
@@ -36,11 +36,7 @@ export class LoginComponent implements OnInit {
sessionStorage.setItem("token",data.token);
sessionStorage.setItem("refreshToken",data.refreshToken);
this.token.startUp(); //登陆成功启动定时器刷新token
- const config = new MatSnackBarConfig();
- config.verticalPosition = 'top';
- config.duration = 3000
- this.router.navigate(['/home/createexam']) //登陆成功跳转页面
- this.snackBar.open('登陆成功','确定',config);
+ this.router.navigate(['/home/teachear']) //登陆成功跳转页面
},(err) => {this.errmsg = err})
}
diff --git a/src/app/tabbar/tabbar.component.html b/src/app/tabbar/tabbar.component.html
index 3c8e9b8..d6a537f 100644
--- a/src/app/tabbar/tabbar.component.html
+++ b/src/app/tabbar/tabbar.component.html
@@ -1,30 +1,34 @@
-
+
+
- 考核系统
+ 欢迎登录消防救援考核系统
-
-
-
- 欢迎您,{{realName}}
+
-