first commit

This commit is contained in:
2026-03-17 14:30:02 +08:00
commit 313f5b3550
136 changed files with 57671 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
.footer {
background: #00A196;
padding: 20px 40px;
}
.footerInner {
max-width: 1200px;
margin: 0 auto;
}
.footerLinks {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 8px;
flex-wrap: wrap;
}
.footerLink {
font-size: 13px;
color: rgba(255, 255, 255, 0.85);
cursor: pointer;
&:hover {
color: #fff;
}
}
.footerDivider {
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
margin: 0 12px;
}
.footerCopy {
font-size: 12px;
color: rgba(255, 255, 255, 0.65);
text-align: left;
}