style.less 640 Bytes
.production-management {
  background: #f7f7f7;

  .adm-spin-loading {
    --size: 60px;
    margin: 300px auto 0;
  }

  &_list {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;

    &-item {
      font-size: 28px;
      width: 312px;
      height: 312px;
      color: #fff;
      margin-right: 60px;
      margin-bottom: 60px;
      cursor: pointer;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 40px;
      padding: 20px;
      box-sizing: border-box;
      text-align: center;

      &:nth-child(5n) {
        margin-right: 0;
      }
    }
  }
}