course_type的背景在上面不下來
.course_type{
height: 37px;
width: 372px;
background: url(../images/product_type_bg.jpg) no-repeat;
margin:20px 10px;
float: left;
}
.course_type li{
list-style-type: none;
float: left;
line-height: 37px;
margin: 0 15px;
text-align: center;
}
course_type的背景圖片在上面不下來,無奈我只能讓其繼續左浮動才下來了,不知道對不對,看老師的沒有左浮動.而且margin:20 px auto卻不能居中,不知道為什么
2016-08-12
下不來是怎么樣子的?我也按照老師的方式寫的,效果是一樣的。margin:20 px auto不能居中的問題,你可以在.course_type設置一個背景顏色,可以觀察到該模塊是在整個course里面左右居中顯示的。