Authored by zhangxiaoru

超出一行出现省略号

@@ -400,6 +400,13 @@ $basicBtnC: #eb0313; @@ -400,6 +400,13 @@ $basicBtnC: #eb0313;
400 font-size: 24px; 400 font-size: 24px;
401 line-height: 40px; 401 line-height: 40px;
402 margin-right: 10px; 402 margin-right: 10px;
  403 + max-width: 100%;
  404 + overflow: hidden;
  405 + text-overflow: -o-ellipsis-lastline;
  406 + text-overflow: ellipsis;
  407 + white-space: nowrap;
  408 + position: relative;
  409 + top: 8px;
403 } 410 }
404 } 411 }
405 412