Commit 7045d6df authored by zhengke's avatar zhengke

修改显示

parent e966a6ba
...@@ -28,13 +28,12 @@ ...@@ -28,13 +28,12 @@
padding:0 40px; padding:0 40px;
top:110px; top:110px;
text-align: left; text-align: left;
text-overflow: -o-ellipsis-lastline; word-break:break-all;
overflow: hidden; text-overflow:ellipsis;
text-overflow: ellipsis; display:-webkit-box;
display: -webkit-box; -webkit-box-orient:vertical;
-webkit-line-clamp: 2; -webkit-line-clamp:2;
line-clamp: 2; overflow:hidden;
-webkit-box-orient: vertical;
color:#4E4E4C; color:#4E4E4C;
font-size:14px; font-size:14px;
} }
......
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