背景透明,內容不透明

.tou{
        height: 100px;
        background-color: rgba(0,0,0,0.5);
        filter: Alpha(opacity=50);
        color: #fff;
    }

htmlhtml

    <div class="tou">
        hhhhhh
    </div>
相關文章
相關標籤/搜索