一、Swiper方法
pagination: { el: '.swiper-pagination', }, 分頁器
nextEl: '.swiper-button-next' 前進按鈕
prevEl: '.swiper-button-prev' 後退按鈕
scrollbar: { el: '.swiper-scrollbar', }, 滾動條
二、CSS文法
justify-content:flex-end 項目位于容器的開頭
justify-content:center 項目位于容器中央
justify-content:flex-start 項目位于容器開端
justify-content:space-aroud 項目在行之前、行之間和行之後留有空間
div{
display:flex;