max-width: 100%;//父元素的寬度
display: block;
margin: 0 auto;
display: table-cell; 垂直居中
vertical-align: middle;
style="max-width: 100%;max-height: 100%; display:inline-block;" //水平居中
text-indent:50px; 段落首行縮進50個像素
<style> ::-webkit-scrollbar { //隱藏滾動條 display: none; } </style>
轉載 https://segmentfault.com/a/1190000018279674web
https://div.io/topic/1396segmentfault
<div style="width: 30%;display: inline-block;" class="code"> <div class="code-img" style="height: 34px;text-align: center;"> <img style=" display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle;" src="1.jpg" alt="" id="captchaImg"> </div> </div>