css3系列教程:透明度 | css | 前端观察
1 2 3 4 5 | div.opacityl1 { background:#036; opacity:0.2; width:575px; height:20px; } div.opacityl2 { background:#036; opacity:0.4; width:575px; height:20px; } div.opacityl3 { background:#036; opacity:0.6; width:575px; height:20px; } div.opacityl4 { background:#036; opacity:0.8; width:575px; height:20px; } div.opacityl5 { background:#036; opacity:1.0; width:575px; height:20px; } |