文字大小自适应

html,body{
  font-size: 10px;
}
@media screen and (min-width: 319px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 359px) {
  html,body{
    font-size: 13px;
  }

}
@media screen and (min-width: 374px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 410px) {
  html,body{
    font-size: 15px;
  }
}
@media screen and (min-width: 434px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 559px) {
  html,
  body {
    font-size: 21px;
  }
}

@media screen and (min-width: 613px) {
  html,body{
    font-size: 23px;
  }
}
@media screen and (min-width: 639px) {
  html,
  body {
    font-size: 24px;
  }
}
@media screen and (min-width: 719px) {
  html,
  body {
    font-size: 27px;
  }
}
@media screen and (min-width: 739px){
  html,body{
    font-size: 28px;
  }
}

@media screen and (min-width: 767px) {
  html,
  body {
    font-size: 29px;
  }
}

@media screen and (min-width: 819px){
  html,body{
    font-size: 31px;
  }
}
@media screen and (min-width: 939px){
  html,body{
    font-size: 33px;
  }
}

@media screen and (min-width: 959px) {
  html,
  body {
    font-size: 36px;
  }
}

@media screen and (min-width: 979px){
  html,body{
    font-size: 38px;
  }

}
@media screen and (min-width: 1079px) {
  html,body{
    font-size: 40px;
  }
}
@media screen and (min-width: 1241px){
  html,body{
    font-size: 46px;
  }
}

$designPageWidth: 375;

$pageWidthVSfontSize: 14;

@function trans($px) {
  @return ( $px * $pageWidthVSfontSize / $designPageWidth) * 1rem;
}

转载于:https://www.cnblogs.com/happiness-mumu/p/5961106.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值