如何让textarea placeholder 文字垂直居中?

.contactusform>textarea{
color: #2e2e2e;
height: 274px;
width: 954px;
margin-bottom:26px;
}
.contactusform>textarea::-webkit-input-placeholder{
height: 274px;
line-height: 274px;
} /* 使用webkit内核的浏览器 */
.contactusform>textarea::-moz-placeholder{
height: 274px;
line-height: 274px;
} /* Firefox版本4-18 */
.contactusform>textarea::-moz-placeholder{
height: 274px;
line-height: 274px;
} /* Firefox版本19+ */
.contactusform>textarea::-ms-input-placeholder{
height: 274px;
line-height: 274px;
}

posted @ 2017-01-04 22:02  Lily.L  阅读(1974)  评论(0)    收藏  举报