Commit d0202bf5 authored by 胥静's avatar 胥静

登录页添加备案号

parent 3229459b
Pipeline #1270 passed with stage
in 0 seconds
...@@ -19,6 +19,12 @@ ...@@ -19,6 +19,12 @@
<div class="online"> <div class="online">
<button nz-button nzType="primary" nzBlock (click)="login()">登录</button> <button nz-button nzType="primary" nzBlock (click)="login()">登录</button>
</div> </div>
<!-- 版权备案号 -->
<div style="text-align:right;position:absolute;right:0;bottom:80px;color: #ffffff">
<span>版权所有:上海辉泰信息科技有限公司</span>
<span><br>网站备案:沪ICP备19015228号-2</span>
</div> </div>
</div> </div>
</div>
</div> </div>
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
//margin: auto; //margin: auto;
margin-left: 60%; margin-left: 60%;
padding-top: 100px; padding-top: 100px;
position: relative;
//padding-left: 60%; //padding-left: 60%;
.online { .online {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment