Authored by zhangxiaoru

超出一行出现省略号

... ... @@ -400,6 +400,13 @@ $basicBtnC: #eb0313;
font-size: 24px;
line-height: 40px;
margin-right: 10px;
max-width: 100%;
overflow: hidden;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
top: 8px;
}
}
... ...