想改善這個問題?通過編輯這篇文章,更新問題,使其只關注一個問題。
希望這有所幫助!!
.slice{
width:238px;
height:544px;
overflow:hidden;
position: relative;
}
.slice img {
position: absolute;
}
.right-half {
position: absolute;
right: 0;
}
.bottom {
float:right;
}
<div class="box">
<div class="slice">
<img src="https://i.stack.imgur.com/UHwtV.png" />
</div>
<div class="slice bottom">
<img class="right-half" src="https://i.stack.imgur.com/UHwtV.png" />
</div>
</div>
上一篇python 更換圖標
下一篇python 曲面的擬合