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.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. html,
  2. body {
  3. margin: 0;
  4. padding: 0;
  5. font-size: 3mm;
  6. font-family: "Microsoft YaHei", "微软雅黑" !important;
  7. color: #333;
  8. box-sizing: border-box;
  9. }
  10. h1,h2,h3,h4 {
  11. margin: 0;
  12. padding: 0;
  13. font-weight: normal;
  14. }
  15. .root_body {
  16. background-color: #f5f5f5;
  17. }
  18. .pdf_root {
  19. margin: 0 auto;
  20. width: 210mm;
  21. background-color: #fff;
  22. }
  23. .page_root {
  24. margin: 0 auto;
  25. padding: 0 8mm;
  26. width: 210mm;
  27. height: 277mm;
  28. box-sizing: border-box;
  29. background-color: #fff;
  30. /* 强制分页 */
  31. page-break-after: always;
  32. }
  33. .section_title_1 {
  34. padding-top: 11mm;
  35. padding-bottom: 8mm;
  36. font-size: 7mm;
  37. text-align: center;
  38. font-weight: bold;
  39. }
  40. .section_title_2 {
  41. padding-bottom: 5mm;
  42. font-size: 4mm;
  43. font-weight: bold;
  44. }
  45. .section_title_3 {
  46. padding-bottom: 5mm;
  47. font-size: 3mm;
  48. color: #666;
  49. }
  50. .section_title_4 {
  51. padding-bottom: 5mm;
  52. font-size: 3mm;
  53. color: #666;
  54. }
  55. .abstract_box {
  56. margin-bottom: 6mm;
  57. height: 38mm;
  58. border-radius: 5mm;
  59. color: #fff;
  60. background-color: #2D8CF0;
  61. overflow: hidden;
  62. }
  63. .abstract_left {
  64. float: left;
  65. margin: 4mm 0;
  66. width: 60mm;
  67. height: calc(100% - 8mm);
  68. text-align: center;
  69. border-right: 0.5mm dashed #f5f5f5;
  70. box-sizing: border-box;
  71. }
  72. .abstract_left img {
  73. display: block;
  74. margin: 0 auto;
  75. width: 38mm;
  76. height: 30mm;
  77. }
  78. .abstract_right {
  79. float: right;
  80. margin: 4mm 10mm;
  81. width: calc(100% - 80mm);
  82. height: calc(100% - 8mm);
  83. box-sizing: border-box;
  84. }
  85. .abstract_content {
  86. font-size: 4mm;
  87. line-height: 10mm;
  88. }