代码修改后的版本,全部提交
This commit is contained in:
12
Mtxfw.VipSite/Scripts/leica.js
Normal file
12
Mtxfw.VipSite/Scripts/leica.js
Normal file
@@ -0,0 +1,12 @@
|
||||
$(document).ready(function(){
|
||||
//左右对齐
|
||||
var gd_l=$("#left").height();
|
||||
var gd_r=$("#right").height();
|
||||
if(gd_l<=gd_r){
|
||||
$("#left").css("height",gd_r)
|
||||
}
|
||||
else{
|
||||
$("#left").css("height",gd_l)
|
||||
}
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user