index.less 266 B

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