初始化

This commit is contained in:
ZilongYang
2021-10-13 20:59:12 +08:00
commit 56a79617f0
73 changed files with 13328 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
.text-el-line{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.text-el-line1{
.text-el-line();
-webkit-line-clamp: 1;
}
.text-el-line2{
.text-el-line();
-webkit-line-clamp: 2;
}