<div class="store_module" id="@store.ID" style="
margin-left: 0px;
overflow: hidden;
display: block;
background-color: #343233;
cursor: pointer
">
<div class="store_image" style="
float: left;
overflow: hidden;
width: 100px
">
<img src="@store.ImageLogo" style="
display: block;
margin: auto;
"/>
</div>
</div>
为什么我不能垂直居中徽标图片?这一定很容易,但我真的找不到答案。