mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 10:52:26 +00:00
19 lines
265 B
CSS
19 lines
265 B
CSS
#app {
|
|
margin-top: 100px;
|
|
}
|
|
/*
|
|
* Footer
|
|
*/
|
|
.bd-footer {
|
|
padding: 2.5rem 0;
|
|
color: #999;
|
|
text-align: center;
|
|
background-color: #f9f9f9;
|
|
position: fixed;
|
|
bottom: 0px;
|
|
width: 100%;
|
|
}
|
|
.bd-footer p:last-child {
|
|
margin-bottom: 0;
|
|
}
|