@@ -138,7 +138,6 @@ export default {
.num {
display: flex;
flex-direction: column;
- margin-top: -50rpx;
font-size: 24rpx;
color: rgba(255, 255, 255, 0.7);
@@ -163,8 +162,9 @@ export default {
display: block;
width: 360rpx;
overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
+ display: -webkit-box;
+ -webkit-box-orient: vertical;
+ -webkit-line-clamp: 3;
}