定义公用方法 // 文字一行显示.多出隐藏 @mixin lineEllipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } // 文字多行显示.多出隐藏 @mixin multiEl