.prviewModule {
  .ant-modal-content {
    padding: 20px 0;
  }
  .header {
    padding: 0 24px;
  }
  .ant-modal-footer {
    padding: 20px 24px;
  }
}
.proviewContainer {
  .title {
    padding: 30px 195px 25px 64px;
    border-top: 1px solid rgba(28, 31, 35, 0.08);
    border-bottom: 1px solid rgba(28, 31, 35, 0.08);
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    .logoTitle {
      flex: 1;
      display: flex;
      justify-content: center;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      text-align: center;
      letter-spacing: 0px;
      /* 中性色/Black 85%-主要文字 */
      color: #333333;
      flex-wrap: wrap;
      p {
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0px;
        /* 功能色/危险/Danger-4 */
        color: #f53d3d;
        margin-top: 14px;
      }
    }
  }
  .moduleTitle {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    .moduletext {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0px;
      color: #333333;
    }
    .boder {
      width: 4px;
      height: 14px;
      background: #0073e5;
      display: inline-block;
      margin-right: 15px;
    }
    .moduleList {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px;
      margin: 16px 0 16px 0;
      .read {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        background: #fff7e8;
        padding: 0 8px;
        height: 24px;
        color: #ff8c1a;
        line-height: 22px;
      }
      .edite {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        background: #e6f2ff;
        padding: 0 8px;
        height: 24px;
        color: #0073e5;
        line-height: 22px;
      }
      .ant-image {
        display: inline-flex;
        margin-right: 4px;
      }
      .ant-form-item {
        margin-bottom: 16px;
        .ant-col {
          label {
            line-height: 22px;
            height: 22px;
          }
          .ant-form-item-control-input {
            min-height: 22px;
          }
        }
      }
    }
  }
}
.formList {
  margin-top: 20px;
}
