Authored by zzzzzzz

前端取厂家颜色

@@ -124,10 +124,14 @@ @@ -124,10 +124,14 @@
124 margin-bottom: 30px; 124 margin-bottom: 30px;
125 padding: 0 20px; 125 padding: 0 20px;
126 min-width: 80px; 126 min-width: 80px;
  127 + max-width: 480px;
127 height: 80px; 128 height: 80px;
128 border: 1px solid #000; 129 border: 1px solid #000;
129 text-align: center; 130 text-align: center;
130 line-height: 80px; 131 line-height: 80px;
  132 + white-space: nowrap;
  133 + text-overflow: ellipsis;
  134 + overflow: hidden;
131 135
132 &.chosed { 136 &.chosed {
133 border-color: #e10; 137 border-color: #e10;