img,video{
  /*第1种方式*/
      border: 0;
      vertical-align: bottom;

  /*第2种方式*/
      outline-width:0px;
      vertical-align:top;
 
   /*第3种方式*/
     margin: 0;
      padding: 0;
      float: left;
}

 

相关文章:

  • 2021-04-04
  • 2021-10-21
  • 2022-12-23
  • 2021-12-07
  • 2021-04-02
  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-05-27
  • 2021-08-12
  • 2021-06-10
相关资源
相似解决方案