Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css =================================================================== diff -u -r12560 -r13281 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 12560) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/style.css (.../style.css) (revision 13281) @@ -217,8 +217,8 @@ .num-ten .search table{ margin:0 auto} -.selectDate-table{position:absolute; width:1030px; height:400px; bottom:190px; left:3px;} -.selectDate-table .box{ height:435px; overflow-y:hidden; overflow-x:hidden;} +.selectDate-table{width:1080px; height:250px;} +.selectDate-table .box{ height:250px; overflow-y:hidden; overflow-x:hidden;} .selectDate-table .box table{ margin:0 auto; width:933px} .selectDate-table input{text-align:center;} .selectDate-table .input-a{ background:url(pic_bg.jpg) no-repeat 0 -206px; border:none; width:396px; height:62px; font-size:26px; padding:0 10px; line-height:40px;} Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp =================================================================== diff -u -r12560 -r13281 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 12560) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/awaitForRecycleList.jsp (.../awaitForRecycleList.jsp) (revision 13281) @@ -793,11 +793,15 @@ var actualWidth = window.screen.availWidth; var actualHeight = window.screen.availHeight; var offsetTop = 100; - var heightExtra = 10; + var heightExtra = 30; if('${param.resolution}' == '1980'){ width = 1080; height = 830; } + if('选择回收时间范围' == title){ + designedTousseWidth = width = 1080; + designedTousseHeight = height = 400; + } var zoomRatio = calculateZoomRatio(designedWidth,designedHeight,actualWidth,actualHeight); var size = calculateSizeAfterZoom(designedTousseWidth,designedTousseHeight,zoomRatio); Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/selectRecyclingDate.jsp =================================================================== diff -u -r12560 -r13281 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/selectRecyclingDate.jsp (.../selectRecyclingDate.jsp) (revision 12560) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/selectRecyclingDate.jsp (.../selectRecyclingDate.jsp) (revision 13281) @@ -8,7 +8,7 @@ - +