竖排,别再调盒子宽度来让文字换行实现竖排!!css
也别再用<br> + line-height,看着难受!!html
writing-mode: horizontal-tb | vertical-rl | vertical-lr | sideways-rl | sideways-lr
=====================================额外用例!css3
1.一些图标也没必要更换样式后引入,固然css3的rotate也是能够的,对于图标web
1 .icon-play { 2 font-family: 'icomoon'; 3 } 4 5 .verticle-mode { 6 writing-mode: tb-rl; 7 -webkit-writing-mode: vertical-rl; 8 writing-mode: vertical-rl; 9 *writing-mode: tb-rl; 10 }
<!-- html --> 1 <p><strong>默认流</strong></p> 2 <span class="icon-play">r</span> 箭头朝右 3 <p><strong>垂直流</strong></p> 4 <span class="icon-play verticle-mode">r</span> 箭头朝下
样式显示为:ide
2.表格form中能够一块儿使用,目前尚未用到过wordpress
====================================spa
最后:这些原IE早期私有属性,不要再使用,以上都可对应替代code
更多内容,见:orm
http://www.zhangxinxu.com/wordpress/2016/04/css-writing-modehtm