<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鏍峰紡*/
input::-webkit-input-placeholder { /* webkit browsers */ 
color:#fff;} 

input:-moz-placeholder { /* mozilla firefox 4 to 18 */ 
color:#fff;} 

input::-moz-placeholder { /* mozilla firefox 19+ */ 
color:#fff;} 

input:-ms-input-placeholder { /* internet explorer 10+ */ 
color:#fff;} 
</pre></body></html>