reset.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. html,
  2. body,
  3. div,
  4. span,
  5. applet,
  6. object,
  7. iframe,
  8. h1,
  9. h2,
  10. h3,
  11. h4,
  12. h5,
  13. h6,
  14. p,
  15. blockquote,
  16. pre,
  17. a,
  18. abbr,
  19. acronym,
  20. address,
  21. big,
  22. cite,
  23. code,
  24. del,
  25. dfn,
  26. em,
  27. img,
  28. ins,
  29. kbd,
  30. q,
  31. s,
  32. samp,
  33. small,
  34. strike,
  35. sub,
  36. sup,
  37. tt,
  38. var,
  39. b,
  40. u,
  41. i,
  42. center,
  43. dl,
  44. dt,
  45. dd,
  46. ol,
  47. ul,
  48. li,
  49. fieldset,
  50. form,
  51. label,
  52. legend,
  53. table,
  54. caption,
  55. tbody,
  56. tfoot,
  57. thead,
  58. tr,
  59. th,
  60. td,
  61. article,
  62. aside,
  63. canvas,
  64. details,
  65. embed,
  66. figure,
  67. figcaption,
  68. footer,
  69. header,
  70. hgroup,
  71. menu,
  72. nav,
  73. output,
  74. ruby,
  75. section,
  76. summary,
  77. time,
  78. mark,
  79. audio,
  80. video {
  81. margin: 0;
  82. padding: 0;
  83. border: 0;
  84. font-size: 100%;
  85. font: inherit;
  86. vertical-align: baseline;
  87. }
  88. article,
  89. aside,
  90. details,
  91. figcaption,
  92. figure,
  93. footer,
  94. header,
  95. hgroup,
  96. menu,
  97. nav,
  98. section,
  99. main {
  100. display: block;
  101. }
  102. body {
  103. line-height: 1;
  104. overflow: -Scroll;
  105. overflow-x: hidden;
  106. min-width: 320px;
  107. font-family: "微软雅黑", "Microsoft Yahei", sans-serif;
  108. }
  109. ol,
  110. ul {
  111. list-style: none;
  112. }
  113. blockquote,
  114. q {
  115. quotes: none;
  116. }
  117. blockquote:before,
  118. blockquote:after,
  119. q:before,
  120. q:after {
  121. content: '';
  122. content: none;
  123. }
  124. table {
  125. border-collapse: collapse;
  126. border-spacing: 0;
  127. }
  128. .notie-container {
  129. z-index: 2147483647 !important;
  130. }
  131. .layui-layer-content {
  132. max-height: 60vh;
  133. }
  134. iframe {
  135. width: 100%;
  136. }