获取高度_编程笔记

获取高度

2024-07-01 11:18:33  浏览:629  作者:保利尼奥
// 获取 about-list 高度(包括外边距) var headerHeightWithMargin = $('.about-list').outerHeight(true); $('.hom...
// 获取 about-list 高度(包括外边距)    
var headerHeightWithMargin = $('.about-list').outerHeight(true);    
$('.home-about-bom').css('padding-bottom',headerHeightWithMargin);


上一篇:原生JS 弹窗视频

下一篇:背景图切换

评论区

共 0 条评论
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

【随机内容】

返回顶部