swiper多列无缝滚动
const swiperOptions = {speed:2000, //匀速时间direction:”vertical”,autoplay: {delay:0,stopOnLastSlide:false,disableOnInteraction:false,},on: {observerUpdate:function () {console.log(“监测到 DOM 变化,更新 Swiper”);swiper_bottom.destroy();getData(1);},},loop:true,// loopedSlides: 10,slidesPerView:”auto”,// spaceBetween: 15,observer:true,observeParents:true, // 当 Swiper 的父元素变化时,会更新 swiper};
github无法访问
github 无法访问:用 edge
liunx速记
cat /proc/version 查看发行版,Redhat,centos 等系统才是用 yum;ubuntu,Debian 等系统是用 apt
css flex 失效
父级设置宽高
父级设置 overflow: hidden;