index.wxss 1.2 KB
page{
  height:100%;
  widht:750rpx;
}

/* 轮播图 */
.swiper_image{
  width:750rpx;
  height:100%;
  font-size: 0;
 
  position: relative;
  

}
.swiper_item_img{
 
  height:100%
}
.swiper_image image{
  width:100%;
  height:100%;
  /* box-shadow:0px -1px 6px 0px rgba(212,137,96,0.11); */
 
}
.swiper_item_img swiper-item{
   width:750rpx;
  height:100%;
  

  
}
.swiper_item_img swiper-item image{
  width:100%;
  height:100%;
 
}


.dots{
    /* width: 156rpx; */
    height: 36rpx;
    display: flex;
    flex-direction: row;
    position: absolute;
    justify-content: center;
    left: 0;
    right:0;
    bottom: 20rpx;
}
/*未选中时的小圆点样式 */
.dot{
    width: 14rpx;
    height: 14rpx;
    border-radius: 50%;
    margin-right: 26rpx;
    background-color:#B9C0F7;
}
/*选中以后的小圆点样式  */
.active{
    width: 14rpx;
    height: 14rpx;
    border-radius:50%;
    background:linear-gradient(0deg,rgba(255,54,67,1),rgba(223,0,14,1));
    border:3rpx solid #fff;

}

.qidong{
  width:540rpx;
  height:100rpx;
  background:rgba(232,24,37,1);
  border-radius:50rpx;
  color:#fff;
  
  position: absolute;
  bottom:200rpx;
  left:0;
  right:0;
  margin:0 auto;
}