Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/customIntoBasketStyle.css =================================================================== diff -u -r26864 -r29001 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/customIntoBasketStyle.css (.../customIntoBasketStyle.css) (revision 26864) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/1980/images/customIntoBasketStyle.css (.../customIntoBasketStyle.css) (revision 29001) @@ -30,8 +30,8 @@ .mbody{ background:url(customIntoBasket.png) no-repeat; width:1980px; height:1080px; margin:0 auto; position:relative} #mbody{ background:url(express_into_basket.jpg) no-repeat; width:1980px; height:1080px; margin:0 auto; position:relative} -.mbody .btn-h{ margin-left: 220px;margin-top: 140px; background:url(allIntoBasket.png) no-repeat; background-position:0 0; width:150px; height:64px; border:none; line-height:200px; overflow:hidden;} -.mbody .btn-h:hover{ margin-left: 220px;margin-top: 140px; background:url(allIntoBaskehovert.png) no-repeat; background-position:0 0; width:150px; height:64px; border:none; line-height:200px; overflow:hidden;} +.mbody .btn-h{ margin-left: 220px;margin-top: 170px; background:url(allIntoBasket.png) no-repeat; background-position:0 0; width:150px; height:64px; border:none; line-height:200px; overflow:hidden;} +.mbody .btn-h:hover{ margin-left: 220px;margin-top: 170px; background:url(allIntoBaskehovert.png) no-repeat; background-position:0 0; width:150px; height:64px; border:none; line-height:200px; overflow:hidden;} .mbody .splitInfo{ margin-left: 490px;margin-top: 140px; border:none; font-size:24px;color:red; line-height:32px; display:inline-block} Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r28969 -r29001 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 28969) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 29001) @@ -519,7 +519,7 @@ if(document.getElementById('recyclingDamageButton'+tmpRow)){ document.getElementById('recyclingDamageButton'+tmpRow).className = 'btn-c-edit'; } - } + } if(recyclingErrorJsonArray.length > 0){ if(document.getElementById('showTousseName'+tmpRow)){ document.getElementById('showTousseName'+tmpRow).className = 'input-a-yellow'; @@ -5915,7 +5915,7 @@ }; recyclingErrorJsonArray.push(errorObj); } - setTousseItemRecyclingError(row,JSON.stringify(recyclingErrorJsonArray)); + setTousseItemRecyclingError(row,JSON.stringify(recyclingErrorJsonArray)); if(recyclingErrorJsonArray.length > 0){ document.getElementById('showTousseName'+row).className = 'input-a-yellow'; document.getElementById('recyclingErrorButton'+row).className = 'btn-b-edit'; @@ -5945,7 +5945,7 @@ } setTousseItemRecyclingDamage(row,JSON.stringify(recyclingDamageJsonArray)); if(recyclingDamageJsonArray.length > 0){ - document.getElementById('showTousseName'+row).className = 'input-a-yellow'; + document.getElementById('showTousseName'+row).className = 'input-a-brown'; document.getElementById('recyclingDamageButton'+row).className = 'btn-c-edit'; } } Index: ssts-web/src/main/webapp/themes/portalPage/theme/style/main.css =================================================================== diff -u -r28026 -r29001 --- ssts-web/src/main/webapp/themes/portalPage/theme/style/main.css (.../main.css) (revision 28026) +++ ssts-web/src/main/webapp/themes/portalPage/theme/style/main.css (.../main.css) (revision 29001) @@ -291,4 +291,14 @@ height: 31px; background-image: url(../images/img8.gif); margin: 3px 0 0 4px; +} + +.bgYellow { + background: yellow; +} +.bgBrown { + background:#fc7e24; +} +.bgWhite { + background:white; } \ No newline at end of file