groupBuyDetail.wxss 715 字节
/* pages/groupBuyDetail/groupBuyDetail.wxss */
@import '../groupBuy/groupBuy.wxss';

.list_info_box {
  flex-wrap: wrap;
}

.service_btn_box {
  background: linear-gradient(-78deg, rgba(255, 83, 2, 1), rgba(252, 116, 0, 1)) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 36rpx !important;
  color: #fff !important;
  position: fixed !important;
  bottom: 0;
  left: 0;
  border-radius: 0;
}

.service_btn_box::after {
  border: 0;
  border-radius: 0;
}

.list_info_box {
  transition: 1s ease all;
}

.img_list {
  height: 200rpx;
  overflow: hidden;
  transition: 1s ease all;
}

.icon-xiala {
  margin-left: 20rpx;
  color: #6f6f6f;
}