From 9be2934a3d921d88e3b239b07da5ababd018cf39 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 19 Dec 2024 16:50:29 +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 bd0b56d..aae4e65 100644 --- a/css/search.css +++ b/css/search.css @@ -87,12 +87,12 @@ border-radius: 0 0 10px 10px; z-index: 10; overflow: auto; - animation: hintShow 0.3s forwards; + animation: hintSho 0.3s forwards; border: 0px solid #c4c7ce; border-top: none; box-shadow: 0px 5px 5px #dfdfdf; } -@keyframes hintShow { +@keyframes hintSho { 0% { height: 0; } diff --git a/css/search.less b/css/search.less index c887c53..f034051 100644 --- a/css/search.less +++ b/css/search.less @@ -92,12 +92,12 @@ border-radius: 0 0 10px 10px; z-index: 10; overflow: auto; - animation: hintShow 0.3s forwards; + animation: hintSho 0.3s forwards; border: 0px solid #c4c7ce; border-top: none; box-shadow: 0px 5px 5px #dfdfdf; - @keyframes hintShow { + @keyframes hintSho { 0% { height: 0; }