Authored by uedxwg

updata

... ... @@ -40,6 +40,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: #333;
}
.default {
... ...
... ... @@ -39,12 +39,13 @@
line-height: 33px;
text-align: center;
font-size: 14px;
color: #999;
}
a {
display: block;
display: inline-block;
box-sizing: border-box;
width: 100%;
width: auto;
height: 100%;
color: #999;
}
... ... @@ -52,15 +53,13 @@
.active > a {
border-bottom: 2px solid #000;
color: #000;
.iconfont {
color: #999;
}
.active > .iconfont {
color: #000;
&.cur {
color: #000;
}
}
}
.filter .iconfont {
font-size: 12px;
... ...
... ... @@ -22,8 +22,8 @@
<li class="filter">
<a href="javascript:void(0);">
筛选
<span class="iconfont">&#xe613;</span>
</a>
<span class="iconfont">&#xe613;</span>
</li>
</ul>
... ...