|
@@ -51,10 +51,20 @@
|
|
.swiper {
|
|
.swiper {
|
|
--swiper-theme-color: #FE2451 !important;
|
|
--swiper-theme-color: #FE2451 !important;
|
|
--swiper-pagination-bottom: 0px !important;
|
|
--swiper-pagination-bottom: 0px !important;
|
|
|
|
+ --swiper-pagination-bullet-size: 6px !important;
|
|
padding-bottom: 15px;
|
|
padding-bottom: 15px;
|
|
min-height: 130px;
|
|
min-height: 130px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .swiper-pagination-bullet {
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ opacity: 1;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .swiper-pagination-bullet-active {
|
|
|
|
+ background-color: #FE2451;
|
|
|
|
+ }
|
|
|
|
+
|
|
.swiper-container {
|
|
.swiper-container {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -78,7 +88,7 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
transition: 300ms;
|
|
transition: 300ms;
|
|
transform: scale(0.8) !important;
|
|
transform: scale(0.8) !important;
|
|
- width: 50%;
|
|
|
|
|
|
+ width: 53%;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -208,7 +218,7 @@
|
|
.des {
|
|
.des {
|
|
padding: 0 16px;
|
|
padding: 0 16px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- color: #000000;
|
|
|
|
|
|
+ color: #777;
|
|
line-height: 20px;
|
|
line-height: 20px;
|
|
}
|
|
}
|
|
}
|
|
}
|