为什么文字不在背景图中间呢?
.course_list
{
height:37px;
width:372px;
background:url(../images/product_type_bg.jpg) no-repeat;
margin:15px auto;
}
.course_list li
{
list-style-type:none;
float:left;
line-height:37px;
margin:0 15px;
text-align:center;
}