随笔分类 -  Style&Less&Sass

样式css&less&Sass编写
摘要:.fun-box{ display: -webkit-box; 盒子布局 -webkit-box-align: center; 垂直居中 li{ -webkit-box-flex... 阅读全文
posted @ 2016-11-24 19:24 ——暗涌 阅读(213) 评论(0) 推荐(0)
摘要:4要素: width: 125px; //宽度必须 text-overflow: ellipsis/clip; //省略号或裁剪; white-space: nowrap;//强制内容在一行显示; overflow: hidden; // 超出隐藏 多行 text-overflow: ellipsi 阅读全文
posted @ 2016-11-16 14:30 ——暗涌 阅读(158) 评论(0) 推荐(0)