为什么我的footer-logo贴在了左边字段的上面

 .public-footer .footer-col{
 float:left;
 width:230px;
 margin-right:60px;
 font-size:16px;
 color:#fff;
 line-height:1.8;
 
   
}
.public-footer .footer-col:last-child{
 margin:0; 
}
.public-footer .footer-logo{
 width:182px;
 height:55px;
 margin-top: -18px;
 margin-bottom:10px;
 background:url("../images/index-footer-logo.png");  
}

 

王红东3154747
浏览 1027回答 1
1回答

学习js

float浮动清除没
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Html5