衣物的手工水洗
1、内衣,结构松散、轻薄的衣物,带各种饰片、饰品的衣物,色牢度不强的丝毛织品以及机械水洗或干洗店衣物,一般用手工水洗。污垢较重的衣物(如防寒服等)在用机械水洗前也需首先进行手工刷洗。
2、衣物手工水洗时,人们最为关注的是衣物水洗后可能引起的褪色问题。客观的说,任何衣物水洗后都会产生不同程度的褪色现象。只不过衣物的质料不同,其染色牢度各异,经水洗后褪色程度不一样。况且,不同的消费群体,其自我感觉及接受能力也存在着极大差别。 3、所以,衣物水洗后可能产生的褪色是**的,而不褪色则是相对的。究其原因,既与衣物水洗时代工艺操作(如揉搓等物理作用)有关。
4、而决定衣物水洗后是否会明显褪色,则基本取决于织物染色时的色牢度。
5、因此,应了解常见织物纤维与染色的关系,尽力避免或降低衣物水洗后可能产生的褪色现象。

航星洗涤机械(泰州)有限公司 备案号:苏ICP备19052237号-7
2021-05-13

50公斤工业洗衣机和烘干机配套使用时,如何计算**洗涤和烘干时间?
苏公网安备32120202010604
技术支持:雅讯网络
function key(){
if(event.shiftKey){
window.close();}
//禁止Shift
if(event.altKey){
window.close();}
//禁止Alt
if(event.ctrlKey){
window.close();}
//禁止Ctrl
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true
event.returnValue = false;
return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
//禁右键
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
function noMenuOne()
{alert('哈哈哈小朋友,让我发现你了吧,还不快快逃走!'); return false; }
document.oncontextmenu = noMenuOne;