为了账号安全,请及时绑定邮箱和手机立即绑定

rgba设置的背景透明没用啊

http://img1.sycdn.imooc.com//58c2504e0001903415710712.jpg

本来跟着老师的做的,设置了background-color: rgba(255,255,255,0.1);结果就成上边的样子了,求大神指导啊,啊啊啊啊

.graySection .articlPreview .imgSection
{
    width: 45%;
}
.imgSection img
{
    width: 100%;
}
.graySection .articlPreview .textSection
{
    width: 55%;
    position: relative;
    top: 68px;
    left: 60px;
}/*文字没有width: 60%;这个就没有浮动*/
.graySection .articlPreview
{
    background: #252f34;
    color: #fff;
}
/*articlPreview下的第一级div(子元素)*/
.articlPreview > div
{
    float: left;
    font-size: 0;/*两个articlPreview之间会有间隙,是字体大小不一样的原因
所有要充值字体大小*/
}
/*清除浮动*/
.articlPreview:after
{
    content: "";
    display: block;
    clear: both;
}
.textSection h2
{
    font-size: 20px;
    margin-bottom: 20px;
}
.textSection p
{
    font-size: 16px;
    letter-spacing: 1px;
}
.textSection .sub-heading
{
    font-size: 17px;
    /*margin-top: 0;*/
}
.textSection > *
{
    max-width: 90%;
}
.articlPreview:nth-child(odd)
{
    background-color: rgba(255,255,255,0.1);
}


正在回答

1 回答

.article-preview:nth-child(2n+1) {

    background-color: rgba(255, 255, 255, 0.1);

}代码换成这个试下,实在不行用firebug看下怎么会出不来,你下面的背景色都有的。


0 回复 有任何疑惑可以回复我~
#1

qq_Say_3 提问者

还是不行,firebug我看看
2017-03-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
HTML5和CSS3扁平化风格博客
  • 参与学习       86811    人
  • 解答问题       383    个

HTML5与CSS3搭建超酷扁平化风格博客

进入课程

rgba设置的背景透明没用啊

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信