// 重置富文本样式
.rich-text-reset {
  padding-bottom: 1px;

  ul,
  ol {
    list-style: revert;
    margin: auto;
    padding: revert;
  }

  strong {
    font-weight: bold;
  }

  p {
    line-height: 1.5;
    font-weight: normal;
  }
}
