修改样式问题

This commit is contained in:
rain
2026-07-29 17:23:13 +08:00
parent dea2f5fe73
commit a178111378
2 changed files with 50 additions and 28 deletions
+22 -1
View File
@@ -355,6 +355,27 @@ select {
font-size: 12px;
}
.site-footer__copyright-list {
display: flex;
flex-direction: column;
gap: 8px;
}
.site-footer__copyright-row {
margin: 0;
color: rgba(255, 255, 255, .62);
font-size: 12px;
line-height: 1.8;
}
.site-footer__copyright-row.index-style-02 {
color: rgba(255, 255, 255, .56);
}
.site-footer__copyright-row.index-style-02:hover {
color: rgba(255, 255, 255, .86);
}
.site-footer__meta {
display: flex;
flex-wrap: wrap;
@@ -1246,4 +1267,4 @@ select {
height: auto;
aspect-ratio: 1 / 1;
}
}
}