reportList2.wxss 394 字节
/* pages/reportList/reportList.wxss */
@import '../Program/Program.wxss';

page {
  background: #f5f5fa;
}

.box {
  margin-top: 16rpx;
  background: #fff;
}

.content_box {
  padding: 30rpx;
}

.list_time {
  font-size: 30rpx;
  font-weight: bold;
  color: #000;
}

.list_content {
  font-size: 28rpx;
  color: #000;
  margin-top: 20rpx;
}

.list_btn_box {
  border-top: 1rpx solid #ebebeb;
}