index.scss 276 B

12345678910111213141516171819
  1. @import './webkit-scrollbar';
  2. @import './cus';
  3. @import './font';
  4. * {
  5. outline: none; // dom元素选中带边框
  6. -webkit-user-drag: none;
  7. line-height: 1;
  8. box-sizing: border-box;
  9. }
  10. html, body {
  11. margin: 0;
  12. padding: 0;
  13. border: 0;
  14. width: 100%;
  15. height: 100%;
  16. }