推荐完成

This commit is contained in:
2020-06-02 09:16:41 +08:00
parent 15730b8506
commit c312152365
2 changed files with 43 additions and 4 deletions

View File

@@ -17,7 +17,14 @@
<swiper-item></swiper-item>
<swiper-item></swiper-item>
</swiper>
<videoItem></videoItem>
<view class="list">
<view >
<videoItem v-for="item in 10"></videoItem>
</view>
<view style="margin-left:20rpx">
<videoItem v-for="item in 10"></videoItem>
</view>
</view>
</scroll-view>
</swiper-item>
<swiper-item>
@@ -91,6 +98,9 @@
border-radius: 20rpx;
background-color: #0f0;
}
.list{
display: flex;
}
}
}
</style>