textarea 標籤自動換行

<textarea style="text-align: center;border: none;height: auto;width: 100%;line-height: 16pt;resize:none;overflow:hidden" rows="1" cols="20">

1)行高:line-height: 20pt;框架

2)行數:rows = 「1」;textarea

3)文本居中:text-align: center;co

4)去除邊框:border: none;滾動條

5)禁用拖動:resize: none;居中

6)去掉右側滾動條:overflow: hiddentar

7)去除邊框:border: none;滾動

8)KEEN框架中,須要在js初始化要加載域自動換行操做: autosize($('textarea'));

相關文章
相關標籤/搜索