reset.scss 837 B

123456789101112131415161718192021222324252627282930313233343536
  1. body{
  2. overflow-x: hidden;
  3. }
  4. body,div,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,a,input,button,textarea,select{
  5. margin: 0;
  6. padding: 0;
  7. outline: none;
  8. }
  9. html,body{
  10. //font-family:-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei;
  11. color: #333333;
  12. background-color: #ffffff;
  13. min-width: 1210px;
  14. font-size: 12px;
  15. }
  16. a{
  17. text-decoration: none;
  18. }
  19. ul,li{
  20. list-style: none;
  21. }
  22. input{
  23. font: normal;
  24. }
  25. input:focus,a:focus{
  26. outline: none;
  27. }
  28. *{
  29. box-sizing: border-box;
  30. }
  31. html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  32. margin: 0;
  33. padding: 0;
  34. }