<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下
在三星note3下
求问怎么解决?
用了flexible是不能这么简单的用px的,得转化成rem。
推荐你看这个文章http://www.w3cplus.com/mobile...
里面介绍的很详细