diff --git a/components/diy_searchbox/diy_searchbox.wxml b/components/diy_searchbox/diy_searchbox.wxml
index c3dbd26..9637569 100644
--- a/components/diy_searchbox/diy_searchbox.wxml
+++ b/components/diy_searchbox/diy_searchbox.wxml
@@ -1,7 +1,9 @@
+
+
-
+
在店铺内搜索
@@ -14,6 +16,12 @@
+
+ 2121
+ 2121
+ 2121
+ 清除
+
@@ -21,50 +29,53 @@
-
-
-
-
-
-
-
-
-
- 在店铺内搜索
-
-
-
-
-
-
-
-
- 2121
- 2121
- 2121
- 清除
-
-
+
+
+
+
+
+
+
+
+
+
+ 在店铺内搜索
+
+
+
+
+
+
+
+
+ 2121
+ 2121
+ 2121
+ 清除
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
\ No newline at end of file
diff --git a/components/diy_searchbox/diy_searchbox.wxss b/components/diy_searchbox/diy_searchbox.wxss
index e09d542..523f371 100644
--- a/components/diy_searchbox/diy_searchbox.wxss
+++ b/components/diy_searchbox/diy_searchbox.wxss
@@ -109,7 +109,8 @@
content: "\e7b3";
}
-.his_str{
+
+.his_str {
position: absolute;
width: 600rpx;
top: 76rpx;
@@ -120,6 +121,14 @@
box-sizing: border-box;
}
+.his_str.his_str1 {
+ width: 708rpx;
+}
+
+.his_str1.his_str {
+ top: 96rpx;
+}
+
.pr {
position: relative;
}
@@ -131,6 +140,7 @@
.item {
padding: 0 20rpx;
border-bottom: 2rpx solid #f0f0f0;
+ line-height: 60rpx;
}
/* .item ~ .item {
border-top: 2rpx solid #f0f0f0;
@@ -139,4 +149,10 @@
.clear {
text-align: right;
padding: 0 20rpx;
-}
\ No newline at end of file
+ line-height: 60rpx;
+}
+
+/* .w100 {
+ width: 100%;
+ box-sizing: border-box;
+} */
\ No newline at end of file