반응형
  .table-wrap {
    th:nth-child(2n + 2),
    td:nth-child(2n + 2) {
      background-color: var(--Light-Gray-BG);
    }

    .mobile-table-split {
      & > td {
        height: 10px;
        padding: 0 !important;
      }
    }
  }
반응형

+ Recent posts