@@ -106,9 +106,14 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
/* 清除浮动-父级使用 */
.fn-clear:after{content:" ";height:0;display:block;font-size:0;visibility:hidden;clear:both;}
+/* 清除元素间隙 */
+.fn-clear-gap{font-size:0;list-style:none;margin: 0;padding: 0;letter-spacing: 0;word-spacing: 0;}
+
/* 隐藏, 通常用来与 JS 配合 */
.fn-hide{display:none;}
+/* 隐藏多余内容*/
+.fn-hidden{overflow: hidden}
/* 文本超出省略号显示 (一行) ------ 使用方式:@include single-line-ellipsis; */
@mixin single-line-ellipsis {text-overflow: ellipsis;overflow: hidden;word-wrap: break-word;white-space: nowrap;word-break: break-all;}