/* 活动Image */
.huodong{
width: 76rpx;
height:66rpx;
position: absolute;
right: 0;
float: right
}
<view style="width:500rpx;height:160rpx;display:inline-flex;flex-direction:column;margin:10rpx 0rpx">
...
<!-- 活动Logo -->
<image class="huodong" src="/images/fitment/huodong.png"></image>
</view>
在模拟器上面能正确显示在右上角,在真机里面现在右下角偏下的位置,这是为何?
网友回复:
工具不能完全解决渲染问题,你这个问题是移动网页如何兼容的问题,建议通过搜索引擎或者github来解决