version temp3

This commit is contained in:
2025-10-28 12:12:48 +08:00
parent 1a919d57ba
commit 4ddb31e663
100 changed files with 1756 additions and 2136 deletions

View File

@@ -130,7 +130,7 @@ const toComplaint = () => {
position: fixed;
bottom: 6rem;
right: 1rem;
background: #A22525;
background: #ff6b6b;
border-radius: 1.5rem;
padding: 0.25rem 1rem;
color: white;
@@ -140,6 +140,7 @@ const toComplaint = () => {
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
z-index: 2000;
}
.complaint-button i {
margin-right: 0.5rem;
}