You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
28 lines
1.3 KiB
<div class="pages-lockscreen layout-full"> |
|
<div class="page h-100-p text-center vertical-align"> |
|
<div class="page-content auth-box vertical-align-middle"> |
|
<!-- <div class="avatar s-50 mb-20"> |
|
<img src="../../../../../assets/images/avatars/tianhun.jpg"> |
|
</div> --> |
|
<p class="mt-0 mb-20">锁屏</p> |
|
<div class="mt-20 mb-20" fxLayout="row" fxLayoutAlign="space-between center"> |
|
<mat-form-field color-white color="accent" appearance="outline" class="w-100-p"> |
|
<mat-label>输入密码</mat-label> |
|
<input matInput type="password" [(ngModel)]="password"> |
|
<mat-icon matSuffix>lock</mat-icon> |
|
</mat-form-field> |
|
</div> |
|
<p class="mt-0"> |
|
输入密码以进入 |
|
</p> |
|
<button mat-button color="warn" (click)="open()">进入</button> |
|
<!-- <p class="mt-0"> |
|
<a routerLink="/general/pages/login">输入您或登录作为一个不同的用户密码检索您的会话</a> |
|
</p> --> |
|
<div class="copyright"> |
|
<p>WEBSITE BY Anxin</p> |
|
<p>© 2020. All RIGHT RESERVED.</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div>
|
|
|