mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-19 06:21:56 +08:00
14 lines
161 B
CSS
14 lines
161 B
CSS
|
|
.shuffle-btn:active{
|
|
transform: rotate(720deg);
|
|
transition: all 0.6s ease-out;
|
|
}
|
|
|
|
.bi-shuffle{
|
|
height: 20px;
|
|
width: 20px;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
|