tableData.scss 1.32 KB
.tableData_main {
  width: 180%;
  overflow: auto;
  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;
  }

  .table_empty_data {
    // background: red;
    border-left: 1px solid #B0C8FE;
    border-right: 1px solid #B0C8FE;
    height: 350rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC-Regular;
    font-size: 14*2rpx;
    color: #323241;
    text-align: left;
    font-weight: 400;
  }

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


  .head_one {
    min-width: 300rpx;
  }

  .head_two {
    min-width: 250rpx;
  }

  .head_three {
    min-width: 250rpx;
  }

  .head_four {
    min-width: 250rpx;

  }

  .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;

  }
}