['对接现金红包接口及样式处理']

This commit is contained in:
2021-10-15 09:49:18 +08:00
parent 01a9d8eb40
commit 9a89f3dded
16 changed files with 419 additions and 786 deletions

View File

@@ -78,6 +78,14 @@ $padding: 30rpx;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.ellipsis-1{
max-width: 100%;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.ellipsis-3 {
display: -webkit-box;