css背景不显示

浏览:631 发布日期:2013/12/21 分类:求助交流
<style>
    .a{width:200px;height:200px;}
    .b{width:100%;height:100%;background: red;}
        .b img{width:100%;height:100%;}
    .c{width: 100%;height:30px;background: blue;margin-top: -30px;z-index: 500;}
</style>
<div class='a'>
    <div class='b'>
        <a href=''><img src='1.jpg' /></a>
    </div>
    <div class='c'>十年品质</div>
</div>


十年品质显示了,但是blue背景不显示
最佳答案
评论( 相关
后面还有条评论,点击查看>>