轮播图上添加不跟随滑动的标题

 

   

     

       

     

   

 

 

    {{custname}}

 




.swiper-container {

  position: relative;

}

.swiper {

  height: 360rpx;

}

.swiper-container .swiper {

  height: 350rpx;

}

.swiper-item {

  width: 94%;

  margin-left: 3%;

  display: block;

  height: 100%;

}

.title-css {

  padding-left:30rpx;

  padding-bottom: 10rpx;

  position: absolute;

  bottom:0;

  left:0%;

  transform:translateX(0%);

  text-align:left;

}

你可能感兴趣的:(轮播图上添加不跟随滑动的标题)