输入banner图图片脚本导航/分类

CSS+DIV居中布局_html/css_WEB-ITnose

使某个盒子(div)居中显示最简单的方法:

.sheft{	margin-right: auto;	margin-left: auto;	width:90%;}