开发者工具 v1.02.1911180,win10 系统
wxss效果显示和实际手机显示不一致:
工具显示: iPhone6s显示:
小程序已上线,请问这个问题如何解决? 急!
底下logo 代码:
<view class="home" hidden="{{hasUserInfo==false}}">
<view>
...
</view>
<view class="home_logo">
<image src="/resource/logo.png" mode="cover"></image>
</view>
</view>
.home{
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
.home_logo{
width: 100%;
height:170rpx;
color: #1C1E1E;
display: flex;
justify-content: center;
}
.home_logo image{
margin-top: 100rpx;
margin-bottom: 30rpx;
width: 250rpx;
height: 40rpx;
}
以真机为准
--↓↓👍如果觉得有帮助的话请点个【赞】吧(唏嘘也有小尾巴了,可惜是假的)
--↓↓👍如果觉得有帮助的话请点个【赞】吧(唏嘘也有小尾巴了,可惜是假的)