input里面placeholder水平居中

<style type="text/css">
input::-ms-input-placeholder{text-align: center;}
input::-webkit-input-placeholder{text-align: center;}
</style>
posted @ 2017-09-26 11:49  AlbertSmith  阅读(6667)  评论(0编辑  收藏  举报