cartStyle.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
  13. -webkit-tap-highlight-color: rgba(0,0,0,0);
  14. -webkit-tap-highlight-color:transparent;
  15. outline:none;
  16. }
  17. /* @font-face {font-family:"myFont fan";src: url('./NotoSansHans-DemiLight.ttf'); */
  18. body, div, span, i, em, h2, h3, h4, h5, h6, h1, b, big, small, ul, li, a, img {
  19. margin: 0;
  20. padding: 0;
  21. border:none;
  22. /*font-weight:lighter;*/
  23. font-size:1rem;
  24. font-weight:400;
  25. color:#323232;
  26. -webkit-tap-highlight-color: transparent;
  27. font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
  28. }
  29. input,button,textarea,text{
  30. font-family: "PingFang SC", PingFangSC, Helvetica, sans-serif!important;
  31. }
  32. li{
  33. list-style:none;
  34. }
  35. a{
  36. text-decoration:none;
  37. }
  38. .clear-fix:after{
  39. content:' ';
  40. width:0;
  41. height:0;
  42. clear:both;
  43. display:block;
  44. }
  45. em,i{
  46. font-style:normal;
  47. }