update: 2026-03-28 20:59
This commit is contained in:
@@ -31,39 +31,6 @@ const FooterTitle = styled.h3`
|
||||
font-weight: bold;
|
||||
`;
|
||||
|
||||
const FooterDescription = styled.p`
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
margin-bottom: 16px;
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
`;
|
||||
|
||||
const FooterLinks = styled.div`
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 24px;
|
||||
margin-bottom: 24px;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
gap: 16px;
|
||||
}
|
||||
`;
|
||||
|
||||
const FooterLink = styled.a`
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
transition: all 0.2s ease;
|
||||
padding: 8px 16px;
|
||||
border-radius: 6px;
|
||||
|
||||
&:hover {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
color: white;
|
||||
}
|
||||
`;
|
||||
|
||||
const FooterDivider = styled.div`
|
||||
height: 1px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
@@ -81,10 +48,6 @@ const Copyright = styled.p`
|
||||
margin-bottom: 8px;
|
||||
`;
|
||||
|
||||
const ICP = styled.p`
|
||||
margin: 0;
|
||||
`;
|
||||
|
||||
const Footer = () => {
|
||||
const currentYear = new Date().getFullYear();
|
||||
|
||||
@@ -92,7 +55,7 @@ const Footer = () => {
|
||||
<FooterContainer>
|
||||
<FooterContent>
|
||||
<FooterInfo>
|
||||
<FooterTitle>✨ 万象口袋 ✨</FooterTitle>
|
||||
<FooterTitle>万象口袋</FooterTitle>
|
||||
</FooterInfo>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user