|
@@ -31,8 +31,9 @@ page{background-color: #f5f5f5;}
|
|
|
.type-nav-item-subtil{font-size: 24rpx;color: #999;line-height: 33rpx;font-weight: 400;}
|
|
|
.type-nav-item.active .active-bg{width: 78rpx;margin-left: -39rpx;height: 54rpx;margin-top: -27rpx;position: absolute;left: 50%;top: 50%;z-index: -1;}
|
|
|
|
|
|
-.product-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
|
|
|
+.product-list{display: flex;justify-content: flex-start;flex-wrap: wrap;}
|
|
|
.product-list-item{width: 200rpx;height: 200rpx;position: relative;margin-bottom: 18rpx;overflow: hidden;border-radius: 16rpx;text-align: center;}
|
|
|
+.product-list-item:nth-child(3n-1){margin-left: 10rpx;margin-right: 10rpx;}
|
|
|
.product-list-item .product-img{width: 100%;height: 100%;}
|
|
|
.product-list-item .product-text{position: absolute;left: 0;bottom: 0;right: 0;height: 56rpx;line-height: 56rpx;font-size: 24rpx;color: #fff;padding-left: 16rpx;overflow: hidden;text-overflow: ellipsis;background: rgba(0, 0, 0, 0.4);}
|
|
|
|