$(function(){ // debugger; try{ console.log("1111111111"); $(".longCardList-div td").each(function(){ //debugger; if ($(this).find('.longCardList-thumbnail').length>0) {//有图片的情况下 var tdW = $(this).width(); var thumbnailW = $(this).find(".longCardList-thumbnail").width(); var infoW = parseInt(tdW- thumbnailW -18 - 76); $(this).find('.longCardList-info').width(infoW); var thisH = $(this).height(); var infoH = $(this).find('.longCardList-info').height(); var imgH = $(this).find('.longCardList-thumbnail').height(); if (imgH>infoH) { var top = parseInt(imgH-infoH); $(this).find('.longCardList').css("margin-top",top+"px"); }else if(imgH