<head>
  <meta charset="UTF-8">
  <meta name="Generator" content="EditPlus®">
  <meta name="Author" content="">
  <meta name="Keywords" content="">
  <meta name="Description" content="">
  <title>Document</title>
 </head>
 <style type="text/css">
    div{
        height:200px;
        background:#eee;
        vertical-align:middle;
    }
    img{
        height:40px;
        vertical-align:middle;
    }
    /* span{
        height:100%;
        display:inline-block;
        vertical-align:middle;
    }     */
 </style>
 <body>
  <div>
    <!-- <span></span> -->
    <img src="https://www.baidu.com/img/bd_logo1.png" alt="" />
  </div>
 </body>

 

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2022-01-09
  • 2021-05-17
猜你喜欢
  • 2022-01-24
  • 2021-07-08
  • 2021-06-02
  • 2021-11-03
  • 2021-05-26
  • 2021-04-03
  • 2021-05-18
相关资源
相似解决方案