@import "../style/var.less";

.fe-swiper-wrap {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  .fe-swiper-item-wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    .fe-swiper-item {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      text-align: center;
      line-height: 100px;
      float: left;
    }
  }
  .indicators-wrap {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    span {
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
      margin: 0 2px;
      &.active {
        background-color: @swiper-indicator-active;
      }
    }
  }
}
