This commit is contained in:
Zylan
2025-03-24 17:59:42 +08:00
parent 63faa2082d
commit 9565636268
2 changed files with 22 additions and 5 deletions

View File

@@ -1275,6 +1275,18 @@ button:disabled {
line-height: 1.6;
}
.empty-state .star-prompt {
color: var(--primary);
font-weight: 500;
margin-top: 1rem;
font-size: 0.95rem;
}
.empty-state .star-prompt:hover {
transform: scale(1.02);
transition: transform 0.2s ease;
}
.loading-message {
text-align: center;
padding: 2rem;
@@ -1466,3 +1478,11 @@ button:disabled {
font-size: 0.8rem;
}
}
.footer-link.xiaohongshu-link i {
color: #ff2442;
}
.footer-link.xiaohongshu-link:hover i {
color: #ff4d6d;
}