tablestyle.scss 1.62 KB
.tablebox {
  overflow-x: auto;
  width: 100%;
  height: 95%;
  background: #fff;
  text-align: center;
  padding: 4px;
  overflow-y: scroll;
  padding-top: 20px;
  padding: 20px 40px;

  .Table {
    width: 100%;
    color: #333;
    tr {
      td:nth-child(1) {
        width: 140px;
        text-align: right;
        padding-right: 15px;
        background-color: #f8f8fa;
        color: #6b6b6b;
      }
      td:nth-child(3) {
        width: 140px;
        padding-right: 15px;
        text-align: right;
        background-color: #f8f8fa;
        color: #6b6b6b;
      }
      td:nth-child(2) {
        text-align: left;
        padding-left: 15px;
        color: #4a4a4a;
      }
      td:nth-child(4) {
        text-align: left;
        padding-left: 15px;
        color: #4a4a4a;
      }
    }

    td {
      border: 1px solid #e8e8e8;
      line-height: 42px;
      padding: 0 4px;
      font-size: 14px;
    }

    .title {
      line-height: 68px;
      font-size: 22px !important;
      color: #4a4a4a !important;
      background-color: #eceef2 !important;
      text-align: center !important;
    }

    .unit {
      text-align: right;
    }
    .title3 {
      width: 140px !important;
    }
    .bhqk {
      width: 140px;
      padding: 0 !important;

      .box {
        width: 745px;
        overflow: auto;
      }

      .test {
      }

      table {
        .bhqkTh {
          width: 110px;
          line-height: 38px;
          background-color: #f8f8fa;
          border: 1px solid #e8e8e8;
          font-weight: bold;
          text-align: left;
        }

        td {
          width: 180px;
        }
      }
    }
  }
}