reset.css

小灰灰 2024-04-06 10:01 105阅读 0赞
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. -webkit-user-drag: none;
  5. }
  6. em,
  7. i {
  8. font-style: normal;
  9. }
  10. ol,
  11. ul {
  12. list-style: none;
  13. }
  14. button {
  15. cursor: pointer;
  16. }
  17. a {
  18. color: none;
  19. text-decoration: none;
  20. cursor: pointer;
  21. color: #333;
  22. }
  23. a:hover,
  24. a:link,
  25. a:visited,
  26. a:active {
  27. text-decoration: none;
  28. }
  29. button,
  30. input {
  31. border: none;
  32. resize: none;
  33. font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
  34. outline: none;
  35. }
  36. body {
  37. background-color: #fff;
  38. font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
  39. font-size: 14px;
  40. font-weight: 400;
  41. }
  42. img,
  43. svg {
  44. cursor: default;
  45. pointer-events: none;
  46. border: 0;
  47. vertical-align: middle;
  48. }
  49. .hide,
  50. .none {
  51. display: none;
  52. }
  53. .clearfix:after {
  54. visibility: hidden;
  55. clear: both;
  56. display: block;
  57. content: ".";
  58. height: 0
  59. }
  60. .clearfix {
  61. *zoom: 1
  62. }

发表评论

表情:
评论列表 (有 0 条评论,105人围观)

还没有评论,来说两句吧...

相关阅读