From 8fae6238f8a32bbd7fba5de4d86e0592b5ecd97b Mon Sep 17 00:00:00 2001 From: Lee <342694918@qq.com> Date: Wed, 14 Sep 2022 10:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=96=B9=E5=BC=8F=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 +++++ user/business.html | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index efd7d24..57381e2 100644 --- a/css/style.css +++ b/css/style.css @@ -292,12 +292,17 @@ .search-input { width: calc(100% - .6rem); line-height: .8rem; + -webkit-appearance: none; } .search-input::-webkit-input-placeholder { color: #868686; } +.search-input::-webkit-search-cancel-button{ + -webkit-appearance: none; +} + .search img { width: .4rem; height: .4rem; diff --git a/user/business.html b/user/business.html index 1cdfd11..e0eb98b 100644 --- a/user/business.html +++ b/user/business.html @@ -18,7 +18,9 @@