groupBuy.wxss 6.0 KB
/* pages/groupBuy/groupBuy.wxss */

page {
  background: #f5f5f5;
}

.banner_img {
  width: 100%;
  height: 350rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.title_box {
  width: 100%;
  height: 80rpx;
  background: #fff;
  padding: 0 40rpx;
  font-size: 32rpx;
  color: #464646;
  display: flex;
  align-items: center;
  margin-top: 20rpx;
  position: relative;
}

.title_content::after {
  content: '';
  width: 6rpx;
  height: 32rpx;
  background: #3fa9f5;
  position: absolute;
  left: 20rpx;
  top: 50%;
  transform: translateY(-50%);
}

.tab_box {
  width: 100%;
  height: 100rpx;
  background: #fff;
  margin-top: 20rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22rpx;
  font-size: 30rpx;
  color: #464646;
  text-align: center;
  box-sizing: border-box;
}

.tab_item {
  width: 30%;
  position: relative;
}

.tab_active {
  color: #3fa9f5;
}

.tab_active::after {
  content: '';
  width: 100%;
  height: 4rpx;
  background: #3fa9f5;
  position: absolute;
  left: 0;
  bottom: -30rpx;
}

.content_box {
  margin-top: 20rpx;
  /* padding-bottom: 100rpx; */
}

.null_box {
  width: 100%;
  height: 100rpx;
}

.item_list {
  margin-bottom: 20rpx;
  background: #fff;
  padding: 0 20rpx;
}

.list_title_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 28rpx;
  color: #464646;
  padding: 10rpx 0;
  border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
}

.icon-fanhui {
  margin-left: 20rpx;
}

.list_info_box {
  display: flex;
  align-items: flex-start;
  padding: 20rpx 20rpx;
}

.info_item {
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  margin-right: 37rpx;
  margin-bottom: 20rpx;
}

.info_item:nth-child(5n) {
  margin-right: 0;
}

.info_item:last-child {
  margin-right: 0;
}

.info_box {
  width: 100rpx;
  height: 100rpx;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  border: 1rpx dashed #3fa9f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.info_box img {
  width: 100%;
  height: 100%;
}

.info_label {
  position: absolute;
  bottom: 10rpx;
  left: 50%;
  transform: translateX(-50%);
  width: 56rpx;
  height: 20rpx;
  background: rgba(252, 91, 99, 1);
  border-radius: 8rpx;
  font-size: 14rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_time {
  text-align: center;
  font-size: 18rpx;
  color: #6e6e6e;
  margin-top: 20rpx;
}

.list_info {
  font-size: 24rpx;
  color: #6e6e6e;
  text-align: center;
  position: relative;
  margin-bottom: 20rpx;
}

.list_info text {
  color: #fc5b63;
}

.list_info_item::after {
  content: '';
  width: 30%;
  height: 2rpx;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 50%;
}

.list_info_item::before {
  content: '';
  width: 30%;
  height: 2rpx;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 50%;
}

.user_info_box {
  font-size: 24rpx;
  color: #6e6e6e;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20rpx;
}

.user_info {
  display: flex;
  align-items: center;
  font-size: 24rpx;
  color: #6e6e6e;
}

.user_info .info_box {
  margin-right: 16rpx;
}

.info_state {
  color: #fc5b63;
  margin-top: 20rpx;
}

.state_box {
  padding-top:35rpx;
  text-align: right;
}

.bottom_box {
  width: 100%;
  height: 80rpx;
  background: #fdefb5;
  font-size: 24rpx;
  color: #fc5b63;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10rpx 20rpx;
  box-sizing: border-box;
}

/* 团购成交记录 */

.list_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
  padding: 30rpx 0;
  box-sizing: border-box;
  text-align: center;
}

.list_tab_item {
  width: 33.3%;
  font-size: 27rpx;
  color: #464646;
  position: relative;
}

.list_label {
  width: 180rpx;
  height: 22rpx;
  position: absolute;
  bottom: -28rpx;
  left: 50%;
  transform: translateX(-50%);
  /* padding: 2rpx 8rpx;
  box-sizing: border-box; */
  background: rgba(252, 91, 99, 1);
  border-radius: 10rpx;
  font-size: 18rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_content {
  border: 0 !important;
  padding: 15rpx 0 !important;
}

.list_content .list_tab_item {
  font-size: 23rpx !important;
  color: #a3a3a3 !important;
}

/* 发起团购 */

.icon-xuanzhong {
  font-size: 24rpx;
  margin-right: 18rpx;
}

.service_info {
  font-size: 24rpx;
  color: #3fa9f5;
  position: relative;
}

.service_info::after {
  content: '';
  width: 100%;
  height: 4rpx;
  background: #3fa9f5;
  position: absolute;
  left: 0;
  bottom: -3rpx;
}

.service_info_box {
  width: 100%;
  /* height: 50rpx; */
  background: #fdefb5;
  font-size: 24rpx;
  color: #fc5b63;
  padding: 10rpx 20rpx;
  box-sizing: border-box;
}

.service_box {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

.service_btn_box {
  width: 100% !important;
  height: 97rpx !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 30rpx !important;
  color: #464646 !important;
  padding-left: 20rpx !important;
  background: #fff !important;
}

.pay_btn {
  width: 230rpx;
  height: 100%;
  background: #3fa9f5;
  font-size: 36rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list_label_box {
  width: 100%;
  min-height: 200rpx;
  font-size: 28rpx;
  color: #464646;
  background: rgba(255, 255, 255, 1);
  border-radius: 10rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.group_time {
  margin-top: 40rpx;
}

.group_time text, .group_num text {
  font-size: 24rpx;
  color: #fc5b63;
}

.list_title_info {
  font-size: 24rpx;
  color: #fc5b63;
  display: flex;
  align-items: flex-start;
  margin-top: 23rpx;
}

.content_info {
  color: #a3a3a3;
  margin-top: 13rpx;
}