|
@@ -14,7 +14,7 @@
|
|
|
</view>
|
|
|
<view class="white-bgc px-10 mb-10">
|
|
|
<SwiperAd :list="swiperAdList"></SwiperAd>
|
|
|
- <view class="px-10">
|
|
|
+ <view class="px-5">
|
|
|
<FilterList :list="filterList" idValue="label" @change="handleSearch"></FilterList>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -93,6 +93,7 @@ const loadingMore = () => { // 加载更多
|
|
|
.px-0 { padding-left: 0 !important; padding-right: 0 !important; }
|
|
|
.pb-10 { padding-bottom: 10px; }
|
|
|
.pb-20 { padding-bottom: 20px; }
|
|
|
+.px-5 { padding-left: 5px; padding-right: 5px; }
|
|
|
.px-10 { padding-left: 10px; padding-right: 10px; }
|
|
|
.mx-10 { margin-left: 10px; margin-right: 10px }
|
|
|
.mx-20 { margin-left: 20px; margin-right: 20px; }
|