.swiper-container { width: 1200px; height: 180px; padding: 0 10px; justify-content: center; --swiper-theme-color: rgb(255, 0, 55); } #my_pagination .swiper-pagination-bullet { background: #fff; } #my_pagination .swiper-pagination-bullet-active { background: rgb(255, 0, 55); } .swiper-container img { margin: 20px 30px 0; }