reset.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. /**
  2. * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
  3. * http://cssreset.com
  4. */
  5. html,
  6. body,
  7. div,
  8. span,
  9. applet,
  10. object,
  11. iframe,
  12. h1,
  13. h2,
  14. h3,
  15. h4,
  16. h5,
  17. h6,
  18. p,
  19. blockquote,
  20. pre,
  21. a,
  22. abbr,
  23. acronym,
  24. address,
  25. big,
  26. cite,
  27. code,
  28. del,
  29. dfn,
  30. em,
  31. img,
  32. ins,
  33. kbd,
  34. q,
  35. s,
  36. samp,
  37. small,
  38. strike,
  39. strong,
  40. sub,
  41. sup,
  42. tt,
  43. var,
  44. b,
  45. u,
  46. i,
  47. center,
  48. dl,
  49. dt,
  50. dd,
  51. ol,
  52. ul,
  53. li,
  54. fieldset,
  55. form,
  56. label,
  57. legend,
  58. table,
  59. caption,
  60. tbody,
  61. tfoot,
  62. thead,
  63. tr,
  64. th,
  65. td,
  66. article,
  67. aside,
  68. canvas,
  69. details,
  70. embed,
  71. figure,
  72. figcaption,
  73. footer,
  74. header,
  75. menu,
  76. nav,
  77. output,
  78. ruby,
  79. section,
  80. summary,
  81. time,
  82. mark,
  83. audio,
  84. video,
  85. input {
  86. margin: 0;
  87. padding: 0;
  88. border: 0;
  89. font-size: 100%;
  90. font-weight: normal;
  91. vertical-align: baseline;
  92. }
  93. /* HTML5 display-role reset for older browsers */
  94. article,
  95. aside,
  96. details,
  97. figcaption,
  98. figure,
  99. footer,
  100. header,
  101. menu,
  102. nav,
  103. section {
  104. display: block;
  105. }
  106. body {
  107. line-height: 1;
  108. }
  109. blockquote,
  110. q {
  111. quotes: none;
  112. }
  113. blockquote:before,
  114. blockquote:after,
  115. q:before,
  116. q:after {
  117. content: none;
  118. }
  119. table {
  120. border-collapse: collapse;
  121. border-spacing: 0;
  122. }
  123. /* custom */
  124. a {
  125. color: #7e8c8d;
  126. text-decoration: none;
  127. -webkit-backface-visibility: hidden;
  128. }
  129. li {
  130. list-style: none;
  131. }
  132. /* ::-webkit-scrollbar {
  133. width: 5px;
  134. height: 5px;
  135. } */
  136. ::-webkit-scrollbar-track-piece {
  137. background-color: rgba(0, 0, 0, 0.2);
  138. -webkit-border-radius: 6px;
  139. }
  140. ::-webkit-scrollbar-thumb:vertical {
  141. height: 5px;
  142. background-color: rgba(125, 125, 125, 0.7);
  143. -webkit-border-radius: 6px;
  144. }
  145. ::-webkit-scrollbar-thumb:horizontal {
  146. width: 5px;
  147. background-color: rgba(125, 125, 125, 0.7);
  148. -webkit-border-radius: 6px;
  149. }
  150. html,
  151. body {
  152. position: relative;
  153. width: 100%;
  154. height: 100%;
  155. font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif, '\5B8B\4F53';
  156. }
  157. body {
  158. -webkit-text-size-adjust: none;
  159. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  160. }
  161. /* .workOrderType .process-select {
  162. display: none;
  163. }
  164. .workOrderType .selcetDropdown:nth-child(2) {
  165. display: none;
  166. } */