.info-content-main {
  width: 100%;
  max-width: 1280px;
}

#head-space {
  height: var(--header_height);
}

.blog-info-body {
  margin-top: 13px;
  height: calc(100vh - var(--header_height) - 13px - var(--footer_height));
}

.blog-info-content {
  height: 100%;
  min-height: 100%;
  /* min-width: 1400px; */
}

.content-main {
  height: 100%;
}

.content-main-header {
  height: 50px;
}

.content-main-quill {
  height: calc(100% - 50px);
  padding: 0 29px 8px 29px;
  overflow-y: auto;
}/*# sourceMappingURL=view.css.map */