|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2019-08-22 19:41:20
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-05-05 10:52:47
|
|
|
|
|
* @LastEditTime: 2022-05-05 18:42:34
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -33,10 +33,10 @@
|
|
|
|
|
</view>
|
|
|
|
|
<Seckill :data="seckillData" v-if="seckillData.activityTimeVO"></Seckill>
|
|
|
|
|
|
|
|
|
|
<view class="title">为您甄选</view>
|
|
|
|
|
<view class="title">甄选推荐</view>
|
|
|
|
|
<Pick :data="recommendedGoodsList"></Pick>
|
|
|
|
|
|
|
|
|
|
<view class="title">为您推荐</view>
|
|
|
|
|
<view class="title">为您精选</view>
|
|
|
|
|
<BsChoiceGoods ref="goodsGroup" ></BsChoiceGoods>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -142,7 +142,7 @@ page {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
background: $color-blue5;
|
|
|
|
|
background: #F3574D;
|
|
|
|
|
}
|
|
|
|
|
.logo{
|
|
|
|
|
width: 265rpx;
|
|
|
|
@ -170,7 +170,7 @@ page {
|
|
|
|
|
}
|
|
|
|
|
.search{
|
|
|
|
|
padding: 5rpx 30rpx 0;
|
|
|
|
|
background: $color-blue5;
|
|
|
|
|
background: #F3574D;
|
|
|
|
|
&__min{
|
|
|
|
|
width: 548rpx;
|
|
|
|
|
padding: 0;
|
|
|
|
|