调整用户指引mood页
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user