@@ -242,6 +242,28 @@
justify-content: flex-start;
flex-direction: column;
}
+
+.ant-carousel .slick-dots li button {
+ border: 0;
+ cursor: pointer;
+ background: green;
+ opacity: 0.5;
+ display: block;
+ width: 25px;
+ height: 7px;
+ border-radius: 3px;
+ outline: none;
+ font-size: 0;
+ color: transparent;
+ -webkit-transition: all 0.5s;
+ transition: all 0.5s;
+ padding: 0;
+}
+.ant-carousel .slick-dots li.slick-active button {
+ background: #FD7F71;
+ opacity: 1;
+ width: 20px;
.topPrice{
position: fixed;