diff --git a/pages/index/index.vue b/pages/index/index.vue index 8b9c677..d2d43d5 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1062,13 +1062,13 @@ .search-wrap2 { position: absolute; width: 100%; - bottom: -20upx; + bottom: 0; left: 0; padding: 20upx; box-sizing: border-box; $color: #fb1622; .search-content { - height: 70upx; + height: 60upx; border: 1px solid $color; border-radius: 12upx; background-color: #fff;