Files
blog-frontEnd/src/app/components/footer/footer.component.less
2022-04-27 21:41:52 +08:00

22 lines
332 B
Plaintext

.footer {
clear: both;
width: 100%;
background-color: #eeeeee;
text-align: center;
color: #009688;
height: 50px;
position: relative;
left: 0;
bottom: 0;
/* 设置z-index 是为了write页面将footer隐藏*/
z-index: 0;
}
hr {
border: 1px solid #ffffff;
opacity: 0.6;
}
a {
color: #009688 !important;
}