This commit is contained in:
ChuXun
2025-10-11 18:15:20 +08:00
parent 98c6e4b11a
commit cf8f4c5c3a
283 changed files with 105716 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
function setWidth(){
if(screen.width == 1024){
$('.headerwrap').css({'width':1000 + 'px'});
$('.main').css({'width':1000 + 'px'});
$('.left').css({'width':585 + 'px'});
$('.right').css({'width':385 + 'px'});
$('.tabs .lists li').css({'width':128 + 'px'});
$('.inputwords').css({'width':348 + 'px'});
}
}
setWidth();