no message
This commit is contained in:
parent
95a13a897a
commit
2d92c7d9a3
@ -79,6 +79,7 @@
|
||||
color: #000000;
|
||||
}
|
||||
}
|
||||
|
||||
.img {
|
||||
width: 6px;
|
||||
height: 10px;
|
||||
|
@ -150,6 +150,10 @@
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 8px;
|
||||
transition: transform 0.5s ease;
|
||||
}
|
||||
.fate .title .btn .icon.rotate {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
.fate .list {
|
||||
justify-content: space-between;
|
||||
|
@ -174,6 +174,11 @@
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-right: 8px;
|
||||
transition: transform 0.5s ease;
|
||||
|
||||
&.rotate {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user