调整用户指引mood页

This commit is contained in:
X1627315083
2024-01-10 16:13:50 +08:00
parent bed614d417
commit 838d6e86bd
9 changed files with 57 additions and 9 deletions

View File

@@ -215,6 +215,22 @@ ul,li{
}
}
}
.Guide_img{
filter: drop-shadow(0px 0px 2px rgb(255, 95, 95))drop-shadow(0px 0px 1px rgb(255, 95, 95));
animation: identifier_img 1s infinite linear;
display: block !important;
@keyframes identifier_img {
0% {
filter: none;
}
50% {
filter: drop-shadow(0px 0px 2px rgb(255, 95, 95))drop-shadow(0px 0px 1px rgb(255, 95, 95));
}
100% {
filter: none;
}
}
}
}
:not(body):has(>.driver-active-element){