groupBuyDetail.wxss
449 字节
/* 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;
}