Files
ClassContent/历届学生/韩想/项目开发/课程项目/美食/css/public.css
2024-09-27 02:06:13 +08:00

33 lines
490 B
CSS

.padding {
padding: 0 .8rem;
}
.footer {
position: fixed;
width: 100%;
height: 2.5rem;
background: #fff;
display: flex;
justify-content: space-around;
align-items: center;
left: 0;
bottom: 0;
z-index: 999;
}
.footer a {
display: flex;
flex-direction: column;
text-align: center;
}
.footer a img {
width: 1.4rem;
height: 1.4rem;
}
.footer a p {
font-size: .6rem;
color: #666;
}
.footer a .jihuo{
color: #f15a4f;
}