From a6348b251cb782835a84b8dd5a38d15c8bfc65e6 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 12:27:24 +0800 Subject: [PATCH] no message --- css/index.css | 5 +++++ css/index.less | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/css/index.css b/css/index.css index f491e8b..30a3ea4 100644 --- a/css/index.css +++ b/css/index.css @@ -43,6 +43,11 @@ line-height: 48px; background-color: transparent; color: #ffffff; + border: none; + outline: none; +} +.header-box .search .input::placeholder { + color: #ffffff; } .header-box .search .search-icon { width: 22px; diff --git a/css/index.less b/css/index.less index b3c3fe5..8413a2f 100644 --- a/css/index.less +++ b/css/index.less @@ -40,11 +40,17 @@ border-radius: 183px; padding: 0 20px; cursor: pointer; + .input { height: 48px; line-height: 48px; background-color: transparent; color: #ffffff; + border: none; + outline: none; + &::placeholder { + color: #ffffff; + } } .search-icon {