css设置高度

末蓝、 2021-09-23 23:00 404阅读 0赞

html:

  1. <img src="/static/manager/home/img/zt.png" alt="" class="zt">

css:

  1. .zt {
  2. width: 72px;
  3. height: 14px;
  4. position: absolute;
  5. left: 456px;
  6. bottom: 187px;
  7. opacity: 0.37;
  8. }

js:

  1. $(".zt").height(40);
  2. $(".zt").css('height',40+'px');

发表评论

表情:
评论列表 (有 0 条评论,404人围观)

还没有评论,来说两句吧...

相关阅读

    相关 CSS--高度铺满

    原文网址:[CSS--高度铺满\_IT利刃出鞘的博客-CSDN博客][CSS--_IT_-CSDN] 其他网址 [div 自适应高度 自动填充剩余高度 - 庞国明 -