first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
.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;
}