同步版本
This commit is contained in:
@@ -65,5 +65,15 @@ $padding: 30rpx;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ellipsis{
|
||||
max-width: 100%;
|
||||
display: -webkit-box;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
}
|
||||
|
||||
// 修改nvtab
|
||||
$mainColor: #c82626;
|
||||
$mainColor: white;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user