In swiper3, how can you control how other lines are displayed differently from the first line after the slidesPerColumn is set in the broadcast graph?

effect to be achieved:

:

Settings:

// 
var mySwiper = new Swiper(".swiper-container-column", {
  direction: "horizontal",
  slidesPerColumn : 2,
  grabCursor: true,
  slidesPerView: 2.5,
  initialSlide: 0,
  slidesPerColumnFill : "row",
  centeredSlides: false,

  // 
  pagination: ".swiper-pagination-column",
  paginationClickable: true,
})
Dec.04,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3771e-2b5e0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3771e-2b5e0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?