css 层加透明度后文字依然清晰

background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important; /*实现FF背景透明,文字不透明*/
filter: Alpha(opacity=80);
background: #0a0a0a; /*实现IE背景透明*/

 

posted @ 2017-07-25 23:21  lunawzh  阅读(927)  评论(0编辑  收藏  举报