From 95a00a582f735b3b177f5b47cefbef304fa42d84 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 15:02:40 +0800 Subject: [PATCH] no message --- css/search.css | 6 +++--- css/search.less | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/search.css b/css/search.css index eeb1a7b..bd0b56d 100644 --- a/css/search.css +++ b/css/search.css @@ -58,7 +58,7 @@ margin-bottom: 30px; position: relative; z-index: 10; - border: 2px solid #c4c7ce; + border: 1px solid #c4c7ce; } .boxbox .body .left .input-box.input-active { border-radius: 10px 10px 0 0; @@ -82,7 +82,7 @@ height: 0; max-height: 400px; top: 46px; - left: -2px; + left: -1px; background-color: #ffffff; border-radius: 0 0 10px 10px; z-index: 10; @@ -97,7 +97,7 @@ height: 0; } 100% { - border-width: 2px; + border-width: 1px; height: auto; } } diff --git a/css/search.less b/css/search.less index 48d4be4..c887c53 100644 --- a/css/search.less +++ b/css/search.less @@ -60,7 +60,7 @@ margin-bottom: 30px; position: relative; z-index: 10; - border: 2px solid #c4c7ce; + border: 1px solid #c4c7ce; &.input-active { border-radius: 10px 10px 0 0; @@ -87,7 +87,7 @@ height: 0; max-height: 400px; top: 46px; - left: -2px; + left: -1px; background-color: rgba(255, 255, 255, 1); border-radius: 0 0 10px 10px; z-index: 10; @@ -103,7 +103,7 @@ } 100% { - border-width: 2px; + border-width: 1px; height: auto; } }