@import '../../app.less';

.module.list-table {
  .header {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding-left: 44px;
    border-bottom: 1px solid @line_color;

    .title {
      color: @cornflower;
      margin-right: 9px;
    }

    .sub-title {
      color: @night-blue;
    }
  }

  .filter {
    height: 68px;
    line-height: 68px;
    padding-left: 44px;
    border-bottom: 1px solid @line_color;

    .text {
      margin-right: 14px;
    }

    .filter-list {
      display: inline-block;

      .filter-item {
        margin-right: 32px;
        display: inline-block;
      }
    }

    .right-action {
      float: right;
      margin-right: 24px;

      span {
        margin-right: 10px;
      }
    }
  }

  .table {

    .tr {
      padding: 0 44px;

      .td {
        >div {
          height: 78px;
          padding: 15px 0;
        }
      }
    }
  }
}