使用手淘flexible在苹果和安卓手机缩放比例不一样

  <div class="company">
      <h1>公司主页</h1>
      <h1 class="box">{{count}}</h1>
  </div>

<style lang="scss">
  .box{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #2b7ed2;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
  }
</style>

在iPhone6下

clipboard.png
在三星note3下

clipboard.png

求问怎么解决?

阅读 2.9k
3 个回答

width height line-height计量单位为什么还用px,用了flexible就配合使用rem啊

如果是px的话,css要加[dpr="xx"]的判断,跟字体设置同理。

clipboard.png

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
宣传栏