我想中心包含在顯示設置爲表的div中的圖像。其中,我希望顯示一個圖像,該圖像應位於中心,既可以垂直放置,也可以水平放置。我已經使用margin:auto實現了水平位置,並將其設置爲display:table-cell,但它不會垂直居中。任何幫助將是巨大的中心圖像垂直div使用只有css
.overlay { height: 50%; background: red;position: fixed;
top: 0;
left: 0;
height: 50%;
width: 100%;
display: table;}
.swipe {height: 80px;
display: table-cell;
margin: auto;}
<div style="height:300px">
<div class="overlay">
<img class="swipe" src="https://d30y9cdsu7xlg0.cloudfront.net/png/255751-200.png" />