reset.scss 270 B

123456789101112
  1. /* 公用scss */
  2. div,h1,h2,h3,h4,h5,h3,body,html,ul,li,p{margin: 0;padding: 0;}
  3. a{text-decoration: none;}
  4. li{list-style:none;}
  5. /*css初始化完成*/
  6. html,body,#app{
  7. width: 100%;
  8. height: 100%;
  9. // width: 4670px;
  10. // height: 1751px;
  11. overflow: hidden;
  12. }