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

CSS之DIV上下左右居中_html/css_WEB-ITnose

  position:absolute;
  top:50%;
  left:50%;
  margin-top:-200px;
  margin-left:-300px;
  width:600px;
  height:400px;