Skip to content

Commit

Permalink
feat[litemall-admin]: 管理后台登录页增加版权示例信息
Browse files Browse the repository at this point in the history
  • Loading branch information
linlinjava committed Jan 11, 2020
1 parent d5d6e48 commit 1bc2f4e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions litemall-admin/src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
</div>
</el-form>

<div class="copyright">
Copyright © 2020 xxx.com 版权所有 <a href="http://www.example.com/">沪ICP备xxx号</a>
</div>
</div>
</template>

Expand Down Expand Up @@ -203,6 +206,21 @@ $light_gray:#eee;
font-weight: bold;
}
}
.copyright {
font-size: 12px;
color: #fff;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, -50%);
margin-bottom: 20px;
letter-spacing: 0.6px;
a {
font-weight: bold;
border-bottom: 1px solid #fff;
font-family: "PingFangSC-Semibold", sans-serif;
}
}
}
</style>

0 comments on commit 1bc2f4e

Please sign in to comment.