|
@@ -219,7 +219,11 @@ function adjustWidth() {
|
|
|
|
|
|
function adjustHeight() {
|
|
|
var ht = window.innerHeight || document.documentElement.clientHeight;
|
|
|
- $(".content").height(ht - 145 + "px");
|
|
|
+ $(".content").height(ht - 145+30 + "px");
|
|
|
+ if(getUrlArgObject('type') == 82 || getUrlArgObject('type') == 83){
|
|
|
+ $(".content").height(ht - 105+30 + "px");
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
$(window).on('resize', function(){
|
|
|
adjustHeight()
|