样式优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user