|
@@ -155,7 +155,7 @@ function adjustHeight() {
|
|
|
function adjustWidth() {
|
|
|
var wt = window.innerWidth || document.documentElement.clientWidth;
|
|
|
$(".titleH2").width(wt- 0.2*wt -33 - 200 - 17 - 40 -15 + 'px')
|
|
|
- $("pre").width(wt- 0.2*wt -33 - 200 - 17 - 40 -15 + 'px')
|
|
|
+ $("pre").width(wt- 0.2*wt - 200 + 'px')
|
|
|
}
|
|
|
$(window).on('resize', function(){
|
|
|
adjustHeight()
|