diff --git a/src/pages/search.wpy b/src/pages/search.wpy
index b9a68c4..9fcc3e9 100644
--- a/src/pages/search.wpy
+++ b/src/pages/search.wpy
@@ -7,7 +7,7 @@
.grid-list {
display: flex;
flex-wrap: wrap;
- padding: 5rpx;
+ padding: 5rpx 0;
}
@@ -16,17 +16,19 @@
-
+
-
-
+
+
-
+
+
+
取消
@@ -48,16 +50,16 @@
-
-
-
-
-
-
+
-
+
+
+
+
+
+
diff --git a/src/style/search.less b/src/style/search.less
index b86f5ac..c682db5 100644
--- a/src/style/search.less
+++ b/src/style/search.less
@@ -51,6 +51,7 @@
width: 100%;
box-sizing: border-box;
z-index: 1;
+ height: @weuiSearchBarHeight;
}
.weui-search-bar__input {
height: @weuiSearchBarHeight;
@@ -76,6 +77,7 @@
color: #9B9B9B;
background: #FFFFFF;
line-height: @weuiSearchBarHeight;
+ height: 28px;
}
.weui-search-bar__cancel-btn {
margin-left: 10px;