懒人desktop responsive

@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;
  }
}

你可能感兴趣的:(懒人desktop responsive)