no message

This commit is contained in:
A1300399510 2024-11-25 12:25:59 +08:00
parent 95a13a897a
commit 2d92c7d9a3
3 changed files with 10 additions and 0 deletions

View File

@ -79,6 +79,7 @@
color: #000000; color: #000000;
} }
} }
.img { .img {
width: 6px; width: 6px;
height: 10px; height: 10px;

View File

@ -150,6 +150,10 @@
width: 16px; width: 16px;
height: 16px; height: 16px;
margin-right: 8px; margin-right: 8px;
transition: transform 0.5s ease;
}
.fate .title .btn .icon.rotate {
transform: rotate(360deg);
} }
.fate .list { .fate .list {
justify-content: space-between; justify-content: space-between;

View File

@ -174,6 +174,11 @@
width: 16px; width: 16px;
height: 16px; height: 16px;
margin-right: 8px; margin-right: 8px;
transition: transform 0.5s ease;
&.rotate {
transform: rotate(360deg);
}
} }
} }
} }