tableData.scss 893 Bytes
.tableData_main {

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

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

  .head_one {
    width: 150rpx;
  }

  .head_two {
    width: 100rpx;
  }

  .head_three {
    flex: 1
  }


  .swiper_container {
    height: 350rpx;
    // background: red;
  }

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

  }
}