优化首页搜索

This commit is contained in:
gyq
2025-05-19 14:41:10 +08:00
parent d53f5e0279
commit 803274c81e

View File

@@ -1062,13 +1062,13 @@
.search-wrap2 { .search-wrap2 {
position: absolute; position: absolute;
width: 100%; width: 100%;
bottom: -20upx; bottom: 0;
left: 0; left: 0;
padding: 20upx; padding: 20upx;
box-sizing: border-box; box-sizing: border-box;
$color: #fb1622; $color: #fb1622;
.search-content { .search-content {
height: 70upx; height: 60upx;
border: 1px solid $color; border: 1px solid $color;
border-radius: 12upx; border-radius: 12upx;
background-color: #fff; background-color: #fff;