.box1{ background: #000; /*ie8及以下不兼容*/ opacity: .7; /*兼容ie8及以下*/ filter: Alpha(Opacity=70); } .box2{ /*ie8及以下不兼容 */ background: rgba(0,0,0,.7); }