production_steps.wxss 708 字节
/* pages/index/production_steps/production_steps.wxss */
page{
        width: 100%;
       height: 100%;
        overflow: hidden
}
.big_box{
        width: 100%;
       height: 100%;
       }
.banner{
        /* position: absolute;
        top: 0;
        left: 0; */

}
.swiper{
        width: 100%;
        height: 100%;
}
.banner_img{
  width: 100%;
  height: 100%;
}
.banner_img image{
  width: 100%;
  height: 100%;
}
.content_item{
  padding: 0 25rpx;
  font-size: 30rpx;
  color: #333;
}
.production_step{
  font-size: 34rpx;
  font-weight: bold;
  color: #333;
  margin-top: 51rpx;
}
.content{
  margin-top: 30rpx;
}
.tips{
  margin-top: 45rpx;
}
swiper {
        width: 100%;
        height: 100%
}