Geen omschrijving

printPreview_p.css 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /**
  2. * 导出预览打印样式
  3. * */
  4. /*设置打印样式 二号 22pt 小二 18pt 三号 16pt 小三 15pt 四号 14pt 小四 12pt 五号 10.5pT*/
  5. #printPreview {
  6. padding: 30px 0 0 0!important;
  7. margin: 0!important;
  8. }
  9. .headerAlign h3 div:nth-of-type(1) {
  10. color: #111!important;
  11. font-size: 16pt!important;
  12. /*三号*/
  13. margin-left: 110px;
  14. font-family: "仿宋_GB2312"!important;
  15. }
  16. .tableLists tr:nth-of-type(1),
  17. .tableLists tr:nth-of-type(2),
  18. .tableLists tr:nth-of-type(3),
  19. .tableLists tr:nth-of-type(4),
  20. .tableLists tr:nth-of-type(9),
  21. .tableLists tr:nth-of-type(10) {
  22. height: 43px!important;
  23. }
  24. .tableLists tr:nth-of-type(5) {
  25. height: 246px!important;
  26. }
  27. .tableLists tr:nth-of-type(6) {
  28. height: 188px!important;
  29. /*208*/
  30. }
  31. .tableLists tr:nth-of-type(7) {
  32. height: 123px!important;
  33. /*143*/
  34. }
  35. .tableLists tr:nth-of-type(8) {
  36. height: 64px!important;
  37. /*84*/
  38. }
  39. @page {
  40. size: A4 portrait;
  41. table{
  42. page-break-after: avoid;/*避免表格断开*/
  43. page-break-inside: avoid;/*避免文字断裂*/
  44. }
  45. }