|
@@ -230,9 +230,11 @@ box-shadow: 0 1rpx 3rpx 0 #227ECE;box-sizing: border-box;padding: 4rpx 10rpx 0;}
|
|
|
}
|
|
|
.list-right-box{
|
|
|
margin-left: 20rpx;flex: 1;border-bottom: 1rpx dashed #999;
|
|
|
- .list-name{color: #000;font-size: 28rpx;@include multi-line-ellipsis(2);line-height: 1.5;}
|
|
|
+ .list-name{color: #000;font-size: 28rpx;@include multi-line-ellipsis(2);line-height: 1.5;
|
|
|
+ word-wrap: break-word;word-break: break-all; }
|
|
|
.list-line{width: 50rpx;height: 6rpx;background-color: #1460b6;margin: 20rpx 0;}
|
|
|
- .list-content{font-size: 24rpx;@include multi-line-ellipsis(2);color: #666;line-height: 1.5;}
|
|
|
+ .list-content{font-size: 24rpx;@include multi-line-ellipsis(2);color: #666;line-height: 1.5;
|
|
|
+ word-wrap: break-word;word-break: break-all;}
|
|
|
}
|
|
|
}
|
|
|
|