#left1 h3,#right1 h3,#left2 h3,#middle2 h3{height:25px;background:url(../images/tt.jpg) no-repeat;
color:#fff;font-size:14px;line-height:23px;padding-left:10px;}
代码全部贴出来
#left1 h3,#right1 h3,#left2 h3,#middle2 h3{height:25px;background:url(../images/tt.jpg) no-repeat;
color:#fff;font-size:14px;line-height:23px;padding-left:10px;}
css 本身没问题,推测应该是选择器写的有问题
在页面发生重绘的时候,这些属性会降低浏览器的渲染性能,如,box-shadow
/border-radius
/filter
/透明度/:nth-child
选择器的问题吧,审查元素看看,样式加上与否