|
|
@ -6,7 +6,7 @@ |
|
|
|
|
|
|
|
|
<!-- 搜索区域 --> |
|
|
<!-- 搜索区域 --> |
|
|
<view class="search-section"> |
|
|
<view class="search-section"> |
|
|
<view class="search-bar" style="width: 574rpx; display: flex; box-sizing: border-box"> |
|
|
<view class="search-bar" style="width: 693rpx; display: flex; box-sizing: border-box"> |
|
|
<view class="search-input-wrapper"> |
|
|
<view class="search-input-wrapper"> |
|
|
<!-- 将地区选择器放在最左边 --> |
|
|
<!-- 将地区选择器放在最左边 --> |
|
|
<view class="region-selector" bindtap="toggleRegionPicker"> |
|
|
<view class="region-selector" bindtap="toggleRegionPicker"> |
|
|
@ -22,7 +22,7 @@ |
|
|
bindinput="onSearchInput" |
|
|
bindinput="onSearchInput" |
|
|
/> |
|
|
/> |
|
|
</view> |
|
|
</view> |
|
|
<view class="egg-inner" style="position: relative; left: 129rpx; top: 0rpx" bindtap="openAdvancedFilter">筛选</view> |
|
|
<view class="egg-inner" style="position: relative;" bindtap="openAdvancedFilter">筛选</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|