智慧校园考试-班级报告
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 rok temu
123456789101112131415161718192021222324252627282930
  1. .bg_img {
  2. position: absolute;
  3. top: 0;
  4. right: 0;
  5. bottom: 0;
  6. left: 0;
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .logo_img {
  11. position: absolute;
  12. top: 11mm;
  13. left: 15mm;
  14. width: 61mm;
  15. height: 13mm;
  16. }
  17. .school_info {
  18. position: absolute;
  19. bottom: 33mm;
  20. padding-left: 52mm;
  21. box-sizing: border-box;
  22. }
  23. .school_name {
  24. font-size: 12mm;
  25. line-height: 24mm;
  26. }
  27. .report_time {
  28. font-size: 7mm;
  29. line-height: 17mm;
  30. }