增加备案信息
This commit is contained in:
@@ -828,3 +828,35 @@
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ========== 页脚 ========== */
|
||||
.home-footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 6px;
|
||||
padding: 16px 12px calc(16px + env(safe-area-inset-bottom));
|
||||
color: #a0aab6;
|
||||
font-size: 11px;
|
||||
line-height: 1.6;
|
||||
text-align: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.home-footer-icp {
|
||||
color: #a0aab6;
|
||||
text-decoration: none;
|
||||
transition: color 0.2s;
|
||||
}
|
||||
|
||||
.home-footer-icp:hover {
|
||||
color: #5a6577;
|
||||
}
|
||||
|
||||
.home-footer-divider {
|
||||
color: #d0d6e0;
|
||||
}
|
||||
|
||||
.home-footer-copyright {
|
||||
color: #a0aab6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user