修复备案信息的固定位置,调整关于页面的更新日志框宽度

This commit is contained in:
2018-03-15 20:30:34 +08:00
parent 73bb17700f
commit 271934de3c
3 changed files with 11 additions and 3 deletions

View File

@@ -7,6 +7,9 @@
src: url('../fonts/element-icons.ttf'),
url('../fonts/element-icons.woff'); /* IE9 */
}
*{padding:0;margin:0;}
html{height:100%;}
body{min-height:100%;}
.loginTitle{
text-align: center;
}
@@ -57,8 +60,9 @@ a{
.footer{
width:100%;
font-size:14px;
position:fixed;
position:absolute;
bottom:20px;
left:0;
text-align: center;
}