system-copyright-react/src/layout/foot/foot.css

12 lines
252 B
CSS
Raw Normal View History

2024-03-11 23:33:03 +08:00
.foot {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
2024-03-12 18:53:51 +08:00
height: var(--height-foot);
2024-03-11 23:33:03 +08:00
display: flex;
justify-content: center;
align-items: center;
background-color: var(--color-dark);
color: var(--color-light);
}