partner.wxss 2.4 KB
page{
 overflow-x: hidden
}
.parterner{
  overflow-x: hidden
}

.parthead{
  width:750rpx;
  height:360rpx;
  font-size: 0;
  border-bottom:16rpx solid #FCF8F7
}
.parthead image{
  width:100%;
  height:100%;
}
.part_kind_item{
  /* height:80rpx; */
  display:flex;
  justify-content: space-between;
  line-height: 80rpx;
  padding: 0;
  border-bottom:1rpx solid #f5f5f5;
  color:#292525;
  font-size: 30rpx;
  font-weight: bold;
  flex-wrap: wrap
}
.iten_type{
  width:91rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 80rpx;
}
.part_kind_list{
  border-bottom:16rpx solid #FCF8F7
}
.nearsupport{
  width:750rpx;
  height:80rpx;
  padding: 0 37rpx;
  line-height: 80rpx;
  color:#292525;
  font-size: 26rpx;
  font-weight: bold;
}
.nearsupport_item{
  display:flex;
  align-content: center;
  padding: 16rpx 32rpx;
}
.support_item_img{
  width:180rpx;
  height:180rpx;
  font-size: 0;
  flex:0 0 auto;
}
.support_item_img image{
  width:100%;
  height:100%;
}
.support_item_name{
  color:#000;
  font-size: 32rpx;
  width:465rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item_price_box1{
  color:#292525;
  font-size:34rpx;
  font-weight: bold
}
.item_price_box2{
  color:#A89997;
  font-size:30rpx;
  margin-left:22rpx;
  text-decoration: line-through;
}
.support_meter{
  display: inline-block;
  height:32rpx;
  background:rgba(255,194,153,1);
  border-radius:3rpx;
  color:#fff;
  font-size: 24rpx;
  text-align: center;
  padding: 6rpx 12rpx;

}
.support_item_content{
  margin-left:32rpx;
  flex:1;
}
.support_item_price,.support_meter,.support_item_name{
  margin-top:15rpx;
}


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

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

}
.swiper_image{
    margin-top: 36rpx;
}
.user_comment{
    padding-bottom: 100rpx;
}
.swiper_image{
    position:relative;
}
.dots{
    /* width: 156rpx; */
    height: 36rpx;
    
    flex-direction: row;
    position: absolute;
    left: 0;
    right:0;
    display:flex;
    justify-content: center;
    bottom: 12rpx;
}
/*未选中时的小圆点样式 */
.dot{
    width: 16rpx;
    height: 16rpx;
    border-radius: 50%;
    margin-right: 26rpx;
    background-color:#fff;
}
/*选中以后的小圆点样式  */
.active{
    width: 36rpx;
    height: 16rpx;
    border-radius:8rpx;
    background-color: #fff;
}