Commit 7d33350b authored by zhengke's avatar zhengke

修改

parent a546704e
......@@ -226,6 +226,13 @@
.comment_Nei {
font-size: 24rpx;
color: #000000;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
line-clamp: 3;
-webkit-box-orient: vertical;
}
.comment_Replay {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment