/*水平顯示*/
display: inline-block;
/*往左浮動*/
float: left;
margin: 0px auto;div.center{
margin: 0px auto !important;
float: none; /*這會消除margin auto 的功能*/
width: 100%;
height: 100%;
max-width: 127px;
max-height: 117px;
}