// placeholder
@import (optional, reference) '../../style/themes/index';

@rich-text-editor-prefix-cls: ~'@{mega-prefix}-rich-text-editor';

.@{rich-text-editor-prefix-cls} {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  .toolbar {
    border: 1px solid #ccc;
  }
  .text {
    border: 1px solid #ccc;
    min-height: 500px;
  }
  .w-e-text table tr {
    height: 20px;
  }
}

#editor-container {
  line-height: initial;
  //标题
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
  }
  h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
  }
  h4,
  p,
  blockquote,
  ul,
  fieldset,
  form,
  ol,
  dl,
  dir,
  menu {
    margin: 1.12em 0;
  }
  h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
  }
  h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  b,
  strong {
    font-weight: bolder;
  }
  //列表元素
  li {
    display: list-item;
  }
  ol {
    list-style-type: decimal;
  }
  ol ul,
  ul ol,
  ul ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.full-screen-container {
  z-index: 100; /* 如有需要，可以自定义 z-index */
}
