swiper制作日期滑动导航

swiper制作日期滑动导航

引入css,js

swiper制作日期滑动导航

生成列表

swiper-container:总容器
swiper-wrapper:内容容器(swiper-pagination:分页容器,这个插件用不到,还有一些其他容器,标识各有不同)
swiper-slide:单项标识

swiper制作日期滑动导航

实例化插件

slidesPerView:页面上显示的个数
swiper制作日期滑动导航