登录页面的一些美化及footer始终处于底部
This commit is contained in:
parent
cfc64ee7a1
commit
64210f7063
|
@ -1,5 +1,8 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/*底部始终处于最低端*/
|
||||
#footer {clear: both; font-size: 0.9em; color: #aaa; background:#fff;position: absolute;bottom: 0px;width: 100%}
|
||||
|
||||
/*用户首页*/
|
||||
.content-page {
|
||||
margin-left: 240px;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
<footer id="footer" class="midnight-blue">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
Loading…
Reference in New Issue