tableData.wxss 873 Bytes
.tableData_main {
  border-bottom: 1px solid #B0C8FE;
}

.tableData_main .table_head {
  background: #DCE7FF;
  border: 1px solid #B0C8FE;
  border-radius: 6rpx 6rpx 0 0;
  height: 72rpx;
  line-height: 72rpx;
  display: flex;
}

.tableData_main .head_col {
  font-family: PingFangSC-Regular;
  font-size: 28rpx;
  color: #323241;
  text-align: left;
  font-weight: 400;
  padding-left: 24rpx;
}

.tableData_main .head_one {
  width: 150rpx;
}

.tableData_main .head_two {
  width: 100rpx;
}

.tableData_main .head_three {
  flex: 1;
}

.tableData_main .swiper_container {
  height: 350rpx;
}

.tableData_main .table_item {
  display: flex;
  font-family: PingFangSC-Regular;
  font-size: 24rpx;
  color: #323241;
  text-align: center;
  font-weight: 400;
  background: #F5F6FD;
  border: 1rpx solid #B0C8FE;
  height: 72rpx;
  line-height: 72rpx;
  padding-left: 24rpx;
}