123456789101112 |
- /* 公用scss */
- div,h1,h2,h3,h4,h5,h3,body,html,ul,li,p{margin: 0;padding: 0;}
- a{text-decoration: none;}
- li{list-style:none;}
- /*css初始化完成*/
- html,body,#app{
- width: 100%;
- height: 100%;
- // width: 4670px;
- // height: 1751px;
- overflow: hidden;
- }
|