currentVideo

This commit is contained in:
2024-06-25 17:07:59 +08:00
parent f8081fbec2
commit 6d0addb743
72 changed files with 11772 additions and 7898 deletions

View File

@@ -142,6 +142,16 @@ $themeBgColor: #EDF6F5 !important;
white-space: nowrap;
overflow: hidden;
}
.hidden2 {
text-overflow: ellipsis;
// white-space: nowrap;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.hidden5 {
text-overflow: ellipsis;