新闻中心下的,也就是字体左边红色箭头怎么来的啊?没看见设背景或是加img标签。反复看了好几遍,没懂
<div class="news_list">,这个class在之前已经添加了背景图片了,直接引用的。
.news_list li
{
list-style-type:none;
background:url(../images/list.jpg) no-repeat;
padding-left:3px;
margin:8px;
border-bottom:1px dotted #CCC;
}
就是背景图