懒人desktop responsive

2020-09-23  本文已影响0人  RoyChina
@media screen and (min-width: 1081px) and (max-width: 1280px) {
  body {
    transform: scale(0.8);
    transform-origin: 0 0;
    width: 125%;
    
    margin-bottom: -1000%!important;
  }
}

@media screen and (min-width: 881px) and (max-width: 1080px) {
  body {
    transform: scale(0.7);
    transform-origin: 0 0;
    width: 142.86%;
    
    margin-bottom: -1000%!important;
  }
}

@media screen and (min-width: 769px) and (max-width: 880px) {
  body {
    transform: scale(0.6);
    transform-origin: 0 0;
    width: 166.67%;
    
    margin-bottom: -1000%!important;
  }
}
上一篇 下一篇

猜你喜欢

热点阅读