index.less 223 B

123456789101112131415161718
  1. @charset "utf-8";
  2. #subject-sentence-article {
  3. .ql-editor {
  4. height: 200px;
  5. }
  6. .simulation {
  7. width: 940px;
  8. line-height: 20px;
  9. p {
  10. line-height: 20px;
  11. padding: 0;
  12. margin: 0;
  13. }
  14. }
  15. }