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="recommend">
<view class="top">
<text>今日拼团推荐</text>
<text @click="toDetailsPage">点击查看更多></text>
<view class="more" @click="toDetailsPage">
<text>点击查看更多</text>
<u-icon name="arrow-right" color="#999" size="22"></u-icon>
</view>
</view>
<view class="connect">
<view class="user">
@@ -66,7 +69,7 @@ export default {
}
</script>
<style lang="scss" scoped>
.recommend{
.recommend {
margin-bottom: 20rpx;
padding: 0 30rpx;
background-color: #ffffff;
@@ -79,10 +82,11 @@ export default {
font-size: 30rpx;
color: #333;
}
>text:last-child{
font-size: 18rpx;
color: #999;
}
.more {
display: flex;
align-items: center;
color: #999;
}
}
.connect{
padding: 30rpx;