标签:webkit put splay web ext span play nbsp lin
1、PC端折行方法
placeholder="字体 字体"
可以使其折行显示
2、移动端折行方法
webkit内核
textarea::-webkit-input-placeholder:after{ display:block; content:"line@ \A line#";/* \A 表示换行 */ color:red; };
火狐
textarea::-moz-placeholder:after{ content:"line@ \A line#";/* \A 表示换行 */ color:red; };
textarea的placeholder属性内容折行显示(PC和移动端端)
标签:webkit put splay web ext span play nbsp lin
原文地址:http://www.cnblogs.com/ckf1988/p/6386026.html