邊框問題??在線等~急急急~~~
為什么它就是連不起來,空出一大塊看起來好丑,求大神解答~~代碼如下:
.news_type
{
width:220px;
height:350px;
border:1px solid #e8e8e8;
background-color: #FFF;
float:left;
}
.news_type h2
{
height:30px;
line-height:30px;
font-family:"微軟雅黑";
font-size:16px;
color:#666;
background:url(../images/titile_bg.gif) repeat-x;
padding-left:20px;
}
.news_type_content
{
height:315px;
background:url(../images/content_bg.gif) ?repeat-x;
}
哪里有問題了~~求解答~~
2016-09-06
試試*{padding:0; margin:0;}
2016-05-03
在兩個background最后面加 left center
2016-04-22
我復(fù)制你的代碼過去沒這個問題誒。。。