美文网首页
懒人desktop responsive

懒人desktop responsive

作者: RoyChina | 来源:发表于2020-09-23 14:23 被阅读0次
@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

      本文链接:https://www.haomeiwen.com/subject/bwqoyktx.html