haimishasha

<img src="..." class="img-responsive center-block" >

或者

$(window).load(function(){

  
    $(".panel-body img").addClass("img-responsive center-block");
  
})
 
我的应用
<img id="logo" src="../../assets/pic/home/logo.png" >

#logo{
  display: block;
  max-width: 100%;
  height: 40px;
}

分类:

技术点:

相关文章:

  • 2021-12-19
  • 2021-11-25
  • 2021-05-29
  • 2021-12-08
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2021-07-16
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
相关资源
相似解决方案