From 816e1e8b5c17ceeba272e30fcd9335c32b5fbafe Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 12:20:08 +0800 Subject: [PATCH] no message --- css/search.css | 1 + css/search.less | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/search.css b/css/search.css index 85a1fa3..5bebaca 100644 --- a/css/search.css +++ b/css/search.css @@ -92,6 +92,7 @@ overflow: auto; animation: hintShow 0.3s forwards; border: 0px solid #ebebeb; + box-shadow: 0px 5px 5px #dfdfdf; } @keyframes hintShow { 0% { diff --git a/css/search.less b/css/search.less index 97dcfc1..1ddc3d6 100644 --- a/css/search.less +++ b/css/search.less @@ -96,7 +96,7 @@ overflow: auto; animation: hintShow 0.3s forwards; border: 0px solid rgba(235, 235, 235, 1); - + box-shadow: 0px 5px 5px #dfdfdf; @keyframes hintShow { 0% { height: 0;