标签:pre fir span web class 垂直 输入 nbsp AC
<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>
让textArea的placeholder垂直居中,输入文字时不会居中
标签:pre fir span web class 垂直 输入 nbsp AC
原文地址:https://www.cnblogs.com/island1994/p/9221284.html