样式优化

This commit is contained in:
2025-09-18 23:38:20 +08:00
parent b499a57f1f
commit 3915a8cd46
6 changed files with 102 additions and 23 deletions

View File

@@ -94,19 +94,19 @@
// 可点击的统计项样式
&.clickable {
cursor: pointer;
// cursor: pointer;
transition: all 0.2s ease;
// padding: 4px 8px;
// border-radius: 8px;
&:hover {
background-color: rgba(0, 0, 0, 0.05);
}
// &:hover {
// background-color: rgba(0, 0, 0, 0.05);
// }
&:active {
background-color: rgba(0, 0, 0, 0.1);
transform: scale(0.98);
}
// &:active {
// background-color: rgba(0, 0, 0, 0.1);
// transform: scale(0.98);
// }
.stat_number {
color: rgba(0, 0, 0, 0.9);