feat:首页改版

This commit is contained in:
2026-07-09 14:11:16 +08:00
parent b8870a040f
commit 1aeb515cc5
3 changed files with 23 additions and 64 deletions
+5 -2
View File
@@ -27,11 +27,11 @@
<view class="mescrollUniView">
<view class="fall-col">
<PingItem v-for="(item, i) in leftList" :key="item.id" :obj="item" @ok="onJumpShop"
style="margin-top: 24rpx" />
class="ping-item" />
</view>
<view class="fall-col">
<PingItem v-for="(item, i) in rightList" :key="item.id" :obj="item" @ok="onJumpShop"
style="margin-top: 24rpx" />
class="ping-item" />
</view>
</view>
</mescroll-uni>
@@ -259,6 +259,7 @@ export default {
display: flex;
flex-direction: column;
align-items: center;
overflow-y: auto;
}
.mescrollUniView {
@@ -271,6 +272,8 @@ export default {
.fall-col {
width: 332rpx;
height: 100%;
display: grid;
grid-gap: 12rpx;
}
}
</style>