Skip to content

Commit fc84229

Browse files
committed
statistic ufs
1 parent cb8edd7 commit fc84229

File tree

3 files changed

+287
-226
lines changed

3 files changed

+287
-226
lines changed

scripts/_ufs_statistic.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
canvas {
2+
max-height: 500px;
3+
}
4+
5+
li:hover {
6+
background: #eee;
7+
color: red;
8+
}
9+
10+
.hidden {
11+
max-height: 0;
12+
overflow: hidden;
13+
}

0 commit comments

Comments
 (0)