选择swiper-warpper中最后一个swiper-slide取消右外边距
给swiper-slide父容器swiper-warpper设置last-child
swiper-wrapper:last-child 会选取其父元素(playlist)下的最后一个.swiper-wrapper子元素,这里最后一个子元素是span。
swiper-wrapper:last-child