textarea无边框文本透明背景文本样式

textarea{  
    border:0;  
    background-color:transparent;  
    /*scrollbar-arrow-color:yellow;  
    scrollbar-base-color:lightsalmon;  
    overflow: hidden;*/  
    color: #666464;  
    height: auto;  
} 
原文地址:https://www.cnblogs.com/wsir/p/5556501.html