custom-swiper.acss 166 B

12345678910111213
  1. .am_swiper_box {
  2. position: relative;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .am_swiper_mask {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 100%;
  12. }