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 {