global.css 331 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. html,
  2. body,
  3. h1,
  4. h2,
  5. h3,
  6. h4,
  7. h5,
  8. h6,
  9. p,
  10. span,
  11. div,
  12. a,
  13. ul,
  14. ol,
  15. li,
  16. img,
  17. button,
  18. input {
  19. padding: 0;
  20. margin: 0;
  21. }
  22. body {
  23. font-size: 14px;
  24. font-family: "微软雅黑", "microsoft yahei";
  25. }
  26. .left {
  27. float: left;
  28. }
  29. .right {
  30. float: right;
  31. }
  32. a {
  33. text-decoration: none;
  34. }
  35. ul,
  36. ol,
  37. li {
  38. list-style: none;
  39. }