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.
 
 
 
 
 
 

566 lines
10 KiB

  1. /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  2. /**
  3. * 1. Change the default font family in all browsers (opinionated).
  4. * 2. Correct the line height in all browsers.
  5. * 3. Prevent adjustments of font size after orientation changes in
  6. * IE on Windows Phone and in iOS.
  7. */
  8. /* Document
  9. ========================================================================== */
  10. html {
  11. font-family: sans-serif; /* 1 */
  12. line-height: 1.15; /* 2 */
  13. -ms-text-size-adjust: 100%; /* 3 */
  14. -webkit-text-size-adjust: 100%; /* 3 */
  15. }
  16. /* Sections
  17. ========================================================================== */
  18. /**
  19. * Remove the margin in all browsers (opinionated).
  20. */
  21. body {
  22. margin: 0;
  23. }
  24. /**
  25. * Add the correct display in IE 9-.
  26. */
  27. article,
  28. aside,
  29. footer,
  30. header,
  31. nav,
  32. section {
  33. display: block;
  34. }
  35. /**
  36. * Correct the font size and margin on `h1` elements within `section` and
  37. * `article` contexts in Chrome, Firefox, and Safari.
  38. */
  39. h1 {
  40. font-size: 2em;
  41. margin: 0.67em 0;
  42. }
  43. /* Grouping content
  44. ========================================================================== */
  45. /**
  46. * Add the correct display in IE 9-.
  47. * 1. Add the correct display in IE.
  48. */
  49. figcaption,
  50. figure,
  51. main { /* 1 */
  52. display: block;
  53. }
  54. /**
  55. * Add the correct margin in IE 8.
  56. */
  57. figure {
  58. margin: 1em 40px;
  59. }
  60. /**
  61. * 1. Add the correct box sizing in Firefox.
  62. * 2. Show the overflow in Edge and IE.
  63. */
  64. hr {
  65. box-sizing: content-box; /* 1 */
  66. height: 0; /* 1 */
  67. overflow: visible; /* 2 */
  68. }
  69. /**
  70. * 1. Correct the inheritance and scaling of font size in all browsers.
  71. * 2. Correct the odd `em` font sizing in all browsers.
  72. */
  73. pre {
  74. font-family: monospace, monospace; /* 1 */
  75. font-size: 1em; /* 2 */
  76. }
  77. /* Text-level semantics
  78. ========================================================================== */
  79. /**
  80. * 1. Remove the gray background on active links in IE 10.
  81. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  82. */
  83. a {
  84. background-color: transparent; /* 1 */
  85. -webkit-text-decoration-skip: objects; /* 2 */
  86. }
  87. /**
  88. * Remove the outline on focused links when they are also active or hovered
  89. * in all browsers (opinionated).
  90. */
  91. a:active,
  92. a:hover {
  93. outline-width: 0;
  94. }
  95. /**
  96. * 1. Remove the bottom border in Firefox 39-.
  97. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  98. */
  99. abbr[title] {
  100. border-bottom: none; /* 1 */
  101. text-decoration: underline; /* 2 */
  102. text-decoration: underline dotted; /* 2 */
  103. }
  104. /**
  105. * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  106. */
  107. b,
  108. strong {
  109. font-weight: inherit;
  110. }
  111. /**
  112. * Add the correct font weight in Chrome, Edge, and Safari.
  113. */
  114. b,
  115. strong {
  116. font-weight: bolder;
  117. }
  118. /**
  119. * 1. Correct the inheritance and scaling of font size in all browsers.
  120. * 2. Correct the odd `em` font sizing in all browsers.
  121. */
  122. code,
  123. kbd,
  124. samp {
  125. font-family: monospace, monospace; /* 1 */
  126. font-size: 1em; /* 2 */
  127. }
  128. /**
  129. * Add the correct font style in Android 4.3-.
  130. */
  131. dfn {
  132. font-style: italic;
  133. }
  134. /**
  135. * Add the correct background and color in IE 9-.
  136. */
  137. mark {
  138. background-color: #ff0;
  139. color: #000;
  140. }
  141. /**
  142. * Add the correct font size in all browsers.
  143. */
  144. small {
  145. font-size: 80%;
  146. }
  147. /**
  148. * Prevent `sub` and `sup` elements from affecting the line height in
  149. * all browsers.
  150. */
  151. sub,
  152. sup {
  153. font-size: 75%;
  154. line-height: 0;
  155. position: relative;
  156. vertical-align: baseline;
  157. }
  158. sub {
  159. bottom: -0.25em;
  160. }
  161. sup {
  162. top: -0.5em;
  163. }
  164. /* Embedded content
  165. ========================================================================== */
  166. /**
  167. * Add the correct display in IE 9-.
  168. */
  169. audio,
  170. video {
  171. display: inline-block;
  172. }
  173. /**
  174. * Add the correct display in iOS 4-7.
  175. */
  176. audio:not([controls]) {
  177. display: none;
  178. height: 0;
  179. }
  180. /**
  181. * Remove the border on images inside links in IE 10-.
  182. */
  183. img {
  184. border-style: none;
  185. }
  186. /**
  187. * Hide the overflow in IE.
  188. */
  189. svg:not(:root) {
  190. overflow: hidden;
  191. }
  192. /* Forms
  193. ========================================================================== */
  194. /**
  195. * 1. Change the font styles in all browsers (opinionated).
  196. * 2. Remove the margin in Firefox and Safari.
  197. */
  198. button,
  199. input,
  200. optgroup,
  201. select,
  202. textarea {
  203. font-family: sans-serif; /* 1 */
  204. font-size: 100%; /* 1 */
  205. line-height: 1.15; /* 1 */
  206. margin: 0; /* 2 */
  207. }
  208. /**
  209. * Show the overflow in IE.
  210. * 1. Show the overflow in Edge.
  211. */
  212. button,
  213. input { /* 1 */
  214. overflow: visible;
  215. }
  216. /**
  217. * Remove the inheritance of text transform in Edge, Firefox, and IE.
  218. * 1. Remove the inheritance of text transform in Firefox.
  219. */
  220. button,
  221. select { /* 1 */
  222. text-transform: none;
  223. }
  224. /**
  225. * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  226. * controls in Android 4.
  227. * 2. Correct the inability to style clickable types in iOS and Safari.
  228. */
  229. button,
  230. html [type="button"], /* 1 */
  231. [type="reset"],
  232. [type="submit"] {
  233. -webkit-appearance: button; /* 2 */
  234. }
  235. /**
  236. * Remove the inner border and padding in Firefox.
  237. */
  238. button::-moz-focus-inner,
  239. [type="button"]::-moz-focus-inner,
  240. [type="reset"]::-moz-focus-inner,
  241. [type="submit"]::-moz-focus-inner {
  242. border-style: none;
  243. padding: 0;
  244. }
  245. /**
  246. * Restore the focus styles unset by the previous rule.
  247. */
  248. button:-moz-focusring,
  249. [type="button"]:-moz-focusring,
  250. [type="reset"]:-moz-focusring,
  251. [type="submit"]:-moz-focusring {
  252. outline: 1px dotted ButtonText;
  253. }
  254. /**
  255. * Change the border, margin, and padding in all browsers (opinionated).
  256. */
  257. fieldset {
  258. border: 1px solid #c0c0c0;
  259. margin: 0 2px;
  260. padding: 0.35em 0.625em 0.75em;
  261. }
  262. /**
  263. * 1. Correct the text wrapping in Edge and IE.
  264. * 2. Correct the color inheritance from `fieldset` elements in IE.
  265. * 3. Remove the padding so developers are not caught out when they zero out
  266. * `fieldset` elements in all browsers.
  267. */
  268. legend {
  269. box-sizing: border-box; /* 1 */
  270. color: inherit; /* 2 */
  271. display: table; /* 1 */
  272. max-width: 100%; /* 1 */
  273. padding: 0; /* 3 */
  274. white-space: normal; /* 1 */
  275. }
  276. /**
  277. * 1. Add the correct display in IE 9-.
  278. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  279. */
  280. progress {
  281. display: inline-block; /* 1 */
  282. vertical-align: baseline; /* 2 */
  283. }
  284. /**
  285. * Remove the default vertical scrollbar in IE.
  286. */
  287. textarea {
  288. overflow: auto;
  289. resize: vertical;
  290. }
  291. /**
  292. * 1. Add the correct box sizing in IE 10-.
  293. * 2. Remove the padding in IE 10-.
  294. */
  295. [type="checkbox"],
  296. [type="radio"] {
  297. box-sizing: border-box; /* 1 */
  298. padding: 0; /* 2 */
  299. }
  300. /**
  301. * Correct the cursor style of increment and decrement buttons in Chrome.
  302. */
  303. [type="number"]::-webkit-inner-spin-button,
  304. [type="number"]::-webkit-outer-spin-button {
  305. height: auto;
  306. }
  307. /**
  308. * 1. Correct the odd appearance in Chrome and Safari.
  309. * 2. Correct the outline style in Safari.
  310. */
  311. [type="search"] {
  312. -webkit-appearance: textfield; /* 1 */
  313. outline-offset: -2px; /* 2 */
  314. }
  315. /**
  316. * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  317. */
  318. [type="search"]::-webkit-search-cancel-button,
  319. [type="search"]::-webkit-search-decoration {
  320. -webkit-appearance: none;
  321. }
  322. /**
  323. * 1. Correct the inability to style clickable types in iOS and Safari.
  324. * 2. Change font properties to `inherit` in Safari.
  325. */
  326. ::-webkit-file-upload-button {
  327. -webkit-appearance: button; /* 1 */
  328. font: inherit; /* 2 */
  329. }
  330. /* Interactive
  331. ========================================================================== */
  332. /*
  333. * Add the correct display in IE 9-.
  334. * 1. Add the correct display in Edge, IE, and Firefox.
  335. */
  336. details, /* 1 */
  337. menu {
  338. display: block;
  339. }
  340. /*
  341. * Add the correct display in all browsers.
  342. */
  343. summary {
  344. display: list-item;
  345. }
  346. /* Scripting
  347. ========================================================================== */
  348. /**
  349. * Add the correct display in IE 9-.
  350. */
  351. canvas {
  352. display: inline-block;
  353. }
  354. /**
  355. * Add the correct display in IE.
  356. */
  357. template {
  358. display: none;
  359. }
  360. /* Hidden
  361. ========================================================================== */
  362. /**
  363. * Add the correct display in IE 10-.
  364. */
  365. [hidden] {
  366. display: none;
  367. }
  368. @import "./common/normalize.less";
  369. @import "./variables.less";
  370. * {
  371. box-sizing: border-box;
  372. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  373. }
  374. *:before,
  375. *:after {
  376. box-sizing: border-box;
  377. }
  378. body {
  379. font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  380. font-size: 14px;
  381. line-height: 1.5;
  382. color: #333;
  383. background-color: #fff;
  384. -webkit-font-smoothing: antialiased;
  385. -moz-osx-font-smoothing: grayscale;
  386. }
  387. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  388. margin: 0;
  389. padding: 0;
  390. }
  391. button, input, select, textarea {
  392. font-family: inherit;
  393. font-size: inherit;
  394. line-height: inherit;
  395. }
  396. input::-ms-clear, input::-ms-reveal {
  397. display: none;
  398. }
  399. a {
  400. color: #4285f4;
  401. background: transparent;
  402. text-decoration: none;
  403. outline: none;
  404. cursor: pointer;
  405. }
  406. body {
  407. padding: 10mm;
  408. color: #333;
  409. }
  410. table {
  411. border: none;
  412. width: 100%;
  413. margin: 0;
  414. padding: 0;
  415. border-collapse: collapse;
  416. }
  417. td,th {
  418. border:1px solid #000000;
  419. padding:5px;
  420. }
  421. .titletd {
  422. border:none!important;
  423. }
  424. .inputname {
  425. text-align: right;
  426. width: 22mm;
  427. }
  428. .inputLabel{
  429. min-width: 22mm;
  430. }
  431. .input.col_6{
  432. width: 0mm;
  433. }
  434. .anodeinfod {
  435. position: relative;
  436. width: 66mm;
  437. padding: 8px;
  438. text-align: left;
  439. margin-bottom: 38px;
  440. }
  441. .anodeinfod.col23{
  442. width: 162mm;
  443. }
  444. .anodeinfod .tuser, .anodeinfod .tdate {
  445. position: absolute;
  446. right: 10px;
  447. bottom: -18px;
  448. }
  449. .anodeinfod .tdate {
  450. bottom: -38px;
  451. font-size: 12px;
  452. }
  453. .anodeinfod img {
  454. height:34px;
  455. position:absolute;
  456. left:0px;
  457. bottom:-36px;
  458. }