能量球

This commit is contained in:
唐明明
2021-09-25 15:33:25 +08:00
parent f02c1a75b3
commit 847f573ff3
7 changed files with 225 additions and 456 deletions

View File

@@ -74,20 +74,6 @@ $padding: 30rpx;
-webkit-line-clamp: 2;
}
.ellipsis {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ellipsis-2 {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.ellipsis-3 {
display: -webkit-box;
overflow: hidden;