partner.wxss 2.6 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: 176rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 20rpx;
}

.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: 193rpx;
  height: 193rpx;
  font-size: 0;
  flex: 0 0 auto;
}

.support_item_img image {
  width: 100%;
  height: 100%;
}

.support_item_name {
  color: #000;
  font-size: 30rpx;
  width: 465rpx;
  height: 87rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0!important;
}
.support_item_price{
  margin-top: 0!important;
}
.item_price_box1 {
  color: #292525;
  font-size: 32rpx;
  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;
  margin-top:0!important
}

.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;
}