This commit is contained in:
Gdpao
2020-08-04 19:39:31 +08:00
parent f69a82ace5
commit afc7731781
11 changed files with 229 additions and 214 deletions

View File

@@ -9,7 +9,7 @@
<view class="content">
<!-- 正文内容 -->
</view>
<view class="sousuo"></view>
<!-- <view class="sousuo"></view> -->
<view class="backes">
<titles :information="information_dles"></titles>
</view>
@@ -42,7 +42,7 @@
},
{
id: 0,
url: '../../static/pageD/info(6).png',
url: '../../static/pageD/info(13).png.png',
text: '活动消息'
},
{

View File

@@ -35,7 +35,7 @@
</view>
</view>
<view class="fenlei">
<shopitem v-for="item in goodsClassify" :key="item.gc_id" :info="item" class="item"></shopitem>
<shopitem v-for="item in goodsClassify" :key="item.gc_id" :info="item"></shopitem>
</view>
<!-- 秒杀 -->
<recommend v-if="JSON.stringify(recommendedSpike) != '{}'" :recommendData="recommendedSpike" type="spike"></recommend>
@@ -299,19 +299,11 @@
}
.fenlei {
padding: 30rpx;
background-color: #ffffff;
display: flex;
flex-wrap: wrap;
padding: 30rpx;
margin-bottom: 20rpx;
>view {
margin-bottom: 30rpx;
&:not(:nth-child(5n)) {
margin-right: 70rpx;
}
}
background-color: #ffffff;
}
.activity-view {