.yee-data-container {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 56px;

  ol,
  ul,
  dl {
    margin-top: 0;
    margin-bottom: 0;
  }

  & > .header {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    position: absolute;
    top: 0;
    padding: 10px 16px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;

    .title {
      font-size: 16px;
      font-family:
        PingFangSC-Semibold,
        PingFang SC;
      font-weight: 600;
      color: #333333;
    }
  }

  .content-wrap {
    padding: 16px;
    height: calc(100vh - 56px);
    overflow: hidden auto;

    .yee-tree li .yee-tree-node-content-wrapper {
      padding-right: 0;
    }
  }
}
.yee-metadata-drawer-wrap {
  .yee-drawer-content-wrapper {
    box-shadow: none !important;
    border: 1px solid #e8e8e8;
  }
  .yee-drawer-title {
    padding-right: 140px;
  }
  .operation-actions-header {
    left: auto;
  }
}
.yee-data-drawer-wrap {
  ul {
    margin-bottom: 0;
  }
  .content {
    padding: 16px;

    .line {
      height: 1px;
      background: #efefef;
      margin: 0px 0 16px;
    }

    .ant-form-item {
      margin-bottom: 16px;
    }

    .table-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 8px;

      .title {
        height: 24px;
        font-size: 16px;
        font-family:
          PingFangSC-Medium,
          PingFang SC;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        line-height: 24px;
      }
    }
  }
}

.yee-pageTemplate-drawer-wrap {
  ul {
    margin-bottom: 0;
  }

  .content {
    padding: 16px;
    padding-left: 0;

    .tem-list {
      display: flex;
      flex-wrap: wrap;

      .tem-item {
        width: 126px;
        margin-left: 16px;
        margin-bottom: 16px;
        cursor: pointer;

        .img {
          width: 126px;
          height: 96px;
          margin-bottom: 12px;
        }

        .label {
          height: 12px;
          font-size: 12px;
          font-family:
            PingFangSC,
            PingFang SC;
          font-weight: 400;
          color: rgba(0, 0, 0, 0.85);
          line-height: 12px;
          text-align: center;
        }
      }

      .tem-active {
        border-radius: 4px;
        border: 1px solid #52bf63;
      }
    }
  }
}

.yee-created-page-drawer-wrap {
  .content {
    padding: 16px;

    .img {
      width: 496px;
      height: 306px;
      background: rgba(0, 0, 0, 0.04);
      border-radius: 4px;
      margin-bottom: 16px;
    }

    .desc {
      font-size: 12px;
      font-family:
        PingFangSC,
        PingFang SC;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.85);
      line-height: 20px;

      .tip {
        display: block;
        margin-top: 4px;
        color: #52bf63;
      }
    }

    .line {
      height: 1px;
      background: #efefef;
      margin: 24px 0;
    }

    .operate {
      .label {
        font-size: 14px;
        font-family:
          PingFangSC,
          PingFang SC;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.85);
        line-height: 20px;
        margin-bottom: 16px;
      }
    }
  }
}

.enum-bulk-editor {
  height: calc(100vh - 250px);

  .yee-input-affix-wrapper {
    height: calc(100% - 20px);
  }

  textarea.yee-input {
    padding-top: 8px;
  }

  textarea.yee-input,
  textarea.yee-input:focus {
    border: 1px solid #e0e0e0 !important;
    resize: none;
    box-shadow: none;
    height: 100% !important;
  }

  .bulk-editor-info {
    height: 20px;
    font-size: 12px;
  }

  textarea:-moz-placeholder,
  textarea:-ms-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-family:
      PingFangSC-Regular,
      PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
  }
}

.yee-add-page {
  .yee-select-selection {
    border-right: none;
  }
}
