div>img居中显示 html: <div class="bodyShape"> <img src="${tools.static_url('media/images/SHAPE_'+user.body_shape+'_96_transparent.png')}" alt="${user.body_shape}" /> </div> css: .bodyShape img{ display:block; margin:0 auto 2px;}