@import "../style/var.less";


:root {
  --var-swier-height: 240px;
}

.yh-swiper {
  &-not-touch {
    touch-action: none;
  }
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  &-vertical-x {
    .yh-swiper-item {
      display: inline-block;
      width: 100%;
      height: var(--var-swier-height);
      overflow: hidden;
      &>div {
        width: 100%;
        height: 100%;
        overflow: hidden;
      }
    }  
  }
  
  &-vertical-y {

  }

 
}