You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
385 B
21 lines
385 B
.frame {
|
|
width: 100%;
|
|
max-height: 206rpx;
|
|
text-align: left;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
white-space: normal !important;
|
|
-webkit-line-clamp: 4;
|
|
-webkit-box-orient: vertical;
|
|
padding: 0 32rpx 0;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.nofold {
|
|
display: block;
|
|
text-overflow: unset;
|
|
-webkit-line-clamp: unset;
|
|
max-height: unset;
|
|
}
|