From 74ac415e60d4513cc890d226be50e75156e3f22a Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 12:10:59 +0800 Subject: [PATCH] no message --- css/search.css | 4 ++-- css/search.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/search.css b/css/search.css index decdb58..02ab3b0 100644 --- a/css/search.css +++ b/css/search.css @@ -89,10 +89,10 @@ border-radius: 10px; z-index: 10; overflow: auto; - animation: show 0.3s forwards; + animation: hintShow 0.3s forwards; border: 0px solid #ebebeb; } -@keyframes show { +@keyframes hintShow { 0% { height: 0; } diff --git a/css/search.less b/css/search.less index 8e22e03..4cf29f1 100644 --- a/css/search.less +++ b/css/search.less @@ -93,10 +93,10 @@ border-radius: 10px; z-index: 10; overflow: auto; - animation: show 0.3s forwards; + animation: hintShow 0.3s forwards; border: 0px solid rgba(235, 235, 235, 1); - @keyframes show { + @keyframes hintShow { 0% { height: 0; }