2
0

term_mobile.css 173 B

123456789
  1. /*段落模式 横向*/
  2. .horizontal .para_div {
  3. flex-direction: column;
  4. }
  5. /*句子模式 横向*/
  6. .horizontal .note_shell > note > .note_body {
  7. flex-direction: column;
  8. }