让textArea的placeholder垂直居中,输入文字时不会居中
<style> #textArea { color: white; height: 50px; } #textArea::-webkit-input-placeholder{ height: 50px;line-height: 50px } /* 使用webkit内核的浏览器 */ #textArea:-moz-placeholder{ height: 50px;line-height: 50px } /* Firefox版本4-18 */ #textArea::-moz-placeholder{ height: 50px;line-height: 50px } /* Firefox版本19+ */ #textArea:-ms-input-placeholder{ height: 50px;line-height: 50px } </style>
 
                    
                     
                    
                 
                    
                 
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号