元气智驾官网前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
345 B

  1. html, body, #app {
  2. width: 100%;
  3. height: 100%;
  4. padding: 0;
  5. margin: 0;
  6. }
  7. html::-webkit-scrollbar {
  8. display: none; /* 隐藏Webkit浏览器的滚动条 */
  9. }
  10. html {
  11. -ms-overflow-style: none; /* IE 和 Edge */
  12. scrollbar-width: none; /* Firefox */
  13. overflow: scroll; /* 保持滚动功能 */
  14. }
  15. img{
  16. display: block;
  17. }