public.scss 665 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. html {
  2. color: #3E3E3E;
  3. font-family: "微软雅黑";
  4. cursor: default;
  5. }
  6. body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input, figure {
  7. /* margin: 0;
  8. padding: 0;*/
  9. }
  10. body {
  11. -webkit-overflow-scrolling: touch;
  12. text-align: left;
  13. max-height: 100%;
  14. }
  15. a, a:hover {
  16. text-decoration: none;
  17. outline: none;
  18. }
  19. li {
  20. list-style: none
  21. }
  22. img {
  23. border: none;
  24. max-width: 100%;
  25. }
  26. input, select, textarea {
  27. border: none;
  28. outline: none;
  29. background: none
  30. }
  31. em, i {
  32. font-style: normal
  33. }
  34. h1, h2, h3, h4, h5, h6 {
  35. font-weight: normal
  36. }
  37. span, p, h1, h2, h3, h4, h5, h6 {
  38. word-break: break-word;
  39. }