Commit d3e7af8b authored by jsz315's avatar jsz315

超出省略文字

parent 13976486
......@@ -270,12 +270,20 @@ export default {
font-size: 32px;
color: #333333;
padding: 8px 20px;
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
}
.tip2{
font-size: 24px;
color: #888888;
line-height: 40px;
padding: 8px 20px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.box{
border-bottom: solid 1px #f0f0f0;
......
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