透明度兼容问题

透明度兼容问题

.box1{
    background: #000;
    /*ie8及以下不兼容*/
    opacity: .7;
    /*兼容ie8及以下*/
    filter: Alpha(Opacity=70);
}
.box2{
    /*ie8及以下不兼容 */
    background: rgba(0,0,0,.7);
}
posted @ 2021-08-19 23:20  黄哈哈。  阅读(24)  评论(0编辑  收藏  举报