1 回答
已采納

GTX760
TA貢獻(xiàn)59條經(jīng)驗(yàn) 獲得超36個(gè)贊
用絕對(duì)定位
<style>
.fang{height:300px;width:500px;position:relative;background:pink;}
.yuan{height:50px;width:50px;position:absolute;right:-25px;bottom:25px;background:green;border-radius:50%;}
</style>
<div class=fang>
? ? <div class=yuan></div>
</div>
添加回答
舉報(bào)
0/150
提交
取消