experience.wxss 1.9 KB
/* 轮播图 */
.swiper_image{
  width:750rpx;
  height:376rpx;
  font-size: 0;
  margin: 30rpx auto 0;
  position: relative;
  box-shadow:0px -1px 6px 0px rgba(212,137,96,0.11);
 

}
.swiper_item_img{
 
  height:376rpx;
}
.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:686rpx;
  height:376rpx;
  box-shadow:0px -1px 6px 0px rgba(212,137,96,0.11);
  display:felx;
  align-items: center;justify-content: center;

  
}
.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: 12rpx;
    height: 12rpx;
    border-radius: 50%;
    margin-right: 26rpx;
    background-color:#fff;
}
/*选中以后的小圆点样式  */
.active{
    width: 12rpx;
    height: 12rpx;
    border-radius:50%;
    background-color: #FF5A4E;
    

}

.pingboxtop{
    display:flex;
    align-items: center
}
.pingleft{
  width:82rpx;
  height: 82rpx;
  font-size: 0;
  border-radius: 50%;
}
.pingbox{
  padding: 0 34rpx;
  box-sizing: border-box;
  margin-bottom:20rpx;
  
}
.pingleft image{
  border-radius: 50%;
}
.pingboxitem{
  padding: 24rpx 0;
  box-sizing: border-box
}
.pigright{
  color:#06121E;
  font-size: 32rpx;
  margin-left:28rpx;
}
.pingbottom{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top:24rpx;

}
.pingbottomleftimg{
  width:35rpx;
  height:33rpx;
  font-size: 0
}
.pingbottomleft{
  display:flex;
  align-items: center
}
.pingdidian{
  color:#06121E;
  font-size: 28rpx;
  margin-left:12rpx;
}
.pingbottomright{
  display:flex;
  align-items: center;
}

.pingbottomrightimg{
  width:28rpx;
  height:28rpx;
  font-size: 0
}
.zannum{
  color:#FF5A4E;
  font-size: 24rpx;
}