问答详情
源自:3-15 企业网站制作之课程中心制作

course_type里面的list文本无法再白色背景上居中,上方空白比下方宽?怎么回事

.course{

width:410px;

border:1px solid #E8E8E8;

margin:0 7px;


}

.course_type{

height:37px;

width:372px;

background:url(../images/product_type_bg.jpg) no-repeat;

margin:40px auto;

}


.course_type li{

list-style-type: none;

float:left;

line-height:37px;

margin:0 18px;

text-align:center;

padding-top:0;

}


提问者:qq_格格_7 2017-03-17 14:12

个回答

  • DHQ0
    2018-04-09 16:38:35

    素材中所给背景图的高度不是37px,而是27

  • qq_格格_7
    2017-03-17 14:13:38

    还有为什么在谷歌浏览器,页面靠左,无法居中