答案 0 :(得分:1)
您现在删除到 css .fix
中的overflow:hidden;
,并 添加此css 样式表强>
就像这样
删除此css
.fix {
overflow: hidden;
}
添加此CSS
.fix{
*zoom: 1;
}
.fix:after, .fix:before {
content: "";
display: table;
line-height: 0;
}
.fix:after {
clear: both;
}
您的Css路径
css/main.css ---> Line No is 111