|
@@ -123,6 +123,19 @@ swiper {
|
|
|
padding: 0 !important;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+ .activity {
|
|
|
+ width: 96%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ text-align: center;
|
|
|
+ padding: 14rpx;
|
|
|
+ background-color: #F6E0E2;
|
|
|
+ color: #CB3B3B;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ border: 1px #CB3B3B dashed;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ }
|
|
|
+
|
|
|
.product-box {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
@@ -142,6 +155,8 @@ swiper {
|
|
|
.active {
|
|
|
background: #E7EEFF;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.product-box:last-child {
|