homeindex.wxss 1.7 KB
/* @import '../template/template.wxss'; */

page{
  background: #FFF6F5F3;
}
.pagebox{
  /* margin-bottom:100rpx; */
}

/*轮播图*/
.slide-image{
    width:750rpx;
    margin: 0 auto;

    height:100%;
}
.swiper_image,.swiper_item_img{
    width:750rpx;
    height:691rpx;
    margin:0 auto;

}

.user_comment{
    padding-bottom: 100rpx;
}
.swiper_image{
    position:relative;
}
.title{
  color:#999999;
  font-size: 28rpx;
  text-align: center;
  margin-top:126rpx;
}
.secondtitle{
  color:#41403E;
  font-size: 36rpx;
  text-align: center;
  margin-top:74rpx;
  
}
.thirdtitle{
  color:#41403E;
  font-size: 36rpx;
  text-align: center;
  margin-top:51rpx;
}
.goodname{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 118rpx;
  box-sizing: border-box;
  margin-top:116rpx;
}
.goodnameitem{
  color:#000000;
  font-size: 26rpx;
  font-weight: bold

}

/* 中间轮播图 */
.swiper_image_two{
  width:750rpx;
  height:420rpx;
  position:relative;

}
.swiper_item_imgtwo{
   width:750rpx;
  height:420rpx;
}
.swiper_item_imgtwo swiper-item{
  width:750rpx;
  height:420rpx;
}
.swiper_item_imgtwo swiper-item image{
  width:100%;
  height:100%;
}


.dots{
    width: 750rpx;
    height: 36rpx;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    
    bottom: -20rpx;
}
/*未选中时的小圆点样式 */
.dot{
    width: 245rpx;
    height: 4rpx;
    
   
    background-color:#E9E7E8;
}
/*选中以后的小圆点样式  */
.active{
    width: 245rpx;
    height: 6rpx;
    border-radius:20rpx;
   
    background-color: #363435;
}

.bottomimgitem{
  width:750rpx;
  height:970rpx;
  font-size: 0;
  margin-top:80rpx;
}
.bottomimgitem image{
  width:100%;
  height:100%;
}