1 回答

qq_大寒_2
TA貢獻173條經(jīng)驗 獲得超185個贊
所有這類問題,自己寫寫div就會很容易明白的,
.box1{width:300px;height:300px;background:red;margin-bottom:100px;} .box2{width:300px;height:300px;background:green;margin-top:-50px;opacity:0.5;filter:alpha(opacity=50);}
不會
.box1{width:300px;height:300px;background:red;} .box2{width:300px;height:300px;background:green;margin-top:-50px;opacity:0.5;filter:alpha(opacity=50);}
會
添加回答
舉報
0/150
提交
取消