SrtToTxt
This commit is contained in:
13
学生学习页面_files/recognize.js.下载
Normal file
13
学生学习页面_files/recognize.js.下载
Normal 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();
|
||||
|
||||
Reference in New Issue
Block a user