From c3a9d425f147879a26e9210e02771d6078dbb07b Mon Sep 17 00:00:00 2001 From: SwTt29 <2055018491@qq.com> Date: Thu, 4 Dec 2025 16:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E6=B8=85=E9=99=A4=E6=8C=89=E9=92=AE=EF=BC=9A=E4=B9=B0=E5=AE=B6?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=B7=BB=E5=8A=A0=E6=B8=85=E9=99=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=8C=E8=B0=83=E6=95=B4=E5=8D=96=E5=AE=B6=E5=92=8C?= =?UTF-8?q?=E4=B9=B0=E5=AE=B6=E9=A1=B5=E9=9D=A2=E6=8C=89=E9=92=AE=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/buyer/index.wxml | 1 + pages/buyer/index.wxss | 15 +++++++++++++++ pages/seller/index.wxml | 2 +- pages/seller/index.wxss | 10 +++++----- 4 files changed, 22 insertions(+), 6 deletions(-) diff --git a/pages/buyer/index.wxml b/pages/buyer/index.wxml index fecbfa3..e801e27 100644 --- a/pages/buyer/index.wxml +++ b/pages/buyer/index.wxml @@ -10,6 +10,7 @@ bindconfirm="searchGoods" value="{{searchKeyword}}" /> + diff --git a/pages/buyer/index.wxss b/pages/buyer/index.wxss index c20b55c..2d20f4f 100644 --- a/pages/buyer/index.wxss +++ b/pages/buyer/index.wxss @@ -58,6 +58,21 @@ font-size: 30rpx; } +.clear-icon { + font-size: 45rpx; + color: #26ba20ff; + padding: 8rpx; + border-radius: 0; + background-color: transparent; + cursor: pointer; + transition: all 0.2s ease; +} + +.clear-icon:hover { + background-color: transparent; + color: #666; +} + .title { font-size: 36rpx; font-weight: bold; diff --git a/pages/seller/index.wxml b/pages/seller/index.wxml index 4ac54d0..e15eb6f 100644 --- a/pages/seller/index.wxml +++ b/pages/seller/index.wxml @@ -30,7 +30,7 @@ bindconfirm="searchSupplies" value="{{searchKeyword}}" /> - + diff --git a/pages/seller/index.wxss b/pages/seller/index.wxss index abfb65d..86271b4 100644 --- a/pages/seller/index.wxss +++ b/pages/seller/index.wxss @@ -70,17 +70,17 @@ button { } .clear-icon { - font-size: 24rpx; - color: #999; + font-size: 50rpx; + color: #36a913ff; padding: 8rpx; - border-radius: 50%; - background-color: #e9ecef; + border-radius: 0; + background-color: transparent; cursor: pointer; transition: all 0.2s ease; } .clear-icon:hover { - background-color: #dee2e6; + background-color: transparent; color: #666; }