style.css 470 B

12345678910111213141516171819202122232425262728
  1. .fx-row.fx-bet-cen.pl12.pr12.relative,
  2. .print-hidden,
  3. .navbar {
  4. display: none !important;
  5. }
  6. body {
  7. width: 1050px !important;
  8. height: fit-content !important;
  9. margin: auto;
  10. }
  11. .main-container.hasTagsView {
  12. padding-top: 0 !important;
  13. }
  14. .elective-report-container {
  15. width: 100% !important;
  16. }
  17. .elective-report-container .elective-report-info-container {
  18. bottom: -40px !important;
  19. }
  20. .max-mainWidth {
  21. /* A4对应1654px? */
  22. max-width: 1600px !important;
  23. }