|
@@ -213,15 +213,15 @@ function downLoadFile() {
|
|
|
// }
|
|
|
function adjustWidth() {
|
|
|
var wt = window.innerWidth || document.documentElement.clientWidth;
|
|
|
- $(".titleH2").width(wt- 0.2*wt -33 - 200 - 17 - 40 -15 + 'px')
|
|
|
- $(".contentWrapper").width(wt- 0.2*wt -33 - 200 - 17 - 40 -15 + 'px')
|
|
|
+ $(".titleH2").width(wt- 0.2*wt -33 - 200 - 17 - 20 + 'px')
|
|
|
+ $(".contentWrapper").width(wt- 0.2*wt -33 - 200 - 17 -15 + 'px')
|
|
|
}
|
|
|
|
|
|
function adjustHeight() {
|
|
|
var ht = window.innerHeight || document.documentElement.clientHeight;
|
|
|
- $(".content").height(ht - 145+30 + "px");
|
|
|
+ $(".content").height(ht - 145+33 + "px");
|
|
|
if(getUrlArgObject('type') == 82 || getUrlArgObject('type') == 83){
|
|
|
- $(".content").height(ht - 105+30 + "px");
|
|
|
+ $(".content").height(ht - 105+33 + "px");
|
|
|
}
|
|
|
|
|
|
}
|