From f93ed4854a985baf5eddac4797e5153a1c88b397 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 15:12:51 +0800 Subject: [PATCH] no message --- css/index.css | 4 ++++ css/index.less | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/css/index.css b/css/index.css index 98b1e07..e29b65e 100644 --- a/css/index.css +++ b/css/index.css @@ -40,6 +40,10 @@ position: relative; z-index: 10; } +.header-box .search.input-active { + border-radius: 10px 10px 0 0; + border-bottom: none; +} .header-box .search .input { height: 48px; line-height: 48px; diff --git a/css/index.less b/css/index.less index 87863e6..24bc785 100644 --- a/css/index.less +++ b/css/index.less @@ -43,6 +43,11 @@ position: relative; z-index: 10; + &.input-active { + border-radius: 10px 10px 0 0; + border-bottom: none; + } + .input { height: 48px; line-height: 48px;