appointmentRecord.wxss 799 字节
/* pages/appointmentRecord/appointmentRecord.wxss */

/* 团购成交记录 */

.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: 50%;
  font-size: 28rpx;
  color: #464646;
  position: relative;
}

.list_label {
  width: 180rpx;
  height: 22rpx;
  position: absolute;
  bottom: -28rpx;
  left: 50%;
  transform: translateX(-50%);
  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;
  padding: 15rpx 0;
}

.list_content .list_tab_item {
  font-size: 24rpx;
  color: #a3a3a3;
}