print-lock.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. @media print {
  2. body {
  3. margin: 0px;
  4. padding: 0px;
  5. }
  6. }
  7. @page {
  8. margin: 0;
  9. }
  10. .hiprint-printPaper * {
  11. box-sizing: border-box;
  12. -moz-box-sizing: border-box;
  13. /* Firefox */
  14. -webkit-box-sizing: border-box;
  15. /* Safari */
  16. }
  17. .hiprint-printPaper *:focus {
  18. outline: -webkit-focus-ring-color auto 0px;
  19. }
  20. .hiprint-page-break-avoid {
  21. page-break-after: avoid;
  22. }
  23. .hiprint-printPaper {
  24. position: relative;
  25. padding: 0 0 0 0;
  26. page-break-after: always;
  27. overflow-x: hidden;
  28. overflow: hidden;
  29. }
  30. .hiprint-printPaper .hiprint-printPaper-content {
  31. position: relative;
  32. }
  33. .hiprint-printPaper.design {
  34. overflow: visible;
  35. }
  36. .hiprint-printTemplate .hiprint-printPanel {
  37. page-break-after: always;
  38. }
  39. .hiprint-printPaper,
  40. .hiprint-printPanel {
  41. box-sizing: border-box;
  42. border: 0px;
  43. }
  44. .hiprint-printPanel .hiprint-printPaper:last-child {
  45. page-break-after: avoid;
  46. }
  47. .hiprint-printTemplate .hiprint-printPanel:last-child {
  48. page-break-after: avoid;
  49. }
  50. .hiprint-printPaper .hideheaderLinetarget {
  51. border-top: 0px dashed rgb(201, 190, 190) !important;
  52. }
  53. .hiprint-printPaper .hidefooterLinetarget {
  54. border-top: 0px dashed rgb(201, 190, 190) !important;
  55. }
  56. .hiprint-printPaper.design {
  57. border: 1px dashed rgba(170, 170, 170, 0.7);
  58. }
  59. .design .hiprint-printElement-table-content,
  60. .design .hiprint-printElement-longText-content {
  61. overflow: hidden;
  62. box-sizing: border-box;
  63. }
  64. .design .resize-panel {
  65. box-sizing: border-box;
  66. border: 1px dotted;
  67. }
  68. .hiprint-printElement-text {
  69. background-color: transparent;
  70. background-repeat: repeat;
  71. padding: 0 0 0 0;
  72. border: 0.75pt none rgb(0, 0, 0);
  73. direction: ltr;
  74. font-family: 'SimSun';
  75. font-size: 9pt;
  76. font-style: normal;
  77. font-weight: normal;
  78. padding-bottom: 0pt;
  79. padding-left: 0pt;
  80. padding-right: 0pt;
  81. padding-top: 0pt;
  82. text-align: left;
  83. text-decoration: none;
  84. line-height: 9.75pt;
  85. box-sizing: border-box;
  86. word-wrap: break-word;
  87. word-break: break-all;
  88. }
  89. .design .hiprint-printElement-text-content {
  90. border: 1px dashed rgb(206, 188, 188);
  91. box-sizing: border-box;
  92. }
  93. .hiprint-printElement-longText {
  94. background-color: transparent;
  95. background-repeat: repeat;
  96. border: 0.75pt none rgb(0, 0, 0);
  97. direction: ltr;
  98. font-family: 'SimSun';
  99. font-size: 9pt;
  100. font-style: normal;
  101. font-weight: normal;
  102. padding-bottom: 0pt;
  103. padding-left: 0pt;
  104. padding-right: 0pt;
  105. padding-top: 0pt;
  106. text-align: left;
  107. text-decoration: none;
  108. line-height: 9.75pt;
  109. box-sizing: border-box;
  110. word-wrap: break-word;
  111. word-break: break-all;
  112. /*white-space: pre-wrap*/
  113. }
  114. .hiprint-printElement-table {
  115. background-color: transparent;
  116. background-repeat: repeat;
  117. color: rgb(0, 0, 0);
  118. border-color: rgb(0, 0, 0);
  119. border-style: none;
  120. direction: ltr;
  121. font-family: 'SimSun';
  122. font-size: 9pt;
  123. font-style: normal;
  124. font-weight: normal;
  125. padding-bottom: 0pt;
  126. padding-left: 0pt;
  127. padding-right: 0pt;
  128. padding-top: 0pt;
  129. text-align: left;
  130. text-decoration: none;
  131. padding: 0 0 0 0;
  132. box-sizing: border-box;
  133. line-height: 9.75pt;
  134. }
  135. .hiprint-printElement-table thead {
  136. background: #e8e8e8;
  137. font-weight: 700;
  138. }
  139. .hiprint-printElement-tableTarget,
  140. .hiprint-printElement-tableTarget tr,
  141. .hiprint-printElement-tableTarget td {
  142. border-color: rgb(0, 0, 0);
  143. border-style: none;
  144. border: 1px solid rgb(0, 0, 0);
  145. font-weight: normal;
  146. direction: ltr;
  147. padding-bottom: 0pt;
  148. padding-left: 0pt;
  149. padding-right: 0pt;
  150. padding-top: 0pt;
  151. text-decoration: none;
  152. vertical-align: middle;
  153. box-sizing: border-box;
  154. word-wrap: break-word;
  155. word-break: break-all;
  156. /*line-height: 9.75pt;
  157. font-size: 9pt;*/
  158. }
  159. /*.hiprint-printElement-tableTarget tr,*/
  160. .hiprint-printElement-tableTarget td {
  161. height: 18pt;
  162. }
  163. .hiprint-printPaper .hiprint-paperNumber {
  164. font-size: 9pt;
  165. }
  166. .design .hiprint-printElement-table-handle {
  167. position: absolute;
  168. height: 21pt;
  169. width: 21pt;
  170. background: red;
  171. z-index: 1;
  172. }
  173. .hiprint-printPaper .hiprint-paperNumber-disabled {
  174. float: right !important;
  175. right: 0 !important;
  176. color: gainsboro !important;
  177. }
  178. .hiprint-printElement-vline,
  179. .hiprint-printElement-hline {
  180. border: 0px none rgb(0, 0, 0);
  181. }
  182. .hiprint-printElement-vline {
  183. border-left: 0.75pt solid #000;
  184. border-right: 0px none rgb(0, 0, 0) !important;
  185. border-bottom: 0px none rgb(0, 0, 0) !important;
  186. border-top: 0px none rgb(0, 0, 0) !important;
  187. }
  188. .hiprint-printElement-hline {
  189. border-top: 0.75pt solid #000;
  190. border-right: 0px none rgb(0, 0, 0) !important;
  191. border-bottom: 0px none rgb(0, 0, 0) !important;
  192. border-left: 0px none rgb(0, 0, 0) !important;
  193. }
  194. .hiprint-printElement-oval,
  195. .hiprint-printElement-rect {
  196. border: 0.75pt solid #000;
  197. }
  198. .hiprint-text-content-middle {
  199. display: table;
  200. }
  201. .hiprint-text-content-middle>div {
  202. display: table-cell;
  203. vertical-align: middle
  204. }
  205. .hiprint-text-content-bottom {
  206. display: table;
  207. }
  208. .hiprint-text-content-bottom>div {
  209. display: table-cell;
  210. vertical-align: bottom
  211. }
  212. /*hi-grid-row */
  213. .hi-grid-row {
  214. position: relative;
  215. height: auto;
  216. margin-right: 0;
  217. margin-left: 0;
  218. zoom: 1;
  219. display: block;
  220. box-sizing: border-box;
  221. }
  222. .hi-grid-row::after,
  223. .hi-grid-row::before {
  224. display: table;
  225. content: '';
  226. box-sizing: border-box;
  227. }
  228. .hi-grid-col {
  229. display: block;
  230. box-sizing: border-box;
  231. position: relative;
  232. float: left;
  233. flex: 0 0 auto;
  234. }
  235. .table-grid-row {
  236. margin-left: -0pt;
  237. margin-right: -0pt;
  238. }
  239. .tableGridColumnsGutterRow {
  240. padding-left: 0pt;
  241. padding-right: 0pt;
  242. }
  243. .hiprint-gridColumnsFooter {
  244. text-align: left;
  245. clear: both;
  246. }