美文网首页
20171002微信小程序开发

20171002微信小程序开发

作者: 嘉嘉121 | 来源:发表于2017-10-02 15:18 被阅读0次

    一、rpx

    rpx逻辑分辨率,iphone6尺寸。2:1

    flex布局子元素垂直居中显示

    .container{

    display:flex;

    flex-direction:column;

    font-size:32rpx;

    align-items:center;

    }

    二、分辨率

    一个pt可以由一个px构成,也可以由多个px构成。

    iphone6下由2个px构成一个pt。

    rpx的作用:会自动换算在不同的分辨率下。

    iphone6下,1rpx = 1px=0.5pt

    相关文章

      网友评论

          本文标题:20171002微信小程序开发

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