旁边会有空白,还有第三部分会跑到上面去
如何解决?
如何解决?
2015-09-30
.gray_section{
background-color: #252f34;
font-size: 0px;
}
.gray_section:after{
content: "";
display:block;
clear: both;
}
.article_pre{
width: 100%;
}
.article_pre:nth-child(odd){
background-color: rgba(255,255,255,0.03);
}
.img_section
{
width: 45%;
float: left;
}
.img_section img{
width: 100%;
}
.article_pre .text_section{
width: 55%;
float: left;
color: #fff;
position: relative;
top: 68px;
left: 50px;
}
.article_pre .text_section h2{
font-size: 20px;
margin: 20px;
}
举报