添加足迹页面

This commit is contained in:
xuwenbo
2020-09-11 09:34:29 +08:00
parent f8205c8ba9
commit 4d25381a0c
4 changed files with 213 additions and 111 deletions

View File

@ -4,7 +4,7 @@
<scroll-view class="scroll-box" scroll-y enable-back-to-top scroll-with-animation @scrolltolower="loadMore">
<view class="group-wrap">
<view class="group-head x-bc">
<text class="group-head__title">爆款推荐</text>
<text class="group-head__title">爆款拼团</text>
<text class="group-head__notice">省钱省心限时拼</text>
</view>
<view class="group-box">
@ -129,7 +129,7 @@ export default {
<style lang="scss">
.group-wrap {
background: url('~@/static/images/group_list_bg.png') no-repeat;
background: url('~@/static/images/index-bg.png') no-repeat;
background-size: 100% 374rpx;
}
.group-head {