reset.css 975 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. * {
  2. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  3. cursor: pointer;
  4. }
  5. body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
  6. form, fieldset, input, textarea, p, blockquote, th, td {
  7. padding: 0;
  8. margin: 0;
  9. -webkit-box-sizing: border-box;
  10. box-sizing: border-box;
  11. word-wrap: break-word;
  12. word-break: break-all;
  13. }
  14. table {
  15. border-collapse: collapse;
  16. border-spacing: 0;
  17. }
  18. fieldset, img {
  19. border: 0;
  20. }
  21. address, caption, cite, code, dfn, em, strong, th, var {
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. ol, ul {
  26. list-style: none;
  27. }
  28. caption, th {
  29. text-align: left;
  30. }
  31. h1, h2, h3, h4, h5, h6, i {
  32. font-weight: normal;
  33. font-style: normal;
  34. font-size: 100%;
  35. }
  36. q:before, q:after {
  37. content:'';
  38. }
  39. abbr, acronym {
  40. border: 0;
  41. }
  42. body {
  43. font-family: "Hiragino Sans GB","DroidSansFallback","Microsoft YaHei","微软雅黑",arial,simsun;
  44. color: #333;
  45. line-height: 22px;
  46. font-size: 16px;
  47. }