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;
}