From 3f4e640b4aa9f658107676dd53bc5fcbd2c2570f Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 12:04:13 +0800 Subject: [PATCH] no message --- css/search.css | 3 ++- css/search.less | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/search.css b/css/search.css index 7117a82..decdb58 100644 --- a/css/search.css +++ b/css/search.css @@ -57,6 +57,7 @@ padding: 0 20px; margin-bottom: 30px; position: relative; + z-index: 10; } .boxbox .body .left .input-box input { border: none; @@ -76,7 +77,7 @@ height: 100%; top: 0; left: 0; - z-index: 10; + z-index: -1; } .boxbox .body .left .input-box .hint-list { position: absolute; diff --git a/css/search.less b/css/search.less index 7ffe5ac..8e22e03 100644 --- a/css/search.less +++ b/css/search.less @@ -59,6 +59,7 @@ padding: 0 20px; margin-bottom: 30px; position: relative; + z-index: 10; input { border: none; outline: none; @@ -79,7 +80,7 @@ height: 100%; top: 0; left: 0; - z-index: 10; + z-index: -1; } .hint-list {