|
@@ -21,7 +21,7 @@
|
|
class="product-item main-left"
|
|
class="product-item main-left"
|
|
@click="$u.route({url: `/pages/product/list?cate_id=${item.id}`})"
|
|
@click="$u.route({url: `/pages/product/list?cate_id=${item.id}`})"
|
|
>
|
|
>
|
|
- <view class="detail cross-center">
|
|
|
|
|
|
+ <view class="detail cross-center main-center">
|
|
<!-- <text>热销品类排名</text>-->
|
|
<!-- <text>热销品类排名</text>-->
|
|
<view class="name"> {{ item.name }}</view>
|
|
<view class="name"> {{ item.name }}</view>
|
|
</view>
|
|
</view>
|
|
@@ -95,8 +95,7 @@ export default {
|
|
color: #b4936d;
|
|
color: #b4936d;
|
|
}
|
|
}
|
|
.name{
|
|
.name{
|
|
- font-size: 34rpx;
|
|
|
|
- padding-left: 40rpx;
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.cover-img{
|
|
.cover-img{
|