refund 8.6

This commit is contained in:
2020-08-06 10:48:21 +08:00
parent 720af35b11
commit 2cb8f90281
9 changed files with 150 additions and 48 deletions

View File

@@ -2,7 +2,10 @@
<view class="group">
<view class="top">
<text>全部拼团</text>
<text @click="viewMore">查看更多></text>
<view class="more" @click="viewMore">
<text>查看更多</text>
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
</view>
</view>
<view class="label">
<u-tabs-swiper ref="group" :list="classifyList" name="gc_name" :is-scroll="true" active-color="#FF780F" :current="current" font-size="24" :show-bar="false" @change="tabsChange" height="88"></u-tabs-swiper>
@@ -88,10 +91,12 @@ export default {
font-size: 30rpx;
color: #333;
}
>text:last-child{
font-size: 18rpx;
color: #999;
}
.more {
font-size: 18rpx;
display: flex;
align-items: center;
color: #999;
}
}
.list {
box-sizing: border-box;