style.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @charset "utf-8";
  2. /* CSS Document */
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. -webkit-box-sizing: border-box;
  7. -moz-box-sizing: border-box;
  8. -o-box-sizing: border-box;
  9. -ms-box-sizing: border-box;
  10. box-sizing: border-box;
  11. -webkit-tap-highlight-color: transparent;
  12. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  13. -webkit-tap-highlight-color: transparent;
  14. outline: none;
  15. appearance: none;
  16. -webkit-appearance:none;
  17. font-family: PingFang SC,Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,sans-serif;
  18. }
  19. body, div, span, i, em, h2, h3, h4, h5, h6, h1, b, big, small, ul, li, a, img,p{
  20. margin: 0;
  21. padding: 0;
  22. border:none;
  23. font-weight:400;
  24. -webkit-appearance: none;
  25. -webkit-tap-highlight-color: transparent;
  26. }
  27. input,button,textarea{
  28. outline: none;
  29. }
  30. li{
  31. list-style:none;
  32. }
  33. a{
  34. text-decoration:none;
  35. }
  36. .clear-fix:after{
  37. content:' ';
  38. width:0;
  39. height:0;
  40. clear:both;
  41. display:block;
  42. }
  43. .clear{
  44. clear: both;
  45. }
  46. em,i{
  47. font-style:normal;
  48. }
  49. .hideBack{
  50. position: absolute;
  51. top: 0;width: 100%;
  52. opacity: 0.4;
  53. top: -3.9rem;
  54. display: none;
  55. }