Authored by 毕凯

分类样式修改

@@ -90,7 +90,10 @@ @@ -90,7 +90,10 @@
90 > li { 90 > li {
91 height: 89px; 91 height: 89px;
92 line-height: 89px; 92 line-height: 89px;
93 - padding-left: 32px; 93 + padding: 0 32px;
  94 + white-space: nowrap;
  95 + overflow: hidden;
  96 + text-overflow: ellipsis;
94 97
95 &.focus { 98 &.focus {
96 background-color: #fff; 99 background-color: #fff;