style.scss 221 B

12345678910111213141516
  1. @import "./assets/font/iconfont.css";
  2. html,body {
  3. width: 100%;
  4. height: 100%;
  5. background: #F8F8F8;
  6. overflow: hidden;
  7. font-size: 14px;
  8. }
  9. #app,.van-config{
  10. width: 100%;
  11. height: 100%;
  12. background: #F8F8F8;
  13. }