|
@@ -338,7 +338,6 @@ function getchecks() {
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
function getResult(pushInfo, textType) {
|
|
|
$(".but").click(function () {
|
|
|
let arr = [];
|
|
@@ -501,6 +500,7 @@ function adjustHeight() {
|
|
|
function adjustWidth() {
|
|
|
var wt = window.innerWidth || document.documentElement.clientWidth;
|
|
|
$(".titleH2").width(wt - 0.2 * wt - 33 - 200 - 17 - 40 - 15 + 'px')
|
|
|
+ $(".content .infos").width(wt - 0.2 * wt - 33 + 'px');
|
|
|
//$("pre").width(wt- 0.2*wt - 240 + 'px')
|
|
|
}
|
|
|
$(window).on('resize', function () {
|