![240](https://cdn2.jianshu.io/assets/default_avatar/14-0651acff782e7a18653d7530d6b27661.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:甘肃
给对应span元素设置 vertical-align:top;
实现方式如下所示: ul { overflow: hidden;//ul清除浮动: } li { width: 33.33%...
单行溢出使用省略号: overflow:hidden; white-space:nowrap; text-overflow:ellipsis; ...
基本操作可参考阮一峰的文章 http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html 以...
&:after { content:""; position:absolute; bottom:0; left:0; width:200%; h...
1. 用css的border属性制作三角形