production_steps.wxss 390 字节
/* pages/index/production_steps/production_steps.wxss */
.banner_img{
  width: 750rpx;
  height: 750rpx;
}
.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;
}