/* 活動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>
在模擬器上面能正確顯示在右上角,在真機(jī)里面現(xiàn)在右下角偏下的位置,這是為何?
網(wǎng)友回復(fù):
工具不能完全解決渲染問題,你這個問題是移動網(wǎng)頁如何兼容的問題,建議通過搜索引擎或者github來解決