作者:MesecretyMark | 来源:互联网 | 2022-10-13 15:22
代码如下:
代码如下:
/*自动宽度*/
global.autoWidth = function () {
//global_main
$(".global_main").height($(window).height() - $(".global_header").eq(0).outerHeight());
$('.global_main').width($(window).width() - $('.global_slide').eq(0).outerWidth()).show();
};