WritingGuide.scss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .pdf {
  2. // B5 176mm*250mm
  3. max-width: 156mm;
  4. margin: 0 auto;
  5. padding: 0 10mm;
  6. font-family: 'Times New Roman', 'SimSun' !important;
  7. font-size: 12pt !important;
  8. zoom: 0.74;
  9. }
  10. img {
  11. max-width: 100%;
  12. vertical-align: middle;
  13. }
  14. .avoid-paper {
  15. page-break-inside: avoid !important;
  16. }
  17. .bg-img {
  18. width: 100%;
  19. height: 100%;
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. z-index: -1;
  24. }
  25. .header {
  26. height: 20mm;
  27. line-height: 10mm;
  28. font-family: 'Microsoft YaHei';
  29. font-weight: bold;
  30. text-align: center;
  31. margin-bottom: 2mm;
  32. .header-top {
  33. height: 10mm;
  34. background-color: #003b86;
  35. h1 {
  36. font-size: 16pt;
  37. color: #FFF;
  38. }
  39. }
  40. .header-bottom {
  41. height: 10mm;
  42. display: -webkit-flex;
  43. display: flex;
  44. font-size: 15pt;
  45. .step {
  46. width: 52mm;
  47. background-color: #7dc1e6;
  48. }
  49. .name {
  50. -webkit-flex: auto;
  51. flex: auto;
  52. background-color: #dff2fc;
  53. }
  54. }
  55. }
  56. .content {
  57. .section {
  58. .section-label {
  59. width: 30mm;
  60. height: 9mm;
  61. display: inline-block;
  62. font-size: 12pt;
  63. color: #fff;
  64. font-weight: bold;
  65. line-height: 9.5mm;
  66. text-align: center;
  67. padding-right: 1mm;
  68. margin: 4mm 0;
  69. position: relative;
  70. .section-labe-icon {
  71. width: 9mm;
  72. position: absolute;
  73. top: -1mm;
  74. right: -5mm;
  75. }
  76. }
  77. .section-content {
  78. .topic {
  79. margin-bottom: 4mm;
  80. .topic-label {
  81. height: 8mm;
  82. display: inline-block;
  83. font-size: 12pt;
  84. color: #fff;
  85. font-weight: bold;
  86. line-height: 8.5mm;
  87. text-align: center;
  88. background-color: #003b86;
  89. border-radius: 4mm;
  90. padding-left: 9mm;
  91. padding-right: 3mm;
  92. margin-bottom: 4mm;
  93. position: relative;
  94. .topic-labe-icon {
  95. width: 9mm;
  96. position: absolute;
  97. top: 0.4mm;
  98. left: 1mm;
  99. }
  100. }
  101. .topic-content {
  102. .unit {
  103. margin-bottom: 3mm;
  104. .unit-label {
  105. display: inline-block;
  106. height: 7mm;
  107. font-size: 12pt;
  108. line-height: 6.5mm;
  109. color: #003b86;
  110. font-weight: bold;
  111. box-sizing: border-box;
  112. border-radius: 4mm;
  113. border: 0.5mm solid #003b86;
  114. padding: 0 3mm 0 9mm;
  115. position: relative;
  116. margin-top: 2mm;
  117. margin-bottom: 4mm;
  118. .unit-labe-icon {
  119. width: 9mm;
  120. position: absolute;
  121. top: -3mm;
  122. left: -0.5mm;
  123. }
  124. }
  125. .unit-content {}
  126. }
  127. .unit.sentence {
  128. .article {
  129. p {
  130. span {
  131. line-height: 6mm !important;
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }
  138. }
  139. }
  140. .article {
  141. text-align: justify;
  142. line-height: 5.5mm !important;
  143. font-size: 12pt !important;
  144. p {
  145. font-family: 'Times New Roman', 'SimSun' !important;
  146. line-height: 5.5mm !important;
  147. font-size: 12pt !important;
  148. text-align: justify;
  149. span {
  150. font-family: 'Times New Roman', 'SimSun' !important;
  151. line-height: 5.5mm !important;
  152. font-size: 12pt !important;
  153. text-align: justify;
  154. }
  155. }
  156. }
  157. }