Live2d Test Env

less 文件 媒体查询 循环

@charset "utf-8";


@psdwidth: 1024; // 设计稿 尺寸
@basesize: 100;   // 分为多少份
@bt: 100rem;  // 换算值
@fit: 320px, 360px, 375px, 384px, 400px, 414px, 424px, 450px, 480px, 540px, 640px, 720px, 750px, 1024px, 1920px;
.rtrt(@index) when (@index<=length(@fit)) {
  @media (min-width: extract(@fit,@index)) {
    html {
      font-size: extract(@fit,@index)/@psdwidth*@basesize;
    }
  }
  .rtrt(@index+1);
}


.rtrt(1);


html, body {
  width: 100%;
  height: 100%;
}

 

posted @ 2019-11-27 19:57  小猪(朱)  阅读(917)  评论(0编辑  收藏  举报