style.less 2.62 KB
.production-list {
  background: #f7f7f7;

  &--batch {
    margin-bottom: 221px;

    &_info {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      height: calc(221px + env(safe-area-inset-bottom));
      height: calc(221px + env(safe-area-inset-bottom));
      z-index: 100;
      &-top {
        height: 100px;
        border-bottom: 1px solid #eee;
        padding: 0 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 28px;

        .adm-checkbox {
          --icon-size: 28px;
          --font-size: 28px;
          color: #aeb1b8;
        }

        &-choose {
          color: #aeb1b8;
          cursor: pointer;
          span {
            color: #1677ff;
            padding: 0 10px;
          }
        }
        &-close {
          color: #1677ff;
        }
      }
      &-bottom {
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;

        &_item {
          display: flex;
          flex-direction: column;
          cursor: pointer;
          &-icon {
            width: 56px;
            height: 56px;
          }
          &-info {
            font-size: 20px;
            width: 56px;
            text-align: center;
            color: #333;
          }
        }

      }
    }
  }

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

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

    &-item {
      width: 312px;
      height: 312px;
      color: #333;
      margin-right: 60px;
      margin-bottom: 60px;
      cursor: pointer;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      box-sizing: border-box;
      text-align: center;
      flex-direction: column;

      position: relative;

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

      &-img {
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
      }

      &-name {
        font-size: 28px;
        height: 80px;
        line-height: 40px;
      }

      .adm-checkbox {
        position: absolute;
        top: 0;
        left: 30px;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        --icon-size: 30px;
        display: flex;
        align-items: start;
        padding-top: 30px;
      }
    }
  }

  &_nav-right {
    font-size: 26px;
    padding-right: 20px;
    &-info {
      cursor: pointer;
      display: inline-block;
      padding: 0 10px;
    }
  }
}

.to-detail-mask {
  .adm-auto-center-content {
    font-size: 28px !important;
  }
}