大空间消毒机
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.

110 lines
1.0 KiB

2 years ago
  1. /* http://meyerweb.com/eric/tools/css/reset/ */
  2. /* v1.0 | 20080212 */
  3. html,
  4. body,
  5. div,
  6. span,
  7. applet,
  8. object,
  9. iframe,
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6,
  16. p,
  17. blockquote,
  18. pre,
  19. a,
  20. abbr,
  21. acronym,
  22. address,
  23. big,
  24. cite,
  25. code,
  26. del,
  27. dfn,
  28. em,
  29. font,
  30. img,
  31. ins,
  32. kbd,
  33. q,
  34. s,
  35. samp,
  36. small,
  37. strike,
  38. strong,
  39. sub,
  40. sup,
  41. tt,
  42. var,
  43. b,
  44. u,
  45. i,
  46. center,
  47. dl,
  48. dt,
  49. dd,
  50. ol,
  51. ul,
  52. li,
  53. fieldset,
  54. form,
  55. label,
  56. legend,
  57. table,
  58. caption,
  59. tbody,
  60. tfoot,
  61. thead,
  62. tr,
  63. th,
  64. td {
  65. margin: 0;
  66. padding: 0;
  67. border: 0;
  68. outline: 0;
  69. font-size: 100%;
  70. vertical-align: baseline;
  71. background: transparent;
  72. }
  73. body {
  74. line-height: 1;
  75. }
  76. ol,
  77. ul {
  78. list-style: none;
  79. }
  80. blockquote,
  81. q {
  82. quotes: none;
  83. }
  84. blockquote:before,
  85. blockquote:after,
  86. q:before,
  87. q:after {
  88. content: '';
  89. content: none;
  90. }
  91. /* remember to define focus styles! */
  92. :focus {
  93. outline: 0;
  94. }
  95. /* remember to highlight inserts somehow! */
  96. ins {
  97. text-decoration: none;
  98. }
  99. del {
  100. text-decoration: line-through;
  101. }
  102. /* tables still need 'cellspacing="0"' in the markup */
  103. table {
  104. border-collapse: collapse;
  105. border-spacing: 0;
  106. }