Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/commonRecycle.js =================================================================== diff -u -r25980 -r26099 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/commonRecycle.js (.../commonRecycle.js) (revision 25980) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/commonRecycle.js (.../commonRecycle.js) (revision 26099) @@ -15,6 +15,12 @@ var zoomRatio = 1; var actualWidth = window.screen.availWidth; var actualHeight = window.screen.availHeight; + if(actualWidth == 1280 && actualHeight == 984){ + $(".mbody_02,.mbody,#mbody").addClass("on"); + } + if(actualWidth == 1024 && actualHeight == 728){ + $(".mbody_02,.mbody,#mbody").addClass("on_1024"); + } if(_actualWidth != undefined){ actualWidth = _actualWidth; } Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r25836 -r26099 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 25836) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 26099) @@ -149,7 +149,7 @@ #intheBox{ margin:24px 0 0 50px; display:none; - } +}